Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Insert an open new window hyerlink to a product
Tagged: hyperlinks
- This topic has 10 replies, 3 voices, and was last updated 14 years, 2 months ago by Wilfred.
-
AuthorPosts
-
August 17, 2010 at 4:40 pm #1693WilfredMember
Hi, support team
I recently purchased a estore product. While creating a new product, I would like to insert a hyerlink (open new window) to the description of the product, eg more info click here, testimonials(clickable), details (clickable). So that the visitor can come back to my website after closing the window. I suppose it is quite common. I try it in add/edit product in edit post page, but it appears outside the product fancy display box. Please advise how to do it? Thank you
Wilfred
August 18, 2010 at 2:45 am #23437amin007ParticipantIf you want to place anything inside the fancy display you need to save the details with the product when configuring the product.
Place your HTML code to open the link in the new window in the “Product Description” field (you can use HTML code in this field).
August 19, 2010 at 12:49 am #23438WilfredMemberThanks for you fast reply. I am able to place the html code but I am not sure how to open the link in the new window. pl advise how to do it perhaps step by step. Thank you.
Wilfred
August 19, 2010 at 1:22 am #23439wpCommerceModeratorSay, you have a product “test” and a product page for that product “test-product”. you can put texts like “more info” giving link to that product page using the following code –
<a href="http://www.your-site.com/test-product" target="_blank">more info</a>
this should open the “test-product” page in a window once clicked on “more info”. Basically adding the following to a link opens it in a new window:
target="_blank"
August 19, 2010 at 7:55 am #23440WilfredMemberthanks a lot. I manage to do it
Wilfred
August 19, 2010 at 10:13 am #23441WilfredMemberHow do I put different links in different paragraphs? eg three links in 3 paragraps/ lines
Link 1
link 2
link 3
Thanks
Wilfred
August 20, 2010 at 1:09 am #23442amin007ParticipantYou just place HTML code to display it the way you want it to display.
You can use the
<br />
tag to insert newline in HTML.August 20, 2010 at 8:05 am #23443WilfredMemberThank you very much for all your help
Wilfred
September 7, 2010 at 12:28 pm #23444WilfredMemberHi support team
I would like to ask further in addition to the question above, Where do I place a hyperlink ( open new window) to a product in the following manner:
Product A : Link 1 Link 2 Link 3
in a same line but in the difference positions instead of different paragraph.
Thanks
Wilfred
September 8, 2010 at 1:53 am #23445amin007ParticipantThe easiest way to do this is to create a new test post or page then place the text and links the way you want it. Once you have that ready then switch to the HTML view and copy the code. Now you can paste the copied code in the Description section of the product and it should look the same.
September 9, 2010 at 9:06 am #23446WilfredMemberThank you
Wilfred
-
AuthorPosts
- You must be logged in to reply to this topic.