- This topic has 6 replies, 5 voices, and was last updated 14 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 › add hyperlink to fancy product display details
Tagged: fancy display, html, hyperlinks
We’d like to put in a link to a free sample of our books into the fancy display “product description” line. We tried to use simple html hyperlink language, but the attempted link didn’t show up at all on the page.
Is there a way to do this?
Thanks again for a great product.
You can use plain HTML in the “Product Description” section. You can have a look at how I use it here:
Please let me know the version of eStore you are using and I will try to assist you.
My Version v4.3.6, wordpress 3.0
How do I link it (similar to your) without adsense in the post?
i.e. only display the relevant info
Thank you.
You should be able to use plain HTML links in the product description area. For example I use the following code in my product description:
<a href="http://www.tipsandtricks-hq.com/my-product-details-page">More Info"</a>
Just replace the link with your actual product details page URL and you will have the links in the description section.
In my understanding, the product details are typed in the fancy product display details. The wording are typed in one paragraphy.ie continuing and continuing. Is there a way that can be displayed in the following manner:
line 1: Capacity: 280ml
Line 2: Dimension: 50cm(L) X 70cm(W) X 20cm(H)
Line 3: Usual Price: S$ 39.90
LIne 4: Promotional Price: S$19.90
Pl advise. Thanks
Wilfred
try the following lines. It should work.
Capacity: 280ml<br />
Dimension: 50cm(L) X 70cm(W) X 20cm(H)<br />
Usual Price: S$ 39.90<br />
Promotional Price: S$19.90
The “
” tag is a HTML code to add a new line.
It works. Thank a lot.