Posted - 12/28/2018 : 05:40:23
Hi, I also have this problem so I hope it's ok to post here. Since doing an updater, the product options on product detail page now show below the rest of the content. I don't have any custom css which affects the options.
I have this in includes.php which used to make the product options show after the description: $detailpagelayout="navigation, checkoutbutton, productimage, productname, discounts, description, options, listprice, price, currency, addtocart, instock, socialmedia, previousnext";
However now, the product options are displaying at the bottom of everything, in a rather messy way, see example here [link removed]
The issue seems like it might be related to div.optiontext{clear:both} in ectcart.css, but I'm reluctant to change that as I know it's overwritten by updaters. Also in my case at least, removing this does not entirely solve the problem and the display still looks messy, with the 'add to cart' button alongside the options.
Thank you in advance for any suggestions! Ellen
Edited by - EllenD on 12/28/2018 09:39:13
|