AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Captain Hi-Top on January 16, 2019, 09:33:45 AM

Title: Product description displays in products category view
Post by: Captain Hi-Top on January 16, 2019, 09:33:45 AM
This is an odd one, I am still new to AbanteCart but this is confusing me so having to post in here.

In my category and/or manufacturer view (when viewing all products in a category or manufacturer) some products display the product description.  I have tried deleting the product and creating a new one, I have also created new content but the same product still displays the product description on the category/manufacturer view.

It seems to be random too as some products that display the content in the category view, do not display it in the manufacturer view and visa-versa.

see the examples below:

https: //www .bikingdirect. co. uk/fb-mondial

the product which seems to be causing the problem is the FB Mondial Pagani (https ://www. bikingdirect.co.uk/fb-mondial-pagani) , and when filtering products by price in the main category more expensive products all experience the same issue.

I have also created a 'test' product which is available via subcategory link https: //www. bikingdirect .co.uk/motorcycle-helmets/test but not directly (https:// www. bikingdirect. co.uk/test) and it displays a '403 Forbidden nginx' error.

any help would be greatly appreciated.

Title: Re: Product description displays in products category view
Post by: Basara on January 16, 2019, 11:43:53 PM
You have to check HTML code you insert into product description. Looks like you have unclosed tag inside product description
like
Quote
<div>some description content
Quote
<div>some description content</div>
Title: Re: Product description displays in products category view
Post by: Captain Hi-Top on January 18, 2019, 06:23:10 AM
I did check this already, I tried removing all description content but the problem still remains (with no content).