mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sorting of product attributesI’m resolving this topic as it has become dormant. Please open up a new topic if you need help with anything else!
Forum: Plugins
In reply to: [WooCommerce] Enable Lightbox but disable zoom within the LightboxHi there! You can disable zoom like this:
add_action( 'after_setup_theme', 'woo_remove_zoom_lightbox_theme_support', 99 ); function woo_remove_zoom_lightbox_theme_support() { remove_theme_support( 'wc-product-gallery-zoom' ); }This will leave the lightbox intact. This bit of code needs to go into your
functions.phpfile.Forum: Plugins
In reply to: [WooCommerce] Geo location of our global dealersHey @intecprinters!
It would be great if there could be demo periods of Plugins so they can be installed and trialled before purchase.
Some of the premium plugins available on WooCommerce.com do have a trial option. For the others, we’d like you to know that we have a 30 day refund period. If the extension doesn’t fit your needs, you’ll get a full refund.
do you know if ‘Product Retailers’ can be operated using ‘Catalog’ mode? (as we don’t want the shop to feature pricing).
That depends on the way you’re implementing catalog mode. Are you using our Catalog Visibility Options extension? Then yes, those are compatible.
can the relative retailer be auto suggested by determining the visitors IP address / location?
That will require some custom coding. You can find help here: https://woocommerce.com/customizations
would you say ‘Product Retailers’ is preferable to ‘External Products’ that is compared at the foot of the article you shared?
External products are meant for affiliate sales, for redirecting to a different site to process the payment of your product. So if that’s the kind of setup you are looking for, you can use external products. However, if you are looking to keep customers on your own site, and capture their payments, then you’ll want to go with Product Retailers.
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] Authorize.net DPM Plugin Broken as of 6/27Hey @arowls! Thank you for bringing this up. The Authorize.Net extensions are being consolidated into one, so DPM will no longer work in the future.
Please have a look at our documentation on how to migrate to our new extension: https://docs.woocommerce.com/document/authorize-net-cim/#section-25.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Manualy accept payments for digital products?Closing due to inactivity, please open up a new topic if you need help with any thing else!
Forum: Plugins
In reply to: [WooCommerce] Cart not working anymore (add/remove)Closing due to inactivity, please open up a new topic if you need help with any thing else!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Vendors – multiple vendors under one userClosing due to inactivity, please open up a new topic if you need help with any thing else!
Forum: Plugins
In reply to: [WooCommerce] Unwanted pagination pagesClosing due to inactivity, please open up a new topic if you need help with any thing else!
Forum: Plugins
In reply to: [WooCommerce] некорректный перевод некоторых слов на русский языкClosing due to inactivity, thank you all!
Forum: Plugins
In reply to: [WooCommerce] Unnecessary product postmetaHey Mikey, I’d very much appreciate it if you remain respectful to everyone involved. I tagged the other user by accident – the answer remains the same.
- This reply was modified 6 years, 10 months ago by mother.of.code. Reason: Had to add a part
Forum: Plugins
In reply to: [WooCommerce] Customize Shop PageHey @johnnyo1012! That very much depends on what you are trying to edit and how you’re adding the changes. Can you shed a bit more light on this, please?
Forum: Plugins
In reply to: [WooCommerce] Export Order and customersHi there! For orders and customers, you’ll need an extra plugin. I recommend our WooCommerce Customer / Order CSV Export extension: https://woocommerce.com/products/ordercustomer-csv-export.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Shipping costs per suppliersHey there Alice, please keep in mind that everyone in the forums is volunteering their time. It can sometimes take a while!
The best approach to this would be to use a shipping class per vendor and set your
calculation typeto ‘Per class’. You can find this when you have added shipping classes in WooCommerce > Settings > Shipping > Shipping classes. Then go to WooCommerce > Settings > Shipping > Zone of your choice > Flat rate.Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Is it Safe to Use Varnish with Woocommerce WebsiteClosing this topic as it appears to be resolved. @mayank29gupta if you need help with anything else, please go ahead and open a new ticket!
Forum: Plugins
In reply to: [WooCommerce] Label “billing_postcode” in CheckoutHey @faustharrison – the code looks good to me. Is there any other code present in the Code Snippet file that you’re using?