Fernando a11n
Forum Replies Created
-
Cerraré este tema pues es duplicado de otro: https://wordpress.org/support/topic/actualizo-los-precios-de-y-se-ven-en-mi-pc-pero-desde-la-lapto-y-cel-no-se-ven/#post-12830907
@aurimar28 Este tipo de problemas están muy comúnmente relacionados con la caché.
La caché puede darse en varios niveles. Además de borrar la caché en los navegadores de todos los dispositivos, intenta desactivando cualquier plugin en tu sitio que tenga funcionalidades de caché.
Muchos hosts también habilitan automáticamente opciones de caché a nivel de servidor, así que te recomendaría ponerte en contacto con tu host y pedirles deshabilitar cualquier caché que esté activada de su parte.
Forum: Plugins
In reply to: [WooCommerce] No puedo ver productos importados woocommerce@drfagre Este tipo de errores es muy comúnmente causado por un conflicto con otro plugin. Para verificar si este es el caso, te recomiendo lo siguiente:
Querrás cambiar el tema de tu sitio temporalmente, activando el tema gratuito Storefront. Después, desactiva TODOs los plugins en tu sitio, excepto por WooCommerce. Revisa si el problema sigue ahí.
Si el problema ha sido resuelto, re-activa el tema y los plugins uno por uno, mientras pruebas si el problema ha vuelto. Al momento que los productos vuelvan a desaparecer, sabrás que el último elemento que activaste es el que causa que desaparezcan.
Te recomiendo que estos pasos los sigas en una copia de prueba de tu sitio, para no afectar tu sitio real. Puedes crear una usando un plugin como WP-Staging: https://wordpress.org/plugins/wp-staging/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Edit Address IssueI visited your site, added a product to my cart, and was able to see that the fields on the checkout form are displaying in an strange layout:
Issues like this are most often caused by your theme, or a plugin conflict. To verify this, you’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging.
This plugin lets you copy and redeploy a WordPress site with minimal work.
If you confirm the issue is caused by your theme, or by a particular plugin, then you’ll be able to contact the corresponding development/support team for help.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce mobile appJetpack is used to enable the connection between your website and the app. You can’t use the official WooCommerce mobile app without Jetpack, as it is needed in order for the app to work properly.
If you are experiencing issues with Jetpack, I’d recommend posting in the Jetpack support forums, or reaching out to the Jetpack support team if you have a paid plan with them.
Forum: Plugins
In reply to: [WooCommerce] price after login@maryamait123 You can achieve this using the Catalog Visibility Options premium extension.
I know you were looking for a free option, but thought I’d drop that here in case it helped.
I’m not aware of any free plugins that offer this same functionality. I’ll leave this thread open for now, to see if anyone else from the community might have suggestions.
Forum: Plugins
In reply to: [WooCommerce] Remove SideBar@agapitomalteni Removing the sidebar from product pages is something that would have to be edited from the template files. The look and style of your product pages is determined by your theme.
Have you tried reaching out to your theme developer and see if they can assist with making that edit on your theme?
@om2 I believe the settings you are looking for are the ones located in the customizer. You won’t find those options among the WooCommerce settings.
To locate them head to Appearance > Customize > WooCommerce > Product Catalog.
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] woocommerce pdf custom fieldsHi @ariban99! This is the support forum to ask questions related to the core WooCommerce plugin. The issue you describe in you message seems to be related to two different plugins: Checkout Forms and PDF Invoices.
We’d recommend contacting the developers for those plugins, or posting on their respective support forums, to get help with this.
If you are unable to get help that way, you might consider hiring a developer who can code this customization for you. One of WooCommerce’s customization partners might be able to help:
Forum: Plugins
In reply to: [WooCommerce] Reviews form don’t display name and email fields in Chrome@daniel1009 I tested this on my end, but both the email and name fields appear to be working correctly:
I tested in Chrome, Safari, and Firefox. It worked on all browsers.
Forum: Plugins
In reply to: [WooCommerce] Variation swatches with description boxesI really want to make it into a box form with a colored outline. How do i do that.
That’s something that would require some level of code customization, perhaps through CSS.
I’m not a CSS expert, but I believe this code will work in making it look more of a notice:
div.woocommerce-variation.single_variation { background:#AB3016; color:#ffffff; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:3px; }Just change the HTML color codes for the
backgroundandcolorelements, to control what colors you want the box and font to appear in.This worked on my own site:
Therefore i want the info box to appear as soon as you click on “condition” variant, even though you havent selected color and size yet.
In this case, the description I showed you above will most likely not work for you. The description is only displayed once a variation has been selected – and that only happens once all the options have been chosen.
I don’t know of a plugin that adds the functionality you described, exactly as you listed it. I’m inclined to believe you’ll need a custom-code solution for your site.
I’m going to leave this thread open for a bit to see if anyone is able to chime in to help you out with either plugin or code suggestions.
I can also recommend the following places for more development-oriented questions:
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- WooCommerce FB group: https://www.facebook.com/groups/advanced.woocommerce/
Good luck!
Forum: Plugins
In reply to: [WooCommerce] setting price and weight for each term of an attribute@luzzati Thank you for elaborating! I understand you’d like to set the same values for a particular attribute across different products. So, for example, if there’s an attribute titled “blue”, you’d like that all variations (on different products) that have this attribute share the same price.
I’m afraid it isn’t possible to configure attributes like this, at least not out of the box. Variation values are configured on each product.
If you are looking for ways to edit several variations/products quicker, in bulk, you might look into updating these variations using the built-in CSV importer tool. Here’s documentation on how that works:
https://docs.woocommerce.com/document/product-csv-importer-exporter/#section-6
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] Product variation : cumulative payed variation@cedricbenjamin Judging by the screenshot you shared, that seems to be making use of product add-ons, rather than variations.
Add-ons are extra product options that can be added for customers to select from on a product page. Add-ons can have a fee attached to them, and they can be configured to be optional or required.
Please note that add-ons do not have inventory, so while you can manage stock for the main product, the add-on itself will not have an inventory.
Product Add-Ons is the extension I’d recommend for adding that functionality.
Forum: Plugins
In reply to: [WooCommerce] time consuming backoffice access@davidjproducoes Behavior like that is usually caused by plugin conflicts.
There might be a plugin other than WooCommerce that is taking up significantly more resources than the rest of your plugins.
To find out which one it is, I’d recommend disabling ALL plugins on the site, except for WooCommerce. Then, start re-enabling them one by one, while testing for the issue. When the site starts to slow down significantly, you’ll know that the last plugin you enabled is the one that is causing the slow down.
I know other people also make use of the Query Monitor plugin to debug this type of issues, as it has features that allow you to determine which plugins are performing poorly.
If there isn’t a plugin that is very obviously raining more resources than it should, you might contact your host to talk about options for upgrading your server’s power.
Forum: Plugins
In reply to: [WooCommerce] Variation swatches with description boxes@akselbf I’m thinking you can make use of the default product variation description, which will only be displayed once a variation is selected.
This is the description I’m referring to, which is configured inside each variation:
When you select a variation on the product page, that description will be displayed. And it will change whenever you change your variation selection.
On my site I have the Variation Swatches and Photos, and I confirmed this works. This is how it looks for customers:
I hope that helps!