- This topic has 5 replies, 2 voices, and was last updated 13 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Product description display customize
Tagged: estore, more, Product Descriptions
Hello,
I had long description on my listing item. How do I limit item description, and add-in “more detail” button. When visitor click on the “more detail” button, then full description shown or bring to another page.
http://automotive-manual.net/aaa.html#more-99
Thank for your time
Create a separate post or page for each of your products (in this page you can place the full details of the product). Take not of the URL of this post or page. Now, edit the description field and only keep a small description then add the following line of HTML code (description field can take HTML):
<a href="http://example.com/link-to-your-full-details-product-page">More Info</a>
Now your visitors can scan through your products and read more on the ones that they are interested in. More details on this here:
Thank for your respond. That’s mean for each product, need to edit twice? one for small description, another for full description? Thank
Dear Admin,
I have another issues. When click on the “Add to Cart” button. Shopping Cart box appear on left sidebar is over the layout. Any idea?
http://automotive-manual.net/aaa.html#more-99
Thank for your help
Thank, this is work!!!