Toshi Yoshida
Forum Replies Created
-
Hi Danielle,
We use the Blanco theme
https://themeforest.net/item/blanco-responsive-wordpress-wooecommerce-theme/2755246 for some of our WPEC sites. Although the link mostly refers to WooCommerce it runs and is supported on WPEC as well.The themes good as is the support. The only thing that a bit annoying is that the theme doesn’t automatically resize if you change the size of your browser window on a PC, you need to reload the page. It’s fine when viewed on mobiles and tablets.
Regards, Mike.
Hi Mihai,
When ‘shipping same as billing address’ is ticked I see that admin-ajax.php is called. Unticking the box shows the billing address copied into the shipping address except the State/Province.
I’m on the latest version of WEPC but theme support have told me their theme is not up to that version yet. Their next release is due in 1-2 weeks. Hopefully it’s just the theme and the new version will sort this out.
The Shipping State field on my site has been a bit ‘different’ for a loong time. If I make it optional in WPEC settings it still shows on the checkout form with an * implying its mandatory. Also if I rename it in the WPEC settings the new name does not appear on the checkout page , it will only ever show State/Province.
Thanks,
Mike.It looks like this may be a theme issue so I’ll take that up with my theme provider.
In the meatime it’s been circumvented by setting all shipping fields as optional in the WPEC store settings.
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Scrolling ProblemThe changes noted above seem to be working ok so will close this topic.
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Scrolling ProblemHi Justin,
I came across your post here http://zao.is/2014/12/remove-shipping-calculator-wp-ecommerce/. I’ve implemented that, given it a (very) quick test and it seems ok but will need to test more extensively later.As I don’t like to edit code I skipped step 1 (editing the code) and just used CSS to hide the unneeded Calaculate Shipping heading and the calculator table below it.
Thanks, Mike.
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Scrolling Problemoops, sorry, in (1) above this “The jiggling seems to only occur the first time the shipping city or country are updated.” should say “The jiggling seems to only occur the first time the shipping country is updated.”
Forum: Plugins
In reply to: [WP eCommerce] Paypal payments no longer working correctlyHi,
We get this problem several times a year and it’s always been due to issues at the PayPal end (often after they do maintenance). Sometimes we never get the IPN or sometimes it might take hours for us to receive it.If you lookup the PayPal transactions IPN history it’s status ideally should be SENT. If it’s not SENT then WPEC will correctly regard the PayPal payment as incomplete.
We accept PayPal standard payments and bank deposits (using the test gateway for that). On our site when PayPal does not send us the IPN it seems that WPEC displays the transaction results information from the test gateway.
So, in the payment instructions for the test gateway we say something like.
“If you selected the Paypal option at checkout and your payment was accepted then PayPal will send you a confirmation email. PayPal will then notify us of your payment and we will process your order.
If you selected the Bank Deposit option at checkout please make your bank deposit payment to: yada yada yad…”.
It’s not perfect but it does mean customers who successfully paid in PayPal don’t think they are being asked to pay again!
Regards,
Mike.Forum: Plugins
In reply to: [WP eCommerce] Sales Log – No name providedI can’t help fix this as such but your first step should be to look at the database and see if the customer data is still there. I think the table is wp_wpsc_submited_form_data – your tablename prefix might be different from ‘wp_’
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Scrolling ProblemHi Justin,
STopping the scroll works but there’s two issues.
I’m testing by…Clear cookies, Add product to cart, Go to checkout page, tick the ‘Same as billing address’ box.
(1) This causes the shipping details section to close as usual but then the checkout page ‘jiggles’ up/down a little bit. The jiggling seems to only occur the first time the shipping city or country are updated.
(2) Looking back up the page the Total Shipping and Total Price have disappeared.
Is there a way to stop the screen jiggling and leave the shipping price total and the total order total price displayed?
Thanks,
Mike.Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Scrolling ProblemHi Justin,
thats to go in functions.php ?
Mike.Forum: Plugins
In reply to: [WP eCommerce] Is WP eCommerce Mobile Friendly?@coralbay
It’s primarily the theme which dictates the responsiveness of the website not plugins.You need to find a WPEC compatible responsive theme that you like.
I currently use Blanco from 8theme.com and someone else on another topic has said https://colorlib.com/wp/themes/sparkling/ and https://thethemefoundry.com/wordpress-themes/make/ work with WPEC (although I note both those only seem to mention Woocommerce).
Forum: Plugins
In reply to: [WP eCommerce] Is WP eCommerce Mobile Friendly?Your welcome.
You should still try out both WPEC and Woo. It doesn’t take much to set them up and add a product or two. As your not used to one already you might find you have a preference after trying them out.
One thing to note is that Woo has better 3rd party developer support. Looking on themeforest for example, selecting WP e-Commerce brings up 11 themes and templates for sale, selecting WooCommerce brings up 462. Thats a significant difference.
Regards.
Forum: Fixing WordPress
In reply to: media.php error?Update: On my site it seems that the error only appears for some images – they must have ‘wp-image-nnn’ and be full size.
Forum: Fixing WordPress
In reply to: media.php error?Removing the syntax ‘wp-image-nnn’ from the img src= statement seems to clear the error and not impact anything as far as I can tell.
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart categories wonkyThe Food category is the only one where you have 3 levels all the others only have 2. Thats probably why the count is different.
You could try editing 1 citrus product to remove it from the Fruit category. Then check the category totals. Next click on the Fruit category in the sidebar and see if the edited citrus product still appears in the Fruit category.
If it does then edit the rest of the Citrus and Berries to do the same.
If it does not appear in the Fruit category go into your shop settings and in the Presentation tab there’s a field ‘Show Subcategory Products in Parent Category’. Select Yes then re-check the Fruit category and the edited citrus product should appear there.
Alternatively you could just tick No in the Show Product Count per Product Category.
I tried the drag/drop and it works correctly for me BUT it was tricky to drag/drop into the correct place and thats on my site with only a few categories.