Fernando a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variation Image does not replace product image@renz_r Thanks for confirming!
If you can, it’d be helpful if you include in a comment what was the solution – as that might help other users experiencing the same issue in the future.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Remove Add to Cart button in variable products out of stockCan you share a link to that product page, please? Also specify which variations does this happen with.
Did you custom code that? Do you use PayPal or PayPal Pro?
@jrothra No, that is PayPal Checkout – just using the option I described above, of disabling the Smart Payment buttons from WooCommerce > Settings > Payments > PayPal Checkout.
Forum: Plugins
In reply to: [WooCommerce] el zoom de los productos tiene problemas en versión móvilMe alegra escuchar que lo has podido solucionar.
En este caso, como esta función trabaja correctamente con un tema predeterminado, esto es algo que tiene que ser arreglado desde el tema. Recomendaría ponerte en contacto con el desarrollador de tu tema, para que pueda revisar esto y añadir la funcionalidad correctamente.
Marcaré este hilo como resuelto por ahora.
The correct country does appear on the label too, but somehow the wrong country code was transmitted.
That’s strange!
Can you open a support ticket on WooCommerce.com? That way we’ll be able to take a closer look and determine what happened there.
Please reference this forum thread in your message to us.
Forum: Plugins
In reply to: [WooCommerce] Plugin to add location picker (map) to woocommerce checkoutDoing a quick internet search I was able to find this plugin that claims to have the feature you are looking for:
https://codecanyon.net/item/woocommerce-checkout-location-picker/6811588
I haven’t tested this myself, so I can’t vouch for its quality or functionality. You may want to try that out on your end and see if it works for your setup.
I assume you are using the built-in product importer for this.
– BUT how do l assign multiple categories to a product? By comma?
That’s correct, you can enter multiple categories by using a comma.
How do l name the categories? Can l name them via their slug? Or must l use full name? Or can it be either?
They should be added using the category name.
– Also, is there any way to directly upload all this info as a CSV?
The built-in importer works only with CSV files, so I’m unsure of what do you mean by a way to “directly upload all this info”, as that is the only way that importer works.
As a tip, I’d recommend manually creating a product on your store, and then export it. That way, you’ll be able to open the exported CSV file for that product, and use that as an example to format your future imports.
Know that you can find documentation for this tool at the following link: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] Pb Woocommerce 3.8.0 and Birthday plugin@reventlov It sounds like you have been able to narrowed down the issue to a conflict with that Birthday Discount plugin.
It’s possible that plugin is not compatible with the latest updates, which has caused the problems you described. Do reach out to the developer of that plugin, to notify them of these problems and see if they are able to help.
How payment gateways are displayed on the checkout page depends largely on two things:
* The styling of your theme
* The specific gateways you have chosen.Visiting your site, it looks like you are using the PayPal Checkout and Amazon Pay extensions. Those two extensions in particular use buttons for their express checkout processes. PayPal Checkout does include an option to remove the buttons, from the settings select to disabled Smart Payment buttons. That will remove the buttons and make PayPal appear as a toggle option among your other methods.
However, the Amazon plugin does not have this option. Amazon can only show with the buttons that you described. This is a design choice of that plugin specifically, and modifying that would require custom coding.
For reference, this is what my payment options look like on a site using the Storefront theme, with the following methods: Stripe, Cash on Delivery, PayPal Checkout (with Smart Payment buttons disabled).
Forum: Plugins
In reply to: [WooCommerce] Text in Cart is OffHi Nicolas! I’m glad you found the answer to both of your questions. Great work!
Also, thank you for sharing the solutions here, which might help other customers experiencing similar issues.
I’m going to mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Remove Add to Cart button in variable products out of stockIt sounds like variable products still show an add-to-cart button on the product page. Did I get that correctly? If so, what happens when a user tries to add that out-of-stock product to the cart?
It would be helpful if you can share with us a direct URL to a product that presents this behavior.
Forum: Plugins
In reply to: [WooCommerce] Cannot find the order of the buyer@migswd Hmm that’s strange…
Do you happen to have a staging site? If so, verify that no orders were received on that copy of the site, and that it might be getting confused with the real site.
If that’s not what happen, another explanation I can think of is that the site might have been reverted to a previous backup. If the site was restored to a previous point in time, any orders placed before the last backup was saved would have been lost by that process. You may want to verify what your backup settings are, and whether any recent restores were made.
Forum: Plugins
In reply to: [WooCommerce] Can’t change payment method after order is placedIt sounds like you are having trouble manually editing the payment method registered on an oder.
Just to make sure, have you tried updating it from the dropdown in the order? https://cld.wthms.co/XA9DN2
You get that dropdown to show by editing the billing fields in the order. I just tested it on a site of my own, and I was able to change the method. It remained there after updating the order with the changes.
Forum: Plugins
In reply to: [WooCommerce] Duplicating product categories@mecevik There isn’t a way to duplicate a category from the settings of WooCommerce.
I’m thinking you can try to recreate those categories using the built-in product importer.
When products are imported, categories that are in the file also get created. So, I’m thinking you could try creating those categories by importing a product that has them – if you no longer need the product afterwards it can be deleted, but the categories won’t be deleted with it.
Do you understand correctly that you want the slug to be
205 cminstead of205-cm?If so, I’m afraid that isn’t possible. Slugs cannot have blank spaces, which is why a
-is placed in there.