- This topic has 3 replies, 3 voices, and was last updated 12 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › More info button
Good Morining,
I want to know if there is a way to have a “more info button” in the fancy 2 box instead of “add to cart” button, so people can get more info first and then add to the cart?
Thanks!
Hi,
You have a few options which you can utilize without having the need for another button:
1) You can set the “Thumbnail Target URL” in your product settings to go to a specific page which will contain more information about your product.
2) You can use the “Product Page URL” in your product settings. In a similar way to 1) this will direct the user to a specific page after they click the product name link
3) You can use “Button Redirect Target URL” to take your buyers to a specific page with more info when they click the add to cart button.
You can also place the following HTML code in your product description section which will do what you are after:
<a href="link-to-your-products-page">More Info</a>
See examples of this on our products page:
Thank you!!!