How to hide the price on a donation product

  • Posts: 281
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
8 years 11 months ago #250697

-- url of the page with the problem -- : aquacorals.com/gc
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2

I've got the donation plugin working and everything looks great except that the $0.00 price is shown on the product page above the Amount field. How can that be hidden?

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

  • Posts: 846
  • Thank you received: 92
8 years 11 months ago #250714

hi
HTML way : remove he code that call this variable in php code
CSS code way : use css code to hide the rendering of the tag that wrap the value you want to hide using selector ( id , class, compound ...)

regard's

Last edit: 8 years 11 months ago by lionel75.

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

  • Posts: 281
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
8 years 11 months ago #250728

What I need is a method to remove the pricing for just this one item. It is a gift certificate with a user entered amount. I need the prices to continue to show for all other items.

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

  • Posts: 84313
  • Thank you received: 13705
  • MODERATOR
8 years 11 months ago #250707

Hi,

You can add such CSS:
#hikashop_product_Gift_Certificate_page #hikashop_product_price_main{display:none;}

www.hikashop.com/support/documentation/1...ize-the-display.html

The following user(s) said Thank You: a2zcs

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

Time to create page: 0.064 seconds
Powered by Kunena Forum