Erina (a11n)
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Change Button TextHi Jamie,
Which buttons, text, are you trying to edit?
Forum: Plugins
In reply to: [WooCommerce] Cart doesnt always show items, yet checkout does.Is there a way I can change the theme for testing things like this without making live changes to the site?
Setting up a staging site would be the way to go there. You can start with this guide https://conschneider.de/sync-wordpress-woocommerce-staging-production-site-current-overview/ , and then google for addition information.
Forum: Plugins
In reply to: [WooCommerce] Changing Themesall the data entered into woo commerce in the previous theme will automatically be moved over
Not really, the product data doesn’t move anywhere, it’s still in the same spot in the database. Changing themes is like applying a new paint to your car or house, if that makes sense.
Content and design are separate, if you want to learn more about it, you can check out CSS Zen Garden, and see all the different ways the same content can be displayed through different design templates.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart is not workingWhich other theme did you test it with? I’d recommend Storefront, or Twenty Seventeen, both free but well tested themes.
You might also want to check the System Status, and Logs to see if something is off, especially in the Active Plugins area of the System Status which will show you if some plugin aren’t yet compatible with the WooCommerce version that you have.
Forum: Plugins
In reply to: [WooCommerce] Braintree plugin interfering with shipping Calc after udateWhich Braintree plugin are you using exactly, have a link to it? Are you using the latest version for it?
When you activate the plugin, and check the Active Plugins section of the System Status, does it say that the plugin isn’t compatible with your current version of WooCommerce? If so, then you’ll want to contact the plugin authors and let them know about it.
Forum: Plugins
In reply to: [WooCommerce] Cart doesnt always show items, yet checkout does.Which other theme did you test it with? I’d recommend Storefront, or Twenty Seventeen, both free but well tested themes.
You might also want to check the System Status, and Logs to see if something is off, especially in the Active Plugins area of the System Status which will show you if some plugin aren’t yet compatible with the WooCommerce version that you have.
- This reply was modified 7 years, 1 month ago by Erina (a11n).
Forum: Plugins
In reply to: [WooCommerce] product priceHow did you set the product price? For what kind of product?
These docs can help you get started too:
– https://docs.woocommerce.com/document/managing-products/#section-6
– https://docs.woocommerce.com/document/variable-product/Forum: Plugins
In reply to: [WooCommerce] MAJOR UPDATE PROBLEMS ? please tell us !You can keep an eye on the WooCommerce GitHub repository too: https://github.com/woocommerce/woocommerce/issues .
And make sure to contact the authors to let them know their plugins need to get updated too.
Good luck!
Forum: Plugins
In reply to: [WooCommerce] How to turn off invoice information in checkout?Hey there,
Some existing plugins might help:
– https://www.ads-software.com/plugins/woocommerce-checkout-manager/
– https://docs.woocommerce.com/document/checkout-field-editor/?_ga=2.241707008.382844587.1507508885-2048018022.1506314479If you’re comfortable tweaking the code around, you can also check this out https://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/ .
Forum: Plugins
In reply to: [WooCommerce] Changing ThemesHey there,
Switching themes won’t affect all the work he’s done adding products, but each time he changes themes, he’ll need to rethink how to design the display of the store, and spend time getting familiar with all the options the new theme offers.
I’d advise your friend to write down a list of features they want, then check out a few themes to narrow it down.
Here’s other places to find WooCommerce compatible themes:
– https://www.ads-software.com/themes/search/woocommerce/
– https://woocommerce.com/product-category/themes/storefront-child-theme-themes/Forum: Plugins
In reply to: [WooCommerce] All shipping classes showing on orderCool! Took another look and see the correct flat rate showing now! ??
(If needed next time, you can upload a screenshot on a file sharing service and share the link here)
Forum: Plugins
In reply to: [WooCommerce] All shipping classes showing on orderIt sounds like you might have added a shipping method for each shipping class, but you actually only need to add one shipping method, Flat Rate, and define the shipping cost for each class in there.
If you can’t get it to work can you post a screenshot of your Flat Rate settings?Forum: Plugins
In reply to: [WooCommerce] Woocommerce site terribly slowCould this be because I have many attribute variation in each product?
I doubt it, but you could test by temporarily hiding some products, and just displaying a few.
Site sluggishness can also come from plugins, so test by deactivating some that you might not need, and see if it helps.
You can also use the Network Monitor from Firefox https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor to analyze what happens when you visit your site.
Forum: Plugins
In reply to: [WooCommerce] Product Shipping CostWith the basic WooCommerce plugin, you can do that by setting up a Flat Rate, and then use Product Shipping Classes.
For more fancy shipping based on weight or dimensions, you can also check the Table Rate Shipping .