Specific Sales Price CTGY page Readytheme
Posted by , Last modified by on 30 June 2017 07:57 AM
|
|
Disclaimer This will work for stores on Miva Version 9.0006 or higher. Note that this will require making template changes. Make sure you make sure you are aware of what version was active before any changes are made. These edits are low-risk but if you feel uncomfortable with making these changes then we advise you to seek help from a developer.
Issue Specific Sales Price does not display on the CTGY page. Solution: The following is sample code that can be added to the Category Product List Layout template. This code needs to be modified to get the Specific Sales Price to display on the CTGY page. Replace: <mvt:if expr="l.settings:product:price GT 0">
With: <!-- Sale Pricing code -->
Make sure the customfield values are changed to match the ones in use. Don't forget to assign the Specific Sales Price custom field to the Category Product List Layout template.
| |
|