Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Html dont render in item description #41

Open
bsde1234 opened this issue Jan 4, 2021 · 4 comments
Open

Html dont render in item description #41

bsde1234 opened this issue Jan 4, 2021 · 4 comments

Comments

@bsde1234
Copy link

bsde1234 commented Jan 4, 2021

  1. Html is showing as it is, not rendering.
  2. Is there any pagination in product index view
@peterochieng
Copy link

peterochieng commented Jan 4, 2021 via email

@bsde1234
Copy link
Author

bsde1234 commented Jan 4, 2021

json

{
	"products" : [
		{
			"name" : "Awesome T-shirt",
			"price" : "35.99",
			"options" : [
				{ "Size" : "Small,Medium,Large" }
			],
			"image" : "http://upload.wikimedia.org/wikipedia/commons/c/c6/Grey_Tshirt.jpg",
			"description" : "<p>This is a very awesome grey T-shirt</p>"
		}
	]
}

In product details view the item description contains <p>. It doesn't render.

@peterochieng
Copy link

peterochieng commented Jan 4, 2021 via email

@bsde1234
Copy link
Author

bsde1234 commented Jan 4, 2021

Not working, I mean it displays as <p>This is a very awesome grey T-shirt</p> without rendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants