WEB DESIGN
-
-
@DanH In that plugin, there is no option for the custom fonts.
You set the coupon conditions (product name, discount type/rate, usage limits...etc.) and it will create the codes automatically.
-
@orange Oh sorry haha! I mean in general for web design, is it ok to use custom fonts? Like if perhaps the user doesn't have the font installed, will it lead to issues?
-
@DanH On the webste we are using Google fonts. Although these fonts are not available in some countries (such as China), web browser shows standart fonts automatically.
-
@orange Thank you :)
So I'm trying to edit the woo commerce checkout page. I tried some free apps quickly but they weren't great so trying to do it with some CSS code I found. I'm stuck on how to make a border in certain sections - whatever I change doesn't do anything below - wondered if you knew what i should look like:
form.woocommerce-EditAccountForm.edit-account { border: 0 !important; /* trying to edit this stuff and failing */ background: #d8d8d8; /* this is the main background color for all forms */ }
-
Inspect the page with the right mouse click (on the Chrome or Safari...etc) to look at the css class of the element and modify it. Watch the parent css class that may override the rule.
Also maybe this will help: https://stackoverflow.com/questions/48156681/get-the-login-and-register-form-side-by-side-in-woocommerce
To add/override the custom css rules globally, you need to go to the "Customize > Additional CSS" section on the WP Admin panel.
-
@orange I think your website is one of the best I've seen so far.
Have you designed yourself or a design company? Which one? -
@harris-rosendahl
I think your website is one of the best I've seen so far.
Have you designed yourself or a design company? Which one?Thank you for compliment. I am sure there are much better ones. Yes I designed it myself with using WordPress. I've also shared my tips for a WP web site here:
-
Is there an easy way / plugin for users to subscribe (fill out a form etc) and receive a unique coupon?
-
@DanH do they have to be unique? For a new subscriber you could simply send a 'welcome[amount]' coupon...
-
@Matt_SF yes they do. Seems like Mailchimp can do it, though would prefer a free option!
-
@DanH
The Newsletter plugin can be used for automatic responder emails. I am not sure if the free version can handle this though.I am using this (premium version) with Amazon SES and sending 100k emails cost only a couple of dollars
-
I’m using sendy.co and Amazon SES. Works like a charm
-
-
@DanH said in WEB DESIGN:
so will see if it can hande unique coupons.
For unique coupons? Actually I am not sure if this plugin can do that. You can use it for a static coupon code.
For unique, Maybe you can find a premium 3rd party plugin on the original Woocommerce website.
-
@orange yeah I didn't see anything before. This is the method I might use:
https://docs.personaldiscount.io/use-cases/send-unique-coupons-to-new-subscribers-using-mailchimp
Basically I have a new website / domain and need existing users to set up new accounts there / register emails, receive a coupon that allows them to 'buy' their updated software for free (and receive a license key etc). I could do this by hand but it's a few hundred people
I don't think GDPR allows me to just take the emails from one website to another....
-
@DanH said in WEB DESIGN:
Basically I have a new website / domain and need existing users to set up new accounts there / register emails, receive a coupon that allows them to 'buy' their updated software for free (and receive a license key etc).
Other than DHPlugins, what is the new website? I am curious :)
-
@DanH can't you import the BDD from the old website/domain to the new one ? you could retreive all the data you need (account, orders, etc...)
-
@Matt_SF what’s a BDD? And I’m assuming gdpr restricts moving data anywhere. It’s a different company essentially. I mean not really but a different brand.
-
@Fortune it’s currently DCBreaks.com. DHPlugins is the new site.