Related Product Price not Showing

  • Posts: 16
  • Thank you received: 0
5 years 9 months ago #295303

-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.5.1

I created a module to show Related Products upon checkout (which works fine) - but I cannot figure out how to show the price. (see attached)

Thoughts?

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
5 years 9 months ago #295325

Hello,

You'll just have to set the "Display price" option to YES through the "Hikashop options" tab of your Joomla module configuration page.

But also check that you didn't set any Access level for your prices through your product configuration page.

Best regards,
Mohamed Thelji.

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

  • Posts: 16
  • Thank you received: 0
5 years 9 months ago #295344

The "Display Price" is set to YES in the module

I'm not sure where exactly to check for access level for the prices?

My other products are showing prices.

Thoughts?

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 9 months ago #295370

Hello,

There is the price ; but your template CSS display it with white color on a white background.
pasteboard.co/HuzG45R.png

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 16
  • Thank you received: 0
5 years 9 months ago #295428

yea, I saw that and I thought an override of ".module_round_box-highlight1, #s5_menu_overlaybutton {
color: #000000 !important;}" in the custom.css file would fix that..but no luck.. thoughts?

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

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
5 years 9 months ago #295442

Hi,

That doesn't work because of the priority of the CSS code. Since the code of the template already has a !important, then the priority goes to the other CSS code which is directly in the header instead of the CSS in the custom.css file.
So instead, to get the higher priority, you need to target more specifically the price.
For example:
.module_round_box-highlight1 .hikashop_product_price {
color: black !important;
}
should help.

I would recommend to check with your template provider otherwise. They'll know better than us how to properly override the CSS on their template.

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

  • Posts: 16
  • Thank you received: 0
5 years 9 months ago #295493

Thank you for your help! :)

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

Time to create page: 0.083 seconds
Powered by Kunena Forum