Jump to content

leonardodestefanis

Members
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • First Name
    Leonardo
  • Last Name
    De Stefanis

Recent Profile Visitors

286 profile views

leonardodestefanis's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey everyone, I'm using SuperCheckout module by Knowband, it looks like the "Remove" action for Voucher doesn't work. Here you can see what happens: https://cl.ly/102l1W0P3R2V I get a success message that says coupon was removed, but it actually doesn't happen. Any suggestions? This is my website: www.lefresieconserve.it Thanks in advance!
  2. I've tried but unfortunately it doesn't work..the users' information are not retrieved
  3. Sorry but I'm not a tech person, can you explain me how should I customize this code to retrieve customer id and customer email? <script> window.customerlySettings = { app_id: "3611c5b5", user_id: "REPLACE WITH YOUR USER ID",// Optional name: "REPLACE WITH USER NAME", email: "REPLACE WITH USER EMAIL", }; !function(){function e(){var e=t.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://widget.customerly.io/widget/3611c5b5";var r=t.getElementsByTagName("script")[0];r.parentNode.insertBefore(e,r)}var r=window,t=document,n=function(){n.c(arguments)};r.customerly_queue=[],n.c=function(e){r.customerly_queue.push(e)},r.customerly=n,r.attachEvent?r.attachEvent("onload",e):r.addEventListener("load",e,!1)}(); </script>
  4. So what should I put into my script in order to retrieve the users information?
  5. Hi there, I need to integrate a CRM with a Live Chat into my Prestashop. I have this code and I need to modify it to retrieve user information. How can I do? I'm using Prestashop 1.7 <script> window.customerlySettings = { app_id: "3611c5b5", user_id: "REPLACE WITH YOUR USER ID",// Optional name: "REPLACE WITH USER NAME", email: "REPLACE WITH USER EMAIL", }; !function(){function e(){var e=t.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://widget.customerly.io/widget/3611c5b5";var r=t.getElementsByTagName("script")[0];r.parentNode.insertBefore(e,r)}var r=window,t=document,n=function(){n.c(arguments)};r.customerly_queue=[],n.c=function(e){r.customerly_queue.push(e)},r.customerly=n,r.attachEvent?r.attachEvent("onload",e):r.addEventListener("load",e,!1)}(); </script> I tried with "$this->context->customer->id_customer" as Customer ID and "$this->context->customer->email" as Customer Email but it doesn't work. Please help me!
  6. That error appears to me when I try to edit theme and modules translations.
  7. This is so frustrating, I can't modify translations of my theme into PS because my provider give me just a little bit of resource. How can I do?
  8. Hi there, I'm trying to import a language translation file for a theme, but I can't see the importer that I had on PS 1.6.x! As you can see I only can add a language from the Prestashop website but It's not what I want to do. Any help?
  9. Non so definirla, sono stato contattato da alcuni clienti che mi hanno esposto il problema. Succede anche ad utenti non registrati. Alcuni li vedono iva inclusa altri li vedono iva esclusa.
  10. Hi, I have a big problem: prices are shown without taxes only for some customers. I want show prices with taxes for all. This is my configuration: - Prestashop 1.6.1.1 - All customers groups are set to view prices including taxes - Activated Tax Rules: only Italy Standard 22%, other tax rules are deactivated - Activated Tax: only IVA IT 22%, other tax are deactivated - All Countries have the option "Show prices including tax" activated - Geolocalization through IP is deactived. Any suggestions to fix it?
  11. Ciao a tutti, ho un grosso problema: alcuni clienti visualizzano i prezzi senza Iva, altri invece no. Utilizzo la versione di Prestashop 1.6.1.1, la mia configurazione è la seguente: - Tutti i gruppi clienti hanno come impostazione la visualizzazione dei prezzi comprensivi di Iva - Regole tasse attivate: solo Italia Standard 22%, le altre sono disattivate - Tasse attivate: IVA IT 22%, le altre sono disattivate - Tutte le nazioni attive hanno l'opzione "Mostra tasse incluse" abilitata - Geolocalizzazione tramite IP disattivata Qualche suggerimento per risolvere questo problema?
  12. No, I'm using TimePlus theme. I edited my procuct-list.tpl and now I can display Add to Cart when quantity > 0 and "In Arrivo" when quantity <= 0. I found that on a topic in this forum, don't know if it is correct but anyway it works. Now I want to add "Available on Order" but I can't do this! This is what I did in product-list.tpl : <p class="product-desc" itemprop="description"> {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'} </p> <div class="button-container"> {if isset($comparator_max_item) && $comparator_max_item} <a class="add_to_compare" href="{$product.link|escape:'html':'UTF-8'}" data-id-product="{$product.id_product}"><i class="icon-signal"></i></a> {/if} {hook h='displayProductListFunctionalButtons' product=$product} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.customizable != 2 && !$PS_CATALOG_MODE} {if (!isset($product.customization_required) || !$product.customization_required) && ($product.allow_oosp || $product.quantity > 0)} {capture}add=1&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}{/capture} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart', true, NULL, $smarty.capture.default, false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Aggiungi al Carrello'}" data-id-product="{$product.id_product|intval}" data-minimal_quantity="{if isset($product.product_attribute_minimal_quantity) && $product.product_attribute_minimal_quantity >= 1}{$product.product_attribute_minimal_quantity|intval}{else}{$product.minimal_quantity|intval}{/if}"> {l s='Aggiungi al Carrello'} </a> {else} <a class="in_arrivo_avvisami" href="{$product.link|escape:'html':'UTF-8'}"> {l s='In Arrivo. Avvisami'} </a> {/if} {/if} </div>
  13. Hi everybody, I'd like to modify my product list in this way: If a product is in stock (quantity > 0) I want to display classic "Add To Cart" button. If a product is out of stock (quantity <= 0) but it is available for order I want to display "Available on Order". If a product is out of stock (quantity <=0) and it is not available for order I want to display "Available Soon". What can I edit to do this? Many thanks!
×
×
  • Create New...