Jump to content

ferramentaacasa

Members
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1

ferramentaacasa last won the day on May 21 2017

ferramentaacasa had the most liked content!

Profile Information

  • Location
    Italy
  • First Name
    Gioele
  • Last Name
    Corsinovi

Recent Profile Visitors

380 profile views

ferramentaacasa's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hi, yes. Checked. The strange thing is that if I change any settings in the slider nothing will change in FO.
  2. Hi, I have a big problem on my shop because I have a problem in showing all manufacturers logos in the slider. In the manufacturers page list there are ALL my manufacturers with logo, description and so on... But in the slider I just can see 10 manufacturers. I have Leo Hitech Game template and the slider is in the footer, you can see it in www.ferramentaacasa.it and it works by their slider I think but the issue is also present in others templates. I don't know what's the problem. Thank you very much!
  3. Hi, we have PS 1.6.1.11(I will update soon) and we had some issues with order page in BO. We can see orders list but we cannot see any order detail when trying to open an order. See the screenshot attached. It happened few months ago, 2 or 3 times, with 1.6.1.8 and 1.6.1.9(not solved with PS update). I tried to restore all files on the server without solving, we solved restoring the entire DB to the previous date. All times it happened when no one is working on the website(in BO), the order page in BO is the first use of our website at the moment and, for example, it was working 3 days ago and not working today(I see the page reported in the file attached). Tried to disable all non-official modules without solve, the only way is to restore the entire DB. Is someone knows what we can do? Thank you.
  4. Hi, I tried to change the code of the first post to: {if ($display_qties == 1 OR $product->quantity <= $last_qties && !$PS_CATALOG_MODE && $PS_STOCK_MANAGEMENT && $product->available_for_order)} <!-- number of item in stock --> <p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item'}</span> <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items'}</span> </p> {/if} {if $PS_STOCK_MANAGEMENT} <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 OR !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> {<span id="availability_label">{l s='Availability:'}</span>} <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}>{if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}</span> </p> {hook h="displayProductDeliveryTime" product=$product} <p class="warning_inline" id="last_quantities"{if ($product->quantity > $last_qties || $product->quantity <= 0) || $allow_oosp || !$product->available_for_order || $PS_CATALOG_MODE} {/if} >{l s='Warning: Last items in stock!'}</p> {/if} <p id="availability_date"{if ($product->quantity > 0) || !$product->available_for_order || $PS_CATALOG_MODE || !isset($product->available_date) || $product->available_date < $smarty.now|date_format:'%Y-%m-%d'} {/if}> <span id="availability_date_label">{l s='Availability date:'}</span> <span id="availability_date_value">{dateFormat date=$product->available_date full=false}</span> </p> <!-- Out of stock hook --> <div id="oosHook"{if $product->quantity > 0}{/if}> {$HOOK_PRODUCT_OOS} </div> So, I saw that the only text shown is the availability of the product or combination "1 Item" or "2+ Items" but never seen "This product is no longer in stock" or "Warning: Last items in stock!". I can't understand why! Thank you
  5. Salve, il problema riguarda la pagina dei prodotti(product.tpl), sembra essere un problema di PrestaShop da credo sempre ed è presente nella mia versione (1.6.1.9) come nella nuova 1.7 o nelle precedenti. In pratica, sia per i singoli prodotti che per quelli con combinazioni viene visualizzato "1 articolo disponibile" oppure "2 articoli disponibili" mentre, nonostante espressamente specificato e attivo nel codice, non viene mai visualizzato alcun testo quando il prodotto non è disponibile. Dovrebbero comparire sia i testi "Il prodotto non è attualmente disponibile"("This product is no longer in stock" in product.tpl) e il testo che avvisa degli ultimi pezzi disponibili("Warning: Last items in stock!" in product.tpl), nessuno dei due testi viene visualizzato... Su tema originale come sul tema attualmente in uso, idem su 1.7 o altre versioni testate. Non so se sia un problema di configurazione... Abbiamo bisogno di permettere gli ordini quando i prodotti sono fuori magazzino ma specificando sulla pagina dell'articolo che questo non è disponibile(ho infatti impostato "This product is no longer in stock" tradotto in italiano come "Generalmente spedito in 10-15 giorni"). Potete aiutarci? Grazie
  6. Hi, I have a similar issue in my shop. I explained it here. If someone knows how can I do. Thanks..
  7. Salve a tutti, ho messo su il nostro sito da circa un anno caricando un tema gratuito(seppur con restrizioni). Ho un problema che credo non sia direttamente interessato al tema ma proprio alla configurazione di PrestaShop. Si dovrebbe trattare di una cosa semplice, sono rimasto ore davanti alle stesse 10 righe di codice ma proprio non trovo soluzioni e non ho le competenze. Se qualcuno volesse provare, previo preventivo... Grazie!
  8. Hi, I set up my store to allow order also for products that quantity is <=0. So, in Product configuration setted to show product quantities in the product page and allowed orders for out of stock products. Maybe I have a problem with my template but I can see availability of products only when are >0. I need to always show availability(2 available, 0 available, -2 available). Here is my BO products configuration: This is my FO product page(this size not available): This is my FO product page(size available): This is my FO product page(in BO setted to not allow orders for not available products): As you can see, only when the product is >0 the availability is shown. I just want to ALWAYS show availability because I need to allow orders for out of stock products. I think that I need to edit this part of product.tpl {if ($display_qties == 1 && !$PS_CATALOG_MODE && $PS_STOCK_MANAGEMENT && $product->available_for_order)} <!-- number of item in stock --> <p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item'}</span> <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items'}</span> </p> {/if} {if $PS_STOCK_MANAGEMENT} <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) || ($product->quantity > 0 && !$product->available_now) || !$product->available_for_order || $PS_CATALOG_MODE}{/if}> {*<span id="availability_label">{l s='Availability:'}</span>*} <span id="availability_value"{if $product->quantity <= 0 && !$allow_oosp} class="warning_inline"{/if}>{if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}</span> </p> {hook h="displayProductDeliveryTime" product=$product} <p class="warning_inline" id="last_quantities"{if ($product->quantity > $last_qties || $product->quantity <= 0) || $allow_oosp || !$product->available_for_order || $PS_CATALOG_MODE}{/if} >{l s='Warning: Last items in stock!'}</p> {/if} <p id="availability_date"{if ($product->quantity > 0) || !$product->available_for_order || $PS_CATALOG_MODE || !isset($product->available_date) || $product->available_date < $smarty.now|date_format:'%Y-%m-%d'}{/if}> <span id="availability_date_label">{l s='Availability date:'}</span> <span id="availability_date_value">{dateFormat date=$product->available_date full=false}</span> </p> <!-- Out of stock hook --> <div id="oosHook"{if $product->quantity > 0} style="display: none;"{/if}> {$HOOK_PRODUCT_OOS} </div> tried different things removing some of style="display: none;" with no success. I will appreciate your help. Thank you in advance.
  9. Hi, I have a website where the person assigned to the loading of products had create 839(yes 839!!!) features and I really need to solve because loading product page in back office is VERY VERY SLOOOW. She had created 32 feature called "Weight", 29 called "Measures" and so on... As you know, is not possible to solve manually and migrate ALL values to just one correct feature, is it possible to merge, for example, all 32 "Weight" in just one "Weight"? Yes, I know that this is a really hard thing. Thank you...
  10. Hi, we have PS 1.6.1.9 on our website but we have a problem from few months(I don't remember from which version). I create a new products, then I go to create different combinations like color, size or both. With first(or also second or third) products it goes fine and save combinations but then I create a new combination and press Save&Stay or Save and the combinations not saved. To save I need to clean browser cache(tried Chrome & Firefox on macOS and Windows) and restart the browser and then I'm able to create 2/3 combinations then I have to re-clean cache and restart browser. We have much products with combinations(like shoes, trousers...) and it's not easy to work in this way. What can I do? Thanks in advance.
  11. I was thinking about something like the label "NUOVO" for product-list.tpl page and somewhere in product.tpl page...
  12. Hi, I set free shipping for all order over 200 euros. I also added a price rule where I added products under 200 euros that I want to offer free shipping. Is it possible to show "free shipping" label in product grid and in product page? Thank you in advance.
  13. Confermo, questo modulo ha diversi problemi, ho scritto molte volte allo sviluppatore senza ottenere aiuto...
  14. Hi, I've got the same issue here (PS 1.6.1.4) and I want to try your fix but I don't understand what I have to do in products.js. Thank you!
×
×
  • Create New...