Original Post:
Store URL: https://winwarehouse.org
WordPress version: 4.1
WP eCommerce version: 3.9.1
Gold Cart version: 2.9.7.8
Theme: MultiFlex 2.1
Is there a way to disable eCheck using Authorize.net?
I checked all the store payment settings searched documentation and forums, but didn’t find a good solution.
https://www.ads-software.com/plugins/wp-e-commerce/
]]>I guess that this is possible with a small apply filters function but it isn’t working for me (I’m not a code master).
I take some basic code from wpsc_calculate_price function in product-template.php
Can anyone help me to get in the right direction?
This is the code that I add to my functions.php file:
function wpsc_modify_price() {
global $wpdb;
$product_id = get_the_ID();
$sql = "SELECT <code>post_id</code> FROM ".$wpdb->postmeta." WHERE <code>meta_key</code> = '_wpsc_price'";
$product_id = $wpdb->get_var($sql);
$price = get_post_meta( $product_id, '_wpsc_price', true );
// simple test
$price = $price*100;
$price = apply_filters( 'wpsc_price', $price, $product_id );
return $price;
}
Thanks in advance!
https://www.ads-software.com/plugins/wp-e-commerce/
]]>I’m using Mantra and WP E Commerce to run an online store. My problem is that customers can’t create an account or complete checkout without creating an account. Ideally I’d like them not to have to create an account in order to checkout, but to have the option to do so if they would like.
The testing version of the site is located here:
https://www.shoekahuna.com/shoekahuna/
If I need to provide any further information please let me know and thanks in advance. This is my first time using either Mantra or WP E Commerce, although I have successfully developed quite a few sites using a variety of other themes and plug ins. The WP E Commerce plug in is required as my customer wished to integrate to Quickbooks via Webgility. WPEC is the only option available for that.
Again many thanks,
~ PixelCraft
]]>https://getshopped.org/getshopped-news/wp-e-commerce-3-8-9-5-and-gold-cart-2-9-7-3/
]]>Welcome to the WordPress Shopping Cart Plugin www.ads-software.com support forums.
The majority of support and community interaction happens on GetShopped.org, our home for WP e-Commerce Plugin.
https://getshopped.org/forums/
Please read this and follow these guidelines before opening a new thread:
First, download the latest version of WP e-Commerce and check if your problem still exists. New updates includes recent fixes and additional functionality.
https://www.ads-software.com/extend/plugins/wp-e-commerce/
Second, search the forums here and over on GetShopped.org for similar threads and see if any of the proposed solutions work for you.
https://getshopped.org/forums/
Third, to test what’s wrong, disable all your other Plugins and switch to the default WordPress theme for a bit. If the problem persists, open a thread, if not, figure out which Plugin is the cause of the problem and open a thread mentioning both Plugins.
Gold Cart customers can receive Priority Support via GetShopped.org, if you have purchased Gold Cart please open a new thread there.
https://getshopped.org/resources/premium-support/
Finally, if you decide to open a new thread, use this template:
Store URL:
WordPress version:
WP e-Commerce version:
Gold Cart version:
Theme:
I did this:
I expected WP e-Commerce to do this:
Instead it did this:
Support template credit to Joost de Valk
]]>Help me!
check it out
kristylin.com
I’m using the latest versions of both WP and WP e-commerce plugin. I like them both, but keep getting the same error when trying to place an order through the site using paypal.
The error is from PayPal:
We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the “Ask Seller a Question” link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.
I don’t see where to put in my email address in WP so paypal recognizes it. I’ve tried changing settings on the ecommerce payments page, but to no avail.
What am i doing wrong?
]]>I think this design a particularly amazing. If you can find a better looking WordPress powered e-Commerce site that I think looks better I’ll give you 5 bucks
]]>