- Posts: 196
- Thank you received: 15
Displaying the price without discount on the second line
- StudioPrzyLesie
-
Topic Author
- Offline
Less
More
2 years 9 months ago #357348
by StudioPrzyLesie
-- url of the page with the problem -- :
ampozj5.studiojoomla.com/oferta/produkt/.../category_pathway-76
The product card displays the discounted price, the discount amount and the price before the discount (crossed out).
What code is needed so that the discount and the price before the discount appear below the price after the discount?
Tom
The product card displays the discounted price, the discount amount and the price before the discount (crossed out).
What code is needed so that the discount and the price before the discount appear below the price after the discount?
Tom
Please Log in or Create an account to join the conversation.
2 years 9 months ago - 2 years 9 months ago #357352
by Philip
Replied by Philip on topic Displaying the price without discount on the second line
Hello,
With some css this will be possible, follow me step by step :
1. Learn here how to add custom Css.
2. Then in your style frontend file css, click on "+" button, and in your new file add your custom code.
=> Use this code :
Regards
With some css this will be possible, follow me step by step :
1. Learn here how to add custom Css.
2. Then in your style frontend file css, click on "+" button, and in your new file add your custom code.
=> Use this code :
Code:
span.hikashop_product_price.hikashop_product_price_with_discount {
display: block;
}
Last edit: 2 years 9 months ago by Philip.
Please Log in or Create an account to join the conversation.
- StudioPrzyLesie
-
Topic Author
- Offline
Less
More
- Posts: 196
- Thank you received: 15
2 years 9 months ago #357355
by StudioPrzyLesie
Replied by StudioPrzyLesie on topic Displaying the price without discount on the second line
Great - that was it!
Thank you
Thank you
The following user(s) said Thank You: Philip
Please Log in or Create an account to join the conversation.
Time to create page: 0.161 seconds