Hi Norman
Another couple of questions about tweaking the layout of your Upsell patch:
- I am trying to change the font size of Upsell pop-ups of Product Name (from regular to xsmall) and description (from xsmall to xxsmall). I have amended the code in Upsell_AddToCart_ExtendedInfo.html but this has had no effect.
- Similar issue for the Upsell_Horizontal_secondary ProductLine. I have included the productprice by removing your comments however changing the font size from xsmall to xxsmall has had no effect.
<span class="actxxsmall">NETQUOTEVAR:PRODUCTNAME</span>
<span class="actxxsmall">NETQUOTEVAR:PRODUCTPRICE</span>
However removing the boldness from product name did work.
Another couple of questions about tweaking the layout of your Upsell patch:
- I am trying to change the font size of Upsell pop-ups of Product Name (from regular to xsmall) and description (from xsmall to xxsmall). I have amended the code in Upsell_AddToCart_ExtendedInfo.html but this has had no effect.
- Similar issue for the Upsell_Horizontal_secondary ProductLine. I have included the productprice by removing your comments however changing the font size from xsmall to xxsmall has had no effect.
<span class="actxxsmall">NETQUOTEVAR:PRODUCTNAME</span>
<span class="actxxsmall">NETQUOTEVAR:PRODUCTPRICE</span>
However removing the boldness from product name did work.
Comment