templates - Bigcommerce sale price not being calculated when logged in -
the productprice variable responsible displaying cost of item, when user guest variable holds sale price of product, when user logged in sale price not being calculated. has encountered similar bigcommerce.
this template file:
<li class="%%global_alternateclass%%"> <div class="productwrapper"> <div class="productimage quickview" data-product="%%global_productid%%"> %%global_productthumb%% </div> <div class="productdetails"> <a href="%%global_productlink%%" class="%%global_searchtrackclass%% pname">%%global_productname%%</a> </div> <em class="p-price">%%global_productprice%%</em> <div class="productcomparebutton" style="display:%%global_hidecompareitems%%"> <input type="checkbox" class="checkbox" name="compare_product_ids" id="compare_%%global_productid%%" value="%%global_productid%%" onclick="product_comparison_box_changed(this.checked)" /> <label for="compare_%%global_productid%%">%%lng_compare%%</label> <br /> </div> <div class="productactionadd" style="display:%%global_hideactionadd%%;"> <a href="%%global_producturl%%" class="btn small icon-%%global_productaddtext%%" title="%%global_productaddtext%%">%%global_productaddtext%%</a> </div> </div> </li>
Comments
Post a Comment