Forum Replies Created
-
AuthorPosts
-
psloveMember
This is how I integrated the WP Estore shopping cart with the Elegant Themes Estore theme.
I was using the simple paypal cart before, so I already had all my products entered.
I entered a new product in the WP Estore “Add/Edit Products” area and save it. That gave me a product ID number. All I added was the product name and price. I didn’t fill out everything.
I went to my actual product listing and clicked to edit it. I put my cursor on the page where I wanted the buy button to appear. (that cart icon is in the list of icons above your product description when you’re on the visual tab.) I clicked the cart icon and then a pop up appears asking for the product ID. I put that in and updated my product.
I did make my own buy button for my website. You upload that to your server then enter the url to it in the WP Etore Settings. (Add to Cart Button Text or Image)
Then, to get rid of the Theme’s add to cart button, I went did an edit on the single-product.php. I removed the line:
<a href="#"><span><?php esc_html_e('Add to cart','eStore'); ?></span></a>
Then I saved.
Of course, take a copy of that php page before you make any changes and save it. So, if you screw it up you can return to how it was easily.
If you want to see what my work-around looks like: [http://lovesomebling.com]
Pam
-
AuthorPosts