GFHS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Database repair failed following upgrade to 3.9.4Hi ..
I’ve noticed in the wpsc_visitors table, there is a row with ..
-
Id = 0
user_id = 0
last_active = 5/22/2015 8:29:44 PM
expires = = 5/22/2015 10:29:44 PM
created = = 5/22/2015 8:29:44 PMIf I delete this row .. the “repair process” says everything is Ok. Is this all I need to do to get it up and running ?
All help gratefully received.
Regards
GFHSForum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Price sequenceHi .. There are 2 parts to this.
The first concerns having to press the “Calculate Button” .. I put up with this but have modified the code in wpsc-shopping_cart_page.php to only show the shipping costs when the Calculate button is pressed.
The second concerns the need to select the radio button when there is only one option for shipping rates. Previously, I added a line to wpsc-shopping_cart_page.php to automatically select the option but since WP ecommerce version 3.9.1 this is not necessary and the Plugin sorts it out.
Checkout our shop https://www.gfhs.org.uk and see what you think. I’m using WordPress 4.2.2 and wp e-commerce 3.9.3
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] SyntaxError: Invalid characterHi Benjamin. Many thanks for your prompt reply. Will try these suggestions. Best Rgds
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] EVENTS List doesn' t show properly in IE9Thanks for your response and sorry for the late reply. I haven’t been able to test this on an IE9 installation but have tried the “IE F12 Developer Tools” to emulate IE9 and it works fine. Think I need to gather more information from the user first.
Hi. I just upgraded from 3.8.13.2 to 3.8.14.4 and experienced something that sounds very similar. PAYPAL reported “We have no postal address on file.” in the space where the address should have been.
In “Settings\Store” on the “Payments” tab I changed “Send shipping details” radio button from “No” to “Yes” and the postal address is appearing for new transactions again.
I don’t understand why I had to do this following the upgrade but am feeling nervously confident.
GFHS WebmasterForum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Price sequenceHi ..
I got chance to check this today … but don’t see any change in the behaviour.
It still requires the 3 steps before the “Shipping rate” gets included in “Total shipping”.
1. Select Country
2. Press calculate
3. check radio button to “Choose a Shipping Rate” for Weight / Continent ShippingSince there is only ever 1 shipping rate offered then step 3 is unnecessary.
I have tested this with a small test system of ..
– WordPress 3.9.2
– WP e-Commerce 3.8.14.2
– WP E-Commerce Weight & Destination Shipping Modules 5.0Maybe I have missed something so any and all help is gratefully received.
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Price sequenceHi ..
Thnxs for the heads up .. I’ll get chance to check it out this weekend and will post back my findings.Forum: Plugins
In reply to: [WP eCommerce] Add "Search Site" Placeholder for Live SearchNot sure whether to copy gold_shopping_cart.php to my theme directory but here is the line I modified ..
Line 596:
‘ <input type=”text” id=”wpsc_search_autocomplete” name=”product_search” value=”<?php echo esc_attr( $product_search ); ?>” placeholder =”<?php _e( ‘Search …’, ‘wpsc’ ); ?>”class =”<?php echo esc_attr( $search_box_classes ); ?>” /> ‘Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Price sequenceSo … I made the following change in the file wpsc-shopping_cart_page.php and it had the effect setting the radio button and forcing the shipping to be calculate.
Can anyone suggest how to by-pass the “Calculate” button ?
All help gratefully received.
After the line ->
‘<input type=’radio’ id='<?php echo wpsc_shipping_quote_html_id(); ?>’ <?php echo wpsc_shipping_quote_selected_state(); ?> onclick=’switchmethod(“<?php echo wpsc_shipping_quote_name(); ?>”, “<?php echo wpsc_shipping_method_internal_name(); ?>”)’ value='<?php echo wpsc_shipping_quote_value(true); ?>’ name=’shipping_method’ />’I put ->
‘<?php echo “<script type=’text/javascript’> document.getElementById(‘ses_weightregion_shipping_0′).click(); </script>”; ?>’Forum: Plugins
In reply to: [WP eCommerce] Removing radio buttons for Single Shipping MethodThnx .. I’ll get chance to try this this weekend.
Forum: Plugins
In reply to: [WP eCommerce] Removing radio buttons for Single Shipping MethodMagic thanks. I have tried various combinations without much success and think maybe it needs some help from a bit of JavaScript which is beyond my skills.
Forum: Plugins
In reply to: [WP eCommerce] Shipping not automatically calculatedHi …
This report describes the behaviour I am also have difficulty with and documented in post entitled “Removing radio buttons for Single Shipping Method”
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgradeUpdated to 3.8.13.2 this morning and in wp-config.php I have
‘define( ‘WPSC_CUSTOMER_DATA_EXPIRATION’, 3 * 3600 );’
before the
‘require_once(ABSPATH . ‘wp-settings.php’);’.Been running now for 5 hours and everything looking like it is suppose to be. So thank you for responding with a fix to this problem.
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgradeHi … Would appreciate an ETA as to when this will be fixed. The ‘define( ‘WPSC_CUSTOMER_DATA_EXPIRATION’, 12 * 3600 );’ didn’t have any effect and am having to delete stuff manually.