AJWD
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce : Add to cart buttonIt is hidden by this class:
<button type=”submit” class=”single_add_to_cart_button button alt disabled wc-variation-selection-needed”>Aggiungi al carrello</button>the CSS is
`.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
>>>>>>>>> display: none;Maybe you have added some sort of quote plugin or something? Do you track inventory with Woo?
-A
Forum: Plugins
In reply to: [WooCommerce] Storefront alignmentForum: Plugins
In reply to: [WooCommerce] product category showing 1 -24 but only shows 10It shows 24 for me.
If you are using a caching plugin make sure you clear it after every change.Forum: Plugins
In reply to: [WooCommerce] upsI haven’t used the Free Shipping method before but I notice you have your Shipping Methods set to free. Maybe WC doesn’t give you shipping options when Free shipping is your only method? Perhaps that might be something to check out.
Forum: Plugins
In reply to: [WooCommerce] Sale Flash/Label BadgeIf you search the plugin directory or google there are many options depending on what you want. I currently use YITH Badge Managment and Business Bloomers code to put badges/labels on a couple of sites.
Forum: Plugins
In reply to: [WooCommerce] Help adding CSS to change size & style of sale badgesYou can start by playing with:
.woocommerce span.onsale {
border-radius: 100%;
}That should get you the results you are looking for.
Forum: Plugins
In reply to: [WooCommerce] Bulk product import doesn’t uploads images and categoriesCan you post a line or two of your CSV – even if it’s stripped of specific information? Having no idea of what you are entering makes it hard to troubleshoot.
Forum: Plugins
In reply to: [WooCommerce] Don’t require a shipping optionI’m sorry I didn’t get back to you sooner. I will try the free shipping method. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Product video and TabsThis was the third result on the Google. It has worked well for us.
-A
Thank you for your response. If you ever decide to add that function please let me know. I would gladly pay for that ability.
Right now how does a customer know there is a new product until they get to a page that shows product?Hi Christine,
This message typically means you have modified some of the woocommerce/standard template files.
There should be a buttom that says “View affected templates”. Click on that and scroll down towards the bottom. You should see a field that says “templates”.
There should be a section that says “Overrides”, these will be the files you are overiding. Next to each outdated file there should be some text that says something along the lines of “version X.X.X is out of date. The core version is x.x.x,”
You will need to grab the new version and transfer your changes from the current overiden file to the newer version. When you are done with that backup the original overide and save the new file in it’s place.
The message on your admin should now be gone.
-AForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Import not workingSorry for the delayed reply, It worked! I did notice on export that it no longer gives me a selection for yikes_woo_products_tabs under ‘Which columns should be exported?’. It is however exported when Export Custom Meta is checked. Everything is imported correctly also. Thank you for your help.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Import not workingThanks @yikesitskevin. Thanks for all your hard work. People like you are the reason I use Woocommerce.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Import not workingHi Kevin,
If it already ready to go that would be great! Otherwise I can hold off a month. I appreciate your quick response and help.
Thank you,
AJWDForum: Themes and Templates
In reply to: [Make] Product Grid ProblemHi Louise, It does seem to be a bug. I’m sorry I couldn’t be more help. If you are using something like Serverpress I would try the old standby of turning plugins (except for woocommerce) off and trying the 2017/2018 theme. I had a similar issue a couple years ago and it turned out to be something with variations and a plugin.
If you do figure it out please update this post and let us know what you found.
-Andy