Show price on Category page

  • Posts: 20
  • Thank you received: 1
  • Hikashop Business Hikashop Essential
2 years 11 months ago #340608

-- HikaShop version -- : 4.5.0
-- Joomla version -- : 4.1.0
-- PHP version -- : 8.0

Hello,

See url, all these products have options to choose, so the price is not show on the category page (without options the price is shown on the category page).

I want to display a 'price from: € ' on the category page. How to?

Regards Michel

Please Log in or Create an account to join the conversation.

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
2 years 11 months ago #340610

Hello,

First, you have to reach your relative Item Menu (with the Id 469), and in Products Options tab, find the Product data display part, edit your "Which price" option => "Cheapest Price" maybe ?

And maybe you will have to customize a little more in order to have your text ("price from: XXX ").
Follow me step by step :
- Have a look on this documentation to learn how to add your own css command.
- Then use this kind of command css (documentation here ) to add text elements via Css.
- Then get your element Html class, point your element then right-click => Inspect (or Inspector tool)
=> A new window will be open, and will display html code (and Css as well).
- Built your own command css that will follow this scheme :

.HTML_price_class::before { content: "price from:"; }
.HTML_price_class::after{ content: "€ "; }


Hope this will help you to achieved what you need.
Regards

Last edit: 2 years 11 months ago by Philip.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum