alexssdb
Forum Replies Created
-
Solved
Modify the template in the directory:
wp-content/plugins/woocommerce-product-stock-alert/templates/emails/stock_alert_email.phpAdd on line 25:
$product_image = $product_obj-> get_image(array (300, 300));Add on line 55:
<div> <a href="<?php echo $product_link; ?> "> <? php echo $product_image; ?> </a> </div>In this way, when the stock notification email arrives available to the customer, you can see the product photo in the email and access it by clicking on the image.
Forum: Plugins
In reply to: [Import and export users and customers] CronThx
Forum: Plugins
In reply to: [Import and export users and customers] CronOk, if I have misunderstood you, just at the time you activate the check “Activate periodical import?” and click on Save, WordPress will execute the cron at that time periodically.
Forum: Plugins
In reply to: [Import and export users and customers] Importar datos en users y usermetaPerfecto, muchas gracias!
Forum: Plugins
In reply to: [Import and export users and customers] Importar datos en users y usermetaSi he visto la documentación y he probado el csv de prueba que funciona correctamente. Pero en la documentación no explica como añadir datos en la tabla usermeta.
Podríais facilitarme más info como insertar datos en esta tabla o un ejemplo sencillo?
Gracias,