stephjacq a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] SKU not recognised during CSV ImportWooCommerce 3.6.2 is just released and includes some adjustments to CSV import behaviour. When you have a moment please backup your site, then update WooCommerce and try the import again.
Forum: Plugins
In reply to: [WooCommerce] Product Variations/Options helpThe amount of product data including attributes, in theory, can be an unlimited amount. But bear in mind that the more data you add the more server resources the site would require to operate and load content from the database.
With attributes and variations, there is a default limit of 50 per product for AJAX loading on them.
That can be increased with a custom snippet if required: https://gist.github.com/claudiosanches/6f91ad228c2176b986b2
If you find the number of variations you can add to the product is limited, you can use some code like this to increase it:
https://www.proy.info/create-more-than-50-product-variations-in-woocommerce/Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field “Grayed Out”This was introduced in WooCommerce 3.6.0
>Tweak – Added tooltip to refund-amount input box and made it readonly when taxes are enabled. #22820
see https://github.com/woocommerce/woocommerce/blob/master/CHANGELOG.txtFor accounting purposes, if taxes are enabled the refund must be processed per line to separate tax amounts.
Forum: Plugins
In reply to: [WooCommerce] Product Variations/Options helpYou have full control over this from the back end – you can decide which combinations you have available for sale and manually create each of them.
To prevent them, simply do not create them.
Forum: Plugins
In reply to: [WooCommerce] Product Variations/Options helpYou can set a specific combination of attributes for each variation. For that combination, you can assign an SKU/part number.
Screenshot: https://cld.wthms.co/HND4Lj
For details, see https://docs.woocommerce.com/document/variable-product/#manually-adding-a-variation
Forum: Plugins
In reply to: [WooCommerce] SKU# Not Showing Up in Paypal InvoiceWooCommerce does not send detailed information like the SKU to PayPal, this can be found in WooCommerce itself and customer emails.
Forum: Plugins
In reply to: [WooCommerce] Create order with negative quantity for productIt’s not possible to save a negative quantity order.
For an exchange, you can do the following:
– Find the original order, and change the status to
On Hold
– Then, clickRefund, and edit the price field to $0
– ClickManual Refundto avoid the payment processor
– You can now clickAdd itemto enter the exchanged product
– Change the order status back toCompleted, this can trigger an updated email to customer.Forum: Plugins
In reply to: [WooCommerce] SKU not recognised during CSV ImportFirstly please double-check that the column header matches what you’ve used on your site.
Next, can you check that there are no hidden characters added when the file is converted?
Export a few products from the site so you can compare side-by-side, checking for spaces or anything that doesn’t look identical.
If you find something, you could try Paste Special > Values Only if you are using Excel, or paste into a text file and back again to get just the number values.
Forum: Plugins
In reply to: [WooCommerce] Editing Shop PageYes, archive-product.php is the template for displaying product archives, including the main shop page, which is a post type archive.
This template can be overridden by copying it to yourtheme/woocommerce/archive-product.php.
Note: on occasion WooCommerce will need to update template files and you
(the theme developer) will need to copy the new files to your theme to
maintain compatibility. We try to do this as little as possible, but it does happen. When this occurs the version of the template file will be bumped and the readme will list any important changes.see also https://docs.woocommerce.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] How to Create Separate Checkout for Each Product?You could do this on the product page with Product Addons
(https://woocommerce.com/products/product-add-ons/?aff=10486&cid=1131038)This way you can have a text box, radio buttons, checkmarks etc – a unique set for each product so you can collect the data you need.
- This reply was modified 7 years, 1 month ago by stephjacq a11n.
Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field “Grayed Out”Hi @mta1 you can change the refund amount or quantity to be refunded at the line item above, next to the product. This will enter the total amount below.
Forum: Plugins
In reply to: [WooCommerce] Small cart problemThanks @cavra
Could you confirm whether you see it when the option
Enable AJAX add to cart buttons on archivesis off under WooCommerce > Settings > Products > Add to cart behaviourAlso, please confirm that you see the same behaviour running only WooCommerce, with a default theme like Storefront? If you don’t see it in this state, add back plugins one at a time to find the one which is causing the conflict, then you can troubleshoot further.
Forum: Plugins
In reply to: [WooCommerce] Variations and Stock Status@zakalwe please confirm that you see the same when you’re using Storefront theme and have all plugins deactivated except WooCommerce?
This looks like another plugin is hiding the option from you – add them back one at a time to find which one then you can troubleshoot further.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.6.1 – IssuesThanks for reporting this. You’re right, several themes are affected, and the fix is being developed here: https://github.com/woocommerce/woocommerce/issues/23374
This will be released very shortly in WooCommerce 3.6.2, please watch out for the update.
Forum: Plugins
In reply to: [WooCommerce] Product Sorting BUGThanks for testing. It seems like something is interfering with the actions on the page; it’s possible it’s a page builder or similar, but it could be any other plugin that’s running.
Could you confirm you see the same behaviour with only WooCommerce plugin active?