Forum Replies Created
-
AuthorPosts
-
amin007Participant
Look for the following function in the “eStore_misc_functions.php” file
function get_button_code_for_element($ret_product,$line_break=true)
Find the following line inside the above mentioned function:
$var_output = get_variation_and_input_code($ret_product,$line_break);
change that to the following:
$var_output = get_variation_and_input_code($ret_product,false);
This should put the button and the variation fields on the same line
amin007ParticipantI have sent you an email to look at this issue.
February 7, 2010 at 1:23 am in reply to: Problems with shipping being transferred to Paypal from checkout #17729amin007ParticipantAs you mentioned that it works with another PayPal account so it isolates the problem being in your PayPal profile. I would recommend contacting PayPal and asking them something like the following:
“I am using a simple shopping cart software. When customers check out, PayPal seems to be overriding the shipping value. What profile settings should I change so the shipping value do not get overridden?”
amin007ParticipanteMember doesn’t have any functionality to show different menu items based on the membership levels.
Shortcodes only work on Post or pages so the “emember_protected” shortcode won’t work on the sidebar.
However, if you know a bit of PHP then you should be able to put some coding to achieve what you want. I can tell you how you can get the membership level of the logged in member and then you can place “if” statement around your logic.
amin007ParticipantBy default the plugin will try to fit the “Variation Text” and the “Variation Options” in the same line but in your case the table column seems to be too narrow for this so it’s automatically putting them in two lines.
You should be able to modify the file “eStore_button_display_helper.php” to meet your needs.
February 6, 2010 at 2:22 am in reply to: Catchable fatal error: Object of class __PHP_Incomplete_Class #17765amin007ParticipantI will need to take a look at your system for this one… will send you an email
amin007ParticipantNot sure I understand your requirement fully… please explain a bit more if you can.
February 6, 2010 at 2:15 am in reply to: Problems with shipping being transferred to Paypal from checkout #17727amin007ParticipantYou can specify shipping options in your PayPal profile (known as PayPal profile based shipping).
I had a look at your site and the shopping cart is sending the shipping value to PayPal but for some reason PayPal is ignoring it (it kind of indicates that you have some setup in your profile thats doing it)
amin007ParticipantI have sent you an email.
February 6, 2010 at 1:33 am in reply to: Adding product thumbs next to item titles in shopping cart list #16910amin007ParticipantTo add it to the cart session look under the piece of code that gets executed when an “Add to Cart” button is clicked. Search for the following bit of code:
if ($_POST)
amin007ParticipantJust checked your site now and seems to be deleting the items fine… maybe you had quotes (“) in the product name before?
Item deletion should not be an issue anymore so if this was the case please let me know so I can investigate this.
amin007ParticipantThe “Admin Functions” menu has two sections. One for generating the download link and the other for sending a quick email to someone (e.g a customer).
First you need to generate the link from the section on the top (If you read the help text it should be very clear as to how it works).
Then you can copy and paste the generated link in the body of the email.
February 4, 2010 at 9:29 pm in reply to: Problems with shipping being transferred to Paypal from checkout #17724amin007ParticipantAre you using PayPal profile based shipping? Are you using the latest version of the Simple shopping cart (v2.6)?
Can you please post a link to the page where you have the “Add to Cart” buttons so I can check it out?
amin007ParticipantIn the payment URL field you are going to put the URL of the page that has links to all the sales pages for different membership levels. So it’s not going to give them the “payment URL isn’t configured” error message.
What you mean by having to put it into each post? Once you enable the bookmarking feature it should appear on all posts.
amin007ParticipantNo update is necessary as the plugin is always kept upto date to work with the latest version of WordPress.
Something else is going wrong in your case. I will send you an email.
-
AuthorPosts