- This topic has 6 replies, 3 voices, and was last updated 9 years 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 Photo Seller › wp photo seller- adding shopping cart on all pages
Tagged: align, cart, photo seller, shortcode
Hi There,
I am using theme x and i did read some of your helpful tricks, i just want to add the shopping cart on each pages, i used the code given in this forum but it seems not appearing on my website.
This is what i put [WPS_display_compact_cart]
If you could help me on that one, would be great, thanks.
Did you place the shortcode on either a sidebar or header/footer? That will cause the cart to appear on “every page.”
Thanks for the reply, no i didn’t, i am going to try this, and let you know.
Cheers
Hi Moderator,
Well i can’t access it right now, i need to download a child theme as i never it before so i think it should be ok after this. If any problem i will contact you again, thank you again for your help.
Have lovely sunday.
Cheers
Hi Moderator,
i copy the following code to my header php
<?php echo do_shortcode(‘[WPS_display_compact_cart]’); ?>
i found the code in this forum, but i was wonderiong is it possible to reposition the cart, mine appears on the top left side , i would like to have it on top right side, is it possible?
Thanks
You should be able to use the following to right align the output.
<div style=”text-align: right;”>
<?php echo do_shortcode(‘[WPS_display_compact_cart]’); ?>
</div>
Thanks admin.