lavalldesign
Forum Replies Created
-
I think the problem was a misconfiguration of the recipients.
We have redone it again and everything seems to be fine.
There is a data migration process. It appears when you update the version.
Doesn’t it appear in the backoffice?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Import image attribue with wpallimportWith the image “id” it works. But can’t it be done from the full url?
Thanks!
Forum: Plugins
In reply to: [Simple Custom Post Order] Export and Import with WPALLIMPORTUps!
The problem is that when I import some information the order is lost.
Isn’t there a field in the database that indicates the order?
Thanks!
———
El problema es que cuando importo alguna información se pierde el orden.
?No existe algún campo en la base de datos que indique el orden?
A mi me pasa algo parecido.
1. Se recibe la confirmación y autorización.
2. El pedido pasa de “pendiente de pago” a completado.
3. El pedido pasa de completado a pendiente de pago.
4. Luego. “El pedido sin pagar ha sido cancelado – se ha alcanzado el limite de tiempo. El estado del pedido cambió de Pendiente de pago a Cancelado.”
And how can I do this for a specific course?
I tried to report $course_id but I didn’t get it.
Thank you!
Example!!!!
function restringir_tipos_de_archivo($mime_types){
$mime_types = array(
‘jpg|jpeg|jpe’ => ‘image/jpeg’,
‘gif’ => ‘image/gif’,
‘png’ => ‘image/png’,
‘pdf’ => ‘application/pdf’
);
return $mime_types;
}
add_filter(‘upload_mimes’, ‘restringir_tipos_de_archivo’);Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Forzar pago en esperaNo me has entendido. Quiero una cosa rara. Que cuando se confirme el pago que el estado sea “EN ESPERA”.
El plugin funciona perfectamente pero necesito modificar le estado de confirmación cuando se paga en el TPV
But I mean is not a problem from a third-party plugin, because the plugin doesn’t create any new media view, Only enhance the media screen from the core. Maybe Elementor creates a custom view, don’t use a core media overlay.
That’s why I ask here. Nothing else.
Forum: Plugins
In reply to: [WooCommerce] Hide tooltip number of products available.Here I have found the solution.
Forum: Plugins
In reply to: [WooCommerce] Hide tooltip number of products available.I think it’s a usual WooCommerce behavior.
I think the problem is because in the INPUT of the units it has a MAX value. JavaScript is checked and the browser displays the message ”
In this URL (https://woolvd.demoswp.com/tienda/v-neck-t-shirt/) try to choose the color “Verde” and add 5 units. When you press the “Add to cart” button, the message appears.
You only want to delete or modify this message.
Solucionado.
Simplemente con desactivar la opción “Redireccionamiento 301 permanente de HTTP a HTTPS preservando SEO” del Plesk.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Pay in 2 payment methodsSpeed in the response.
Thank you very much