Hello,
Yes, when your customer reach the product page, options are unselected by default, and so the price can't be WITH the options.
Now, of course some customization is possible in order to have a product page with your needed features.
Your needs is to have by default selected your option
You can modify your view here :
- In components => HikaShop => Configuration
- In Display dropdown select Views
- Use the three dropdown filters like this : product/ YOUR FRONTEND TEMPLATE/ Front end
- Find your view : option view.
See the code :
originale, find $optionElement->product_id & and put it in the $value (around line 16) :
That must able your product page to have by default the first option selected
AND the option price add in "
Price with options".
Maybe, some
Css add in order to highlights this price with options will be needed.
Hope this will fit your needs
Regards