lukiano880
Forum Replies Created
-
Ok. Thank you very much.
I will send you a message.
Woowgallery add an extra link for quick add galleries. (you can see the plus simbol in the screenshot).
https://snipboard.io/rPVJiw.jpgForum: Plugins
In reply to: [OnSale Page for WooCommerce] Sale items inaccurateHello.
Try to regenerate the product lookup tables.
That works for me.
( WooCommerce -> Status -> Tools )Thank you very much for your complete and helpful answer.
Hola.
En mi caso, luego de actualizar a la última versión encuentro que el error se da en Firefox con este mensaje:Uncaught ReferenceError: Mercadopago is not defined ../plugins/woocommerce-mercadopago/assets/js/credit-card.min.js?ver=4.6.1:1 credit-card.min.js:1:12692
En Chrome parece funcionar bien
Hola.
Mismo problema en la versión 4.6.0
Funcionaba bien en versiones anterioresForum: Themes and Templates
In reply to: [Customify] Customify Site Importer Not WorkingHi.
I have a similar problem.
I have imported “Outfit” site, and homepage structure is broken.
When edit homepage with Elementor, you can see all content inside a Text Editor. (no brand slider, no categories blocks, no Hero)
Rest of the site is okI’ve got it.
This shortcode do it:
[wcfm_store_info id="" data="store_phone"]
Here is the documentation.
Thank you
- This reply was modified 4 years, 10 months ago by lukiano880.
The store page is fine.
What i want is to show on the SINGLE PRODUCT page, next to the sold by, the phone number of storeForum: Plugins
In reply to: [Wanderlust OCA Shipping] Formato del pesoEnviados los datos por email.
GraciasForum: Plugins
In reply to: [Wanderlust OCA Shipping] Formato del peso@conradogalli, habitualmente es así, pero en este caso me sucede lo contrario.
Sólo me permite usar coma para separar los decimales del peso y las dimensiones.
Cuando intento con punto, me muestra el mensaje en rojo.Parece que es un tema de la configuración de PHP en el servidor
https://www.ads-software.com/support/topic/prices-and-weights-have-different-formats/Sé que no es directamente un problema del plugin, pero esta situación no me permite usarlo correctamente.
Te agradezco cualquier orientación que puedas darme al respecto.
Gracias.PD: Venía usando Mercadoenvíos, y funcionaba con el peso con coma.
Forum: Plugins
In reply to: [Wanderlust OCA Shipping] Formato del pesoGracias por la respuesta.
Al cargar el peso en el producto no me permite usar punto, me pide coma.
Entiendo que esto tiene que ver con el servidor directamente, ya que woocommerce no te da la opción de configurar el separador decimal para el peso.
OCA utiliza punto (.) para separar decimales?
Venía usando también MERCADOENVíOS (que ya no funciona) y me tomaba los decimales con coma.I have a section
In this section I have 10 extra product fields, but only 5 are enabled (this change daily).
I want to create a list with the name of those extra product fields (just the fields enabled), to use in the admin area .
I was thinking in database, but if you suggest other way, i can try it.Thank you.
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Dependent Options csv importThanks, that works.
But… if are more than one child, ( -p child_op 11, 12), only works the first option.
I suppose the comma break the csv.
So, i made another modification in the file:
wp-content/plugins/product-options-for-woocommerce/Block/Product/Options.php
at line 98
replace
$children = explode(',', str_replace(' ', '', $value['child_op']));
with
$children = explode('_', str_replace('', '', $value['child_op']));
So now in csv and product edit page:
-p chlid_op 11_12until now it’s working, i still testing.
Thank You very much