bart_the_wacky
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Paypal shippingYou’re welcome! (I started developping for internet in april, so I’m glad I can help out so soon ^^).
Forum: Plugins
In reply to: [WooCommerce] Error with shipping options?In your woocommerce’s shipping options. I hope it’s the same labelling (being french, I use the french version of Woocommerce, so maybe yours is a tad different).
Hope it helps.
Forum: Plugins
In reply to: [WooCommerce] Paypal shippingYep, I don’t use it myself (the native fonction works out fine), but i’ve seen good opinions there and there about https://wordpress.org/plugins/table-rate-shipping-for-woocommerce/
It is fully customizable and pretty simple, so feel free to try it (but premium version isn’t, free…).
Glad I could help!
Forum: Plugins
In reply to: [WooCommerce] Separate billing and paymentYou have the “Multistep Checkout” plugin that does that, and it’s not too expensive. It is a little tricky to handle, but it does the job.
Forum: Plugins
In reply to: [WooCommerce] Restrict shipping methods by postcodesEuh sinon, si tu n’utilise pas de plugin particulier pour calculer les frais de ports, tu peux régler ça en configurant la livraison locale dans tes réglages woocommerce. Il te suffit de rentrer un masque du type 01___, 02___ […], 95___ (rentrer tous les départements autorisés). Pour le reste, tu calcules les frais de ports à l’internationale. Donc toute personne tentant de calculer ses frais de ports pour un DOM-TOM passera automatiquement en frais de ports “International”.
(Sorry for the answer in french, but it is quicker to type…)
Forum: Plugins
In reply to: [WooCommerce] Shipping costs not updatingI would say you must configure that in your shipping plugin (I don’t use it so i’m not sure 100%), so that it calculates the shipping fee considering the number of articles and not for the whole order. (in the plugin options, logically).
Forum: Plugins
In reply to: [WooCommerce] Error with shipping options?It would be best to use “Local” fees for shipping locally, international for all the other country and “flat_rate” for exceptions (would make more sense). But that’s just my opinion, in this matter, no solution is the good one but the one that suits your needs (and works).
Forum: Plugins
In reply to: [WooCommerce] Change order on multistep checkoutIf you use a plugin for multistepping your checkout, it would be better to ask on the support page of the plugin.
Forum: Plugins
In reply to: [WooCommerce] Paypal shippingThis makes sense: for woocommerce, you send the customer to paypal to pay for the order, but when he comes back from paypal, the total amount is the order plus shipment. So the amounts don’t match, and it displays an error.
Your best solution, if you don’t want to use the native woocommerce shipping solution would be to use a plugin to calculate your shipping fees, so that it is included in the total amount BEFORE sending your customer to Paypal. Or disable the hash verification after your payment step, but I’m not sure it is even possible.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce New Order emails not sendingHad a similar problem a while ago, and found out that when we put the site online, we forgot to upload the mail templates (or it failed). I simply uploaded them to the server and the mail went out perfectly fine. (hope that helps).