WEB DESIGN
-
@DanH ah sorry, French acronym here. I meant the database. You can export/import it to your new website with phpMyAdmin (or whichever database manager you're using)
No problem with gpdr, the data stays in your hands. -
@Matt_SF yeah I guess that makes sense. I hope so anyway haha! So if I do that is there an easy way to email each user their own coupon?
-
@DanH said in WEB DESIGN:
I’m assuming gdpr restricts moving data anywhere. It’s a different company essentially. I mean not really but a different brand.
I said no problem with gpdr : I guess, as long as your users are informed and have the possibility to delete their own data you should be fine
-
@DanH if you manage to import all your user's data in your new website, they will be able to access their previous orders -assuming you also import your shop data.
Then if you want to do something like : "if you already have purchased this product > then the update is free", you can do that by adding a simple php function in your function.php file
-
@Matt_SF well the whole reason I built a new website is because we lacked the functionality for users to have proper accounts and their purchases in their accounts
-
@DanH said in WEB DESIGN:
So if I do that is there an easy way to email each user their own coupon?
https://woocommerce.com/products/follow-up-emails/
From their website: "Everybody loves a discount – that’s why Follow-Ups allows you to create coupons that are personalized for your customer, or subscriber, automatically generating/creating/saving/reporting on that coupon for you. Creating a new coupon is simple, and integrating it into your email campaign is even easier."
-
@orange thanks will investigate
-
@DanH If you don't want to pay full price you can usually find WooCommerce plugins elsewhere online cheaper. It's perfectly legal as they are released under the GNU GPL but you might not get automatic updates and you won't get any support from WooCommerce.
-
@DanH Whatever you get, I highly recommend getting a plugin that has "Abandoned Cart Emails" support (which the Follow-ups plugin has). I am using that too.
According to the statistics, nearly 70 percent of the customers are abandoning the cart. You can quickly recover the user with these emails and these premium plugins potentially can bring tens of times their price to you that the plugin price will be negligible then :)
They calculated data from 41 different studies and found that the average cart abandonment rate is just under 70 percent. That means roughly seven out of every 10 shoppers won't complete their transaction—a number many e-commerce store owners find troubling.
-
@orange Thanks, will do.
Do you use WooCommerce Payments for card transactions? Or Stripe? Or Both (and paypal obviously)
-
@DanH We haven't got a chance to try Woocomerce payments yet.
We use Stripe (Credit/Debit Cards, Apple Pay, Google Pay) & of course PayPal.
-
@orange Thanks, WC has all of those payment methods too - Is there any advantage with Stripe for the customer?
-
@DanH The dispute fees scare me with WC Payments
-
@d-healey do you use stripe as well then?
-
@DanH I use Stripe and Paypal
-
@d-healey what are tax rules? I'm not VAT reg in this country but I think I still need to add tax for eu / us...?
-
@DanH As far as I'm aware no tax is due on sales outside of the EU. I found it's simpler to register for VAT and charge both UK customers and EU customers, but you can just sign up for EU VAT is you want. You'll need to register for the non-union VAT MOSS in Ireland (or another member country).
If your taxable sales are less than 10000 EUR then you don't need to charge VAT at all (at least that was true last time I looked into it).
-
@d-healey great, thanks :)
-
@DanH said in WEB DESIGN:
@orange Thanks, will do.
Do you use WooCommerce Payments for card transactions? Or Stripe? Or Both (and paypal obviously)
I recently tested WC payments and had to make a refund. I hit a bug which prevented me to proceed. Support was fast and solved my issue but I went back to stripe & PayPal.
-
@DanH said in WEB DESIGN:
@orange Thanks, WC has all of those payment methods too - Is there any advantage with Stripe for the customer?
I think Stripe is more stable. We all want the transactions finished successfully, right? :) Besides, in terms of the merchants, it has more country availability in the World since the Stripe is available in 47 countries and WC Payments is 18.
Also it has a great fraud protection system which's been developed for years. I am not even mentioning Bitcoin, Alipay, Bancontact, Boleto, Giropay, iDEAL, Kombini, SEPA...etc. and other tons of supported payment methods.