This object is in archive! 

Shopping Cart.

Tony D. shared this question 8 years ago
Answered

I'm having trouble integrating the shopping cart feature from wordpress.


yms.youthforummn.com


I can add items to a cart, but not sure how to view my cart for check-out. Is that a page I'm spouse to create?

Comments (2)

photo
1

The shopping cart is in the top-right of your site, but is hidden by your header.


To fix it for your site do the following:

1. In Wordpress, go to Settings->Shortcoder (on the left menu)

2. At the bottom, click io_cart

3. The code for this will load. Search for the text .cartInfo{

4. Underneath this, change the following lines:

width: 60px; -> #width:60px;

top: 30px; -> top: 134px;


5. Save it and reload a product page and it should fix it.

photo
1

Thanks for all the help, I'm up and running now.

Replies have been locked on this page!