Jump to content

Ress

Members
  • Posts

    545
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Ress

  1. 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.
  2. 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.
  3. This is done from translations, but you choose to translate the theme, not the module itself, more precisely "Front office Translations".
  4. You can use the "actionEmailSendBefore" hook. You receive as a parameter, the template, as well as the variables already sent, which you can modify.
  5. 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.
  6. 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
  7. 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
  8. 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.
  9. J'ai été particulièrement intéressé par le module de page de commande. Utilisez-vous le module par défaut ou un module tiers ?
  10. Ress

    Edit Order

    Try from translations, Theme -> Shop -> PDF.
  11. I used this module in a project, earlier. You can choose to add it together with the main product in the cart, or to have a button to add to the cart, separately, for each accessory. https://addons.prestashop.com/en/cross-selling-product-bundles/23426-multi-accessories-pro.html
  12. Ress

    Edit Order

    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:
  13. 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.
  14. 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
  15. Envie-me os dados de acesso em privado, e eu posso olhar.
  16. 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í.
  17. In the module you want to install, you should comment the updateCart() override function, install the module (you will not receive an error, because it will not override the same function), and then go to CartController override, and manually add the function code in addition to the other code.
  18. Dovresti fare un ajax su un front controller, sì. Puoi postare cosa hai fatto?
  19. Che tema usi? E prestashop, è 1.6 o 1.7?
  20. Invece di $_GET['product_rewrite'] potresti usare Tools::getValue('product_rewrite')
  21. Ciao, Puoi fornire il link in modo che possiamo vedere esattamente?
  22. 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.
×
×
  • Create New...