- Posts: 36
- Thank you received: 1
Duplicate product price
- ImageVillage
-
Topic Author
- Offline
Less
More
5 years 8 months ago #327889
by ImageVillage
Duplicate product price was created by ImageVillage
-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.23
-- PHP version -- : 7.4.13
-- Browser(s) name and version -- : All Browsers
-- Error-message(debug-mod must be tuned on) -- : No error message,
I have a duplicate product price at top of the page and cannot find it in my Tab View php file, can you help identify where this is and how to remove please?
-- Joomla version -- : 3.9.23
-- PHP version -- : 7.4.13
-- Browser(s) name and version -- : All Browsers
-- Error-message(debug-mod must be tuned on) -- : No error message,
I have a duplicate product price at top of the page and cannot find it in my Tab View php file, can you help identify where this is and how to remove please?
Please Log in or Create an account to join the conversation.
5 years 8 months ago #327892
by nicolas
Replied by nicolas on topic Duplicate product price
Hi,
The one at the top that you want to remove should be added just after the div with the id hikashop_product_right_part
Now, you can always cheat and hide it with CSS:
#hikashop_product_right_part > .hikashop_product_price_full { display: none; }
The one at the top that you want to remove should be added just after the div with the id hikashop_product_right_part
Now, you can always cheat and hide it with CSS:
#hikashop_product_right_part > .hikashop_product_price_full { display: none; }
Please Log in or Create an account to join the conversation.
- ImageVillage
-
Topic Author
- Offline
Less
More
- Posts: 36
- Thank you received: 1
5 years 8 months ago #327898
by ImageVillage
Replied by ImageVillage on topic Duplicate product price
Hey Nicolas, happy new year!
Thank you, why on earth didn't I think of that????? lol
CSS to the rescue, dirty but I like it!
Thank you, why on earth didn't I think of that????? lol
CSS to the rescue, dirty but I like it!
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds