
Originally Posted by
Lordzoabar
That ended up working perfectly, except I have another issue, which I honestly thought this would have fixed as well, but IDK...
Enable=FALSE
Enable=TRUE
I'm assuming this is from the same Class file, but I didnt see anything that would create that "Your Price" thing.
https://www.athensartandframe.com/in...index&cPath=73 It's only our First Dollar frames that really show this issue. All of the frames in other subcategories have "Starting at" show up at first, but after a second, and the updater fully loads, it disappears and everything works as it should.
That's from the product being on special (rather than sale) and that the special price:
Code:
<h2 id="productPrices" class="productGeneral">
<span class="normalprice">ORIG_PRICE </span> <span class="productSpecialPrice">SPECIAL_PRICE</span><span class="productPriceDiscount"><br />Save: PERCENT_DISCOUNT off</span></h2>
Being affected by the "settings" in the class file associated with the "productSpecialPrice" group.
Similar modification(s) for that area would resolve the display of text for that type product.
As for the "flash" of starting at: type text on page load, while I wasn't able to see the "change" because I'm on a cell phone and was unable to load the page with the section in view, if you are wanting that original "Starting At:" text not to even display, would recommend defining the ZC "string" in a template override file for the affected area(s) so that it would never appear. (be assigned to double single quotes). The thing is, it looks like the added text of DPU for such modifiable product may have also been updated/changed. Though it could also be because your other product do not have a "default" selection as recommended. Ie. The option shown to a customer is best to be something like: Please choose... set as display only and default. This way, a customer can't so accidentally select an attribute related option without first actually selecting one... (ever get a return because they wanted the "larger" item but didn't realize it was available until reviewing the product again later?)
Bookmarks