Jump to content

Otaksone

Members
  • Posts

    39
  • Joined

  • Last visited

Profile Information

  • First Name
    Leonardo
  • Last Name
    De Carlo

Recent Profile Visitors

376 profile views

Otaksone's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. I have two shop: A and B i A is all ok but in B i not see name of categories and i not edit categories
  2. I get error shop association error, but the filed is blank, i can't select shop.
  3. HI, when i search product in my shop, first page is ok but when i click in second page, i go to home.
  4. HI, perfect work. I can get only name and id, i can get link product and image? Array ( [name] =Album Portafoto Orsacchiotto Rosa - Ottaviani [id_product] = 5 }
  5. Hi, how i get get all product by specific tag?
  6. HI, thank you but not work: this is my final code {$highestValue = 0} {if isset($features) && $features} {foreach from=$features item=feature} {if isset($feature.value)} {if $feature.name == "HEIGHT"} {if $feature.value > $highestValue} {$highestValue = $feature.value} {/if} {/if} {/if} {/foreach} {/if} {$highestValue} print: 10 30
  7. HI, how i can get array of one feature (ex HEIGHT ) of all product in cart in one array. I can get biggest value My cart oneproducts --> height 10 secondproducts --> height 30 i get value 30 in shooping-cart-prodoct-line.tpl, i have add this code: {assign var='features' value=Product::getFrontFeaturesStatic($cookie->id_lang, $product.id_product)} {if isset($features) && $features} {foreach from=$features item=feature} {if isset($feature.value)} {if $feature.name == "HEIGHT"} {$HEIGHT = $feature.value} {/if} {/if} {/foreach} {/if} But print all HEIGHT value..i want only biggest HEIGHT.
  8. hi, i have 256 template in my Layered Navigation, how i can delete all? Thank
  9. Hi, is possible display custom product field (for example date of shpment) in cart and order e-mail?
  10. Ciao, in prestashop 1.6.0.9 nella ricerca dei prodotto in catalogo tramite backend non funziona la ricerca, qualsiasi campo compilo (id, nome, riferimento ecc) mi restitusce sempre tutti i prodotti. Come mai?
  11. HI, search backend in Prestashop 1.6.0.9 not work, i insert id for example and backend show all product...help me.
  12. Multistore work also for module/banner? different banner for each language?
  13. HI, is possible set different catalog products for each language?
  14. hi, thank you...i can generate a ean code for all product?
  15. Hi guys, i have a ecommerce with 2000 products...my problem is that i want export my products on ebay but missing the EAN code, how can i insert a casual ean code into my 2000 products quicly? Thank you
×
×
  • Create New...