• I am using Shopp 4.8 on WordPress. When I put an item on sale, it is displayed as a percentage off. Eg ‘7% off’, ‘20% off’ etc. What I would like to do is change it from a percentage to a dollar amount, for example ‘Save $30.50’.

    Does anyone know this is possible? I have been looking at possible solutions but am finding support rather limited on the matter.

    Any advice would be greatly appreciated ??

    Steph

    • This topic was modified 7 years, 5 months ago by stephyszilagyi. Reason: Typo
Viewing 5 replies - 1 through 5 (of 5 total)
  • The default is to show both the saving in dollars and the percentage. I just double checked on a test site.

    I had a product at €100, added a sales price of €50 and when I look at the product in the store I see https://puu.sh/wFsRr/8121b811b4.png

    Thread Starter stephyszilagyi

    (@stephyszilagyi)

    Hmm. Very interesting, that is nothing like what my one looks like :'(

    That is the default look, please provide a link or screenshot of what you have in place

    Thread Starter stephyszilagyi

    (@stephyszilagyi)

    Here is what I have: https://ibb.co/g0nwPa

    Ah, I see what you are looking at….

    On the product page the percentage and the actual savings are shown whilst on the catalog/collection page only the percentage is shown.

    If you look at the coding for category.php and product.php in your custom templates you will see that what is shown is set differently.

    Look at category.php around line 49 and compare it to around line 28 in product.php you will see the difference.

    If you wish to amend the category.php file to show the actual savings then I suggest you try using the code from product.php as a starting point.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change display ‘sale percentage’ to ‘amount’ when on sale in Shopp’ is closed to new replies.