How do I get:
"For more information, please visit this product's webpage."
To show on the product's web page? Or else the "More info..." and the Buy Now button to show at the same time?
TIA
How do I get:
"For more information, please visit this product's webpage."
To show on the product's web page? Or else the "More info..." and the Buy Now button to show at the same time?
TIA
In the product description, enter the text and a href to the site
Zen-Venom Get Bitten
At the bottom of the product editing page is an input/browse or whatever box for the product URL. If that has an entry, the "For more information, please visit this product's webpage." appears automatically.
And what you appear to be wanting is not really best handled by this function.
Thank you.
To move the element on the page, you would start by moving the code block for it in /includes/templates/your_template/templates/tpl_product_info_display.php to the order you want it to show relative to other elements.
Then find the class or id for the element and style that in your stylesheet, adding it if it is not already there.
I have moved "please visit this product's webpage" below the description of the product, but now there is a large gap (about 3 lines) between the product description and "please visit this product's webpage". How do I reduce this space to perhaps 1 line?
This can most effectively be answered by looking at your site live, so we can test solutions.
A link to your site always helps, especially with styling questions.