-
Posts
545 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Ress
-
The product will not disappear from the shopping cart after deletion
Ress replied to janeklass's topic in General topics
Yes, there is a problem with JS, of course. But you have activated the JS minification, and it is a bit difficult to figure out exactly where it is. -
Ordered products variable for custom email template
Ress replied to Mathew Nwaneri's topic in Feedback On My Store
In a module, add the function: public function hookActionEmailSendBefore($params) { $template_name = $params['template']; // here you will have to check the template name so that you can make the changes only on the template you need $templateVars = $params['templateVars']; // from this variable, you will have to go through the products of the order, and add what you need //you will need to add the new variable to them $params['templateVars']['new_variable'] = $new_variable; } Don't forget to register the hook. -
Featured Products module, can't change displayed text
Ress replied to MX-Drew's topic in Bug reports
This is done from translations, but you choose to translate the theme, not the module itself, more precisely "Front office Translations". -
Ordered products variable for custom email template
Ress replied to Mathew Nwaneri's topic in Feedback On My Store
You can use the "actionEmailSendBefore" hook. You receive as a parameter, the template, as well as the variables already sent, which you can modify. -
Send Email to Abandoned Carts
Ress replied to Catarina123's topic in Configuring and using PrestaShop
There are other such services as Mail Chimp, Omnisend. If you don't want a dedicated service, you can look for an abandoned shopping cart module, but I didn't use any free one to advise you. -
Giveaways Products Module allows people to come in to your shop and win one of your products, an easy way to bring more people to the store, grow your customer base, build your email list, and bring new followers on social networks. Regardless of what the size of your business is, contests or giveaways are both brilliant ways to get your brand some exposure. Opening up a giveaway to everyone, clients or not, can help you grow your customer base. If you are looking to build your mailing or email list, a contest is an easy way to do so. Often people are wary of giving away their information, but if there is a prize involved, that can quickly change. Features: create unlimited campaigns set the number of winners for each campaign set a maximum number of subscriptions per day per email address see all active campaigns on a dedicated page see all completed campaigns in a dedicated page export via csv campaign participants set winners automatically or manually Benefits for customers Customers loves Engaging Content. Whether the prizes are big or small, consumers love them, and they will be more inclined to be involved if the prize is worth it. Module link: https://addons.prestashop.com/en/promotions-gifts/87672-products-giveaways.html
-
Build awesome layouts, easily drag and drop widgets to create entirely new email templates with no coding skills required. With Email Customizer you can design all PrestaShop core emails, as well as all module emails, even if it is a third-party module. Create email designs from scratch with no coding knowledge required, everything being very simple and saving a significant amount of time. Use the predefined widgets from the drag and drop interface as well as the predefined variables available for each email. Features: Easily drag and drop widgets to build and customize emails Start creating an email from: scratch, core email, custom template Template Import Email Preview in the edit page Email Preview for Mobiles and Tablets Save unlimited Custom Templates Undo and Redo functions Image Uploader with Gallery for later use of images Styling settings for each widget Module Link: https://addons.prestashop.com/en/page-customization/87430-email-customizer.html Module Video: https://www.youtube.com/watch?v=sgSmtcowQ58&feature=emb_title
-
Send Email to Abandoned Carts
Ress replied to Catarina123's topic in Configuring and using PrestaShop
You can try Klaviyo. It is a dedicated service for this. The module for integration with their service is free (you can find it on addons). Normally you pay a monthly fee to them, but they also have a free plan for a certain number of customers. -
Try from translations, Theme -> Shop -> PDF.
-
You can edit an order, as long as the current order state, or any other state in the past, does not have the property enclosed in the picture, checked:
-
SOLVED Featured product images do not display properly
Ress replied to dostoyevski's topic in General topics
Try deleting the browser cache as well. -
You should look in the install() function of the module, you will surely see there what tables it creates, and if it saves something in the Configuration table.
-
Display products on cms using javascript
Ress replied to Med Aziz's topic in Addons, modules and themes developers
Wouldn't it be easier for you to use such a module for this? https://addons.prestashop.com/en/additional-information-product-tab/86348-product-finder-assistant.html -
Error in the registration form
Ress replied to Catarina123's topic in Configuring and using PrestaShop
Envie-me os dados de acesso em privado, e eu posso olhar. -
Que el cliente/visitante pueda calcular gastos de envío antes del checkout
Ress replied to xaro's topic in Discusión general
Usé un módulo como este en un proyecto anterior. Básicamente, este módulo crea una dirección con los datos ingresados allí y descubre la tarifa del servicio de mensajería para esa dirección, luego de lo cual la elimina. Normalmente no debería haber problema, depende de tu mensajero, si te puede ofrecer un costo por los datos que ingreses ahí. -
Chiamata ajax da bottone nell detaglio ordine
Ress replied to Omnius1234's topic in Sviluppatori PrestaShop
Dovresti fare un ajax su un front controller, sì. Puoi postare cosa hai fatto? -
Che tema usi? E prestashop, è 1.6 o 1.7?
-
Problema apertura sezione Prodotti in BackOffice
Ress replied to GCorso91's topic in Sviluppatori PrestaShop
Invece di $_GET['product_rewrite'] potresti usare Tools::getValue('product_rewrite') -
rimuovere o modificare altezza categoria
Ress replied to ottoboni77's topic in Sviluppatori PrestaShop
Ciao, Puoi fornire il link in modo che possiamo vedere esattamente? -
Hai risolto il problema? Se vuoi, puoi inviarmi i dati di accesso da un ambiente di test, in un messaggio privato, e posso verificare il problema.