Forum Replies Created
-
AuthorPosts
-
hdeutchMember
Please ignore the above post. I figured out how to do this … easy if you know how.
hdeutchMemberI added a .jpg file to images (Belcher button type) and linked it in Additional Product Details.
It appears on my product page … but it is much too big. How do I reduce the size of this image?
hdeutchMemberSorry, I didn’t see your first response. Yes, I am using WP estore plugin.
hdeutchMemberI am trying to get my cart to show on a new page. I tried to follow advice you gave PDidee a couple of months ago:
“Open the “wp_shopping_cart.php” file and search for the following line:
$replacement = ‘<object><form method=”post” action=”” style=”display:inline” onsubmit=”return ReadForm(this, true);”>’;
once you find it replace with the following:
$replacement = ‘<object><form method=”post” action=”” target=”_blank” style=”display:inline” onsubmit=”return ReadForm(this, true);”>’;
That should make it so when the add to cart button is clicked it opens a new window.
But I am having some trouble.
I found the “wp_shopping_cart.php” file in WP Simple Paypal Shopping cart and made the changes.
I created a new page entitled “Shopping Cart” and I inserted [wp_eStore_cart_fancy1].
Then I clicked the “Add to Cart” button on my product page. I was not taken to the shopping cart page. The product page merely reopened.
However, when I opened the shopping cart page, my order was shown.
The problem is getting the shopping cart page to open when I place an order.
Please advise.
hdeutchMemberI am trying to get my cart to show on a new page. I tried to follow advice you gave PDidee a couple of months ago:
“Open the “wp_shopping_cart.php” file and search for the following line:
$replacement = ‘<object><form method=”post” action=”” style=”display:inline” onsubmit=”return ReadForm(this, true);”>’;
once you find it replace with the following:
$replacement = ‘<object><form method=”post” action=”” target=”_blank” style=”display:inline” onsubmit=”return ReadForm(this, true);”>’;
That should make it so when the add to cart button is clicked it opens a new window.
But I am having some trouble.
I found the “wp_shopping_cart.php” file in WP Simple Paypal Shopping cart and made the changes.
I created a new page entitled “Shopping Cart” and I inserted [wp_eStore_cart_fancy1].
Then I clicked the “Add to Cart” button on my product page. I was not taken to the shopping cart page. The product page merely reopened.
However, when I opened the shopping cart page, my order was shown.
The problem is getting the shopping cart page to open when I place an order.
Please advise.
-
AuthorPosts