- This topic has 3 replies, 3 voices, and was last updated 3 years, 6 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 › Multiple “Add to Cart” buttons in a row
Tagged: bly
Hi,
This is probably a stupid question. I add several buttons (each button as a custom image) of products with the simple code:
[wp_eStore_add_to_cart id=1][wp_eStore_add_to_cart id=2]
The buttons are shown one under the other, but I want to have them one next the other “on the same” line. How can I do it (I suppose there is somewhere a configuration option that I missed).
Thanks.
Have you tried placing the shortcodes within a table?
The following tutorial could potentially be helpful for you also:
Create a Grid Display for Your Products Using the WP eStore Plugin
Enclosing the shortcodes within a HTML table was my initial solution. But I was asking myself if a more “elegant” solution was available.
Thanks.