bvanzandvoort
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Variations select required, should not be added to cartthx, just mailed you the details.
Forum: Plugins
In reply to: [WP eCommerce] Variations select required, should not be added to cartPlugin 3.9.1, dont think i use gold cart
Forum: Plugins
In reply to: [WP eCommerce] Variations select required, should not be added to cartJust did, could it be following line hereunder missing? Or can you tell me what code does the validation?
In the current status a error message is returned but still the product gets added to the shopping cart.
<form onsubmit=”submitform(this);return false;” action=”<?php echo esc_url( wpsc_this_page_url() ); ?>” method=”post” name=”product_<?php echo wpsc_the_product_id(); ?>” id=”product_extra_<?php echo wpsc_the_product_id(); ?>”>
Forum: Plugins
In reply to: [WP eCommerce] Variations select required, should not be added to cartThis would have to be wpsc-single_product.php right? I will compare it to the file in the plugin directory 3.9.1
Forum: Plugins
In reply to: [WP eCommerce] Variations select required, should not be added to cartupgrading my theme doesnt help it seems..
any thoughts?
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountThis error doesnt occur anymore since i upgraded my theme (shoppica).
What concerns me a little though is that the shoppica theme says to be compatible with ecommorce 3.8* while im running 3.9.1
any thoughts on this?
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountthx jeff, where can i find debug.log?
Forum: Plugins
In reply to: [WP eCommerce] Development Contributionhttps://www.ads-software.com/support/topic/wpec-391-cart-widget-gives-double-total-amount?replies=6
help would be very much appreciated :p
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountIt seems like in some cases “wpsc_add_to_cart” is called twice from a PHP source.
..is anyone out there?
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountI really dont understand why noone else is posting about this. I just did a fresh clean install, still same issue!?
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountSee screenshot:
https://www.growingpaper.nl/shop/wp-content/uploads/Untitled-1.jpg
please help, ive been digging into this for days now :s
Forum: Plugins
In reply to: [WP eCommerce] WPEC 3.9.1 cart widget gives double total amountIm sure i only pressed the button once..
When you follow the link and choose “aan winkelwagen toevoegen” the shopping basket total gives 2,50 instead of 1,25; when you do it again it goes to 3,75 so it only goes wrong the first time. Secondly, it doesnt go wrong on other products.
Could there be some invalid product meta data in the database or in the product settings you can think of?
In the add to cart div i find:
<?php if(wpsc_product_external_link(wpsc_the_product_id()) != ”) : ?>
how can i find out wether this condition is met for this specific product?Forum: Plugins
In reply to: [WP eCommerce] SSL Problemshttps://github.com/wp-e-commerce/WP-e-Commerce/commit/999e33c6ee07c30ffbf80ed277eb2f5d24940159
in short; make http instead of https connection:
wp-content/plugins/wp-e-commerce/wpsc-admin/admin.php :
find line:
“$rss = fetch_feed( ‘https://wpecommerce.org/feed/?category_name=news’ );” and replace with:
$rss = fetch_feed( ‘https://wpecommerce.org/feed/?category_name=news’ );Forum: Plugins
In reply to: [WP eCommerce] Sales Tax not being added during check outI chose to view the whole file and copy/pasted it over the original.
Forum: Plugins
In reply to: [WP eCommerce] Product taxing not working in WPeCommerce 3.9.1This worked for me!