- Posts: 40
- Thank you received: 0
Information displayed double
6 years 11 months ago #311723
by W13ear
Information displayed double was created by W13ear
-- url of the page with the problem -- :
shop.hansplanje.nl/category/12-agenda
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.11
-- PHP version -- : 7.1.30
-- Browser(s) name and version -- : Firefox
The information about the product is displayed twice.
See attachments
Hope you have a solution for this topic.
Kind Regards,
Winfried Buijen
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.11
-- PHP version -- : 7.1.30
-- Browser(s) name and version -- : Firefox
The information about the product is displayed twice.
See attachments
Hope you have a solution for this topic.
Kind Regards,
Winfried Buijen
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311724
by W13ear
Replied by W13ear on topic Information displayed double
Also there is, shown in the HTML-code, an extra two characters shown on the screen: ">
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311759
by nicolas
Replied by nicolas on topic Information displayed double
Hi,
That's because the name of your product contains HTML instead of just text. I would rather recommend you don't add HTML to the product name and instead add your CSS code as explained here in order to style your products name:
www.hikashop.com/support/documentation/1...ize-the-display.html
But we'll add a patch to avoid that on our end.
You can add such patch by editing the file "listing_img_title" via the menu Display>Views and changing the line:
to:
That's because the name of your product contains HTML instead of just text. I would rather recommend you don't add HTML to the product name and instead add your CSS code as explained here in order to style your products name:
www.hikashop.com/support/documentation/1...ize-the-display.html
But we'll add a patch to avoid that on our end.
You can add such patch by editing the file "listing_img_title" via the menu Display>Views and changing the line:
Code:
<meta itemprop="name" content="<?php echo $this->row->product_name; ?>">
Code:
<meta itemprop="name" content="<?php echo $this->escape(strip_tags($this->row->product_name)); ?>">
The following user(s) said Thank You: W13ear
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311940
by W13ear
Replied by W13ear on topic Information displayed double
There is not such row in the mentioned file 'listing-img-title'
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311943
by W13ear
Replied by W13ear on topic Information displayed double
I have changed the CSS as it should have
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds