Edward
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] URGENT! Check out not working after update!!!What versions do you have installed
WordPress
WPeCommerce
Gold CartWhat version did you previously have installed of WPeCommcerce
Provide a link to your site / store
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] URGENT! Check out not working after update!!!It appears from that you are using Google Checkout…
Google Checkout ended November 20, 2013.
Please read the information at the following page
http://googlecommerce.blogspot.com/2013/05/an-update-to-google-checkout-for.htmlI don’t see how you were still accepting payments using it.
You will need to transition to a different payment option.
I see it in queue sorry we’re one down and a little behind. Will be with you soon as possible.
Hello Abrenes,
Sorry to hear you had trouble submitting your support topic.
Please visit the following page and submit your topic again http://getshopped.org/resources/premium-support/courtesy-support/
Please include your support API key
Regards
EdwardJust tested everything worked for me. However I see several JS errors in your console.
The issue you described is most often related to JS conflicts.Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Getting Fatal error:Would you mind switching to a default wordpress theme such as 2010 – 2014 for a moment so I can observe the site using a default theme.
Be sure after switching to default theme to go to the Store Settings and click the “Presentation” tab on that page click “CLEAR THEME CACHE”
Please let me know when you have done this.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Nothing in cart after wp ecommerce updateSorry to hear about all the trouble I do understand. I’ve found myself in situations like it as well from time to time.
Correct the current behavior was the intended original behavior. That it was possible to circumvent it was a flaw that allowed for the possibility of bypassing shipping.
Anything is possible just not out of the box. Your desire is a rather specific need. Our devs are always taking everything into consideration and you never know what may happen in the future.
If you need this specific functionality sooner I’d suggest looking at the devs we recommend on our site. Maybe one of them might have a solution for you.
I wish there were more I could do to help.
You could try a search for flat rate cart shipping fee and see if that turns up anything.
Sorry I don’t have a better answer
EdwardForum: Plugins
In reply to: [WP eCommerce] Nothing in cart after wp ecommerce updateYou’ll need to make the shipping calculator visible again. Or revet to an older version since this was never an intended functionality.
It was either removed from the checkout page template or being hidden by CSS.
As you can see in this image the shipping form code IS still there
http://dl.dropbox.com/u/151891/screenshots/2014-08-08_1045.png
As you can see in this image someone has added some CSS to hide the shipping calculator.
http://dl.dropbox.com/u/151891/screenshots/2014-08-08_1048.png
This will need to be corrected in order for the store to work properly. Or you can revert to an older version where this hack works as you’d like it to.
The shipping calculator must be visible if you have shipping enabled.
If you do not want to charge shipping you would need to disable shipping in the store admin.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Nothing in cart after wp ecommerce updateThe shipping calculator has always been mandatory. As it’s the only way to set the shipping fields properly. This may change in a future release. The reasoning is that a person could select any shipping rate and then have it sent anyplace else for that rate. This doesn’t allow people that ability.
To answer your question… Yes. You can use a little js to handle selecting the only option.
Add the following to the footer of your theme. It must be in the footer to ensure rates have loaded first.
<script type="text/javascript"> function setValue(){ weightrate_0.checked = true; } window.onload = setValue(); </script>Forum: Plugins
In reply to: [WP eCommerce] Nothing in cart after wp ecommerce update@craigas2 Even if you have only a single shipping method the customer will need to click the radio box to select that shipping method.
If you have hidden the shipping calculator they won’t be able to select it and will get an error asking them to do so.
If you have moved and edited store theme files into your current theme…
1. Create a sub folder in your theme and move all files starting with wpsc into that new folder.
2. Go to Settings > Store > Presentation and click the Clear Theme Cache button
Now test again…
If this doesn’t help take it one step further and test by switching to a default wordpress 2010 theme again be sure to clear the store theme cache before testing.
If you skip clearing the cache you may not be using the properly loaded files.
Hope this helps.
Forum: Plugins
In reply to: [WP eCommerce] Removing radio buttons for Single Shipping MethodTested and works – the script needs to be added in the footer to ensure the rates have loaded before the javascript fires to select it.
simplified sligthly.<script type="text/javascript"> function setValue(){ weightrate_0.checked = true; } window.onload = setValue(); </script>Forum: Plugins
In reply to: [WP eCommerce] Removing radio buttons for Single Shipping MethodI’m not exactly positive but GFHS is on the right track… You’d need some sort of javascript that on page load selected the single option.
I have not tested this but something like this should work.
<script type="text/javascript"> function setValue(){ document.form.weightrate_0.checked=true; } window.onload = setValue(); </script>Not removed that I was aware of. Have you checked the panel to see if WordPress is displaying it? There is a tab near the top next to the help tab. Click that tab to reveal the panel and make sure discussions are being displayed. I’ll check this on a computer when I get in.
Forum: Plugins
In reply to: [WP eCommerce] No customer or admin emailsPlease install this plugin http://wordpress.org/plugins/email-log/
It will log EVERY email wordpress sends. If you see the emails in the log then they are being sent. If you’re not receiving them it might be your server. Something like spam filtering or a problem delivering mail. Lastly check that your admin email is set properly. I’ve seen misspellings and typos thousands of times.Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Verify order page brokenIt sounds like your store short codes may be damaged.
The following are the short codes that should be on each page.
The best way to do this is to change the post editor to text mode.Product page = [productspage]
Checkout = [shoppingcart]
Transaction Results = [transactionresults]
Your Account = [userlog]Regards
Edward