Jump to content

Gaëtan

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Location
    BORDEAUX
  • Activity
    Agency

Gaëtan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It's funny because that's exactly what I finally made! I am not so good either web programming to treat this kind of cases! As I better control the CSS ... I do like you! Maybe, one day, Vekia or someone else will test the case 2 and find the solution ! In the meantime, good work! And thank you for trying as a team! Regards.
  2. Hi Frugalis, I'm trying to find some solution this morning... I'll let you know if it works !
  3. It work like a normal list because in your code : <li id="list"><a rel="nofollow" href="#" title="{l s='MiniList'}"><i class="icon-list"></i>{l s='MiniList'}</a></li> you have <li id"list"... I think the step 2 is change this ID, and add custom CSS linked to it
  4. Hi, I'm interested about minilist view with PS 1.6 too. Is there someone could help us please ? First step : I add this piece of code in product-sort.tpl (line 30) : <li id="tableau"><a rel="nofollow" href="#" title="{l s='Tableau'}"><i class="icon-th"></i>{l s='Tableau'}</a></li> juste after the code (line 26) : <ul class="display hidden-xs"> <li class="display-title">{l s='View:'}</li> <li id="grid"><a rel="nofollow" href="#" title="{l s='Grid'}"><i class="icon-th-large"></i>{l s='Grid'}</a></li> <li id="list"><a rel="nofollow" href="#" title="{l s='List'}"><i class="icon-th-list"></i>{l s='List'}</a></li> Then, now I have a new icon next to the other in frontend (see attached file) but after....???? What should we do ? Thanks !
  5. Do you know if it's possible to add link on the supplier name in the supplier block ?
  6. Hi, I'd like to add a frontend menu with links to a supplier products. Instead of having a navigation by categories, have a navigation by suppliers. Is it possible ? Thanks
  7. Yes, I know that I can clear the cache.... I do it when I update files. This is not the cause.
  8. Thanks for your reply, but nothing happened with this code.... no changes on my frontend. I can't understand how the code in tpl files works... even if I add just <p>TEST</p>.... it don't appear in frontend... why ? Is there others files where we have to add code to display something in frontend? It happen something only if I delete a large part of code.
  9. Hi, I'm searching how to display product unit price in product list frontend on prestashop 1.6 I try to add this code in themes/mytheme/product-list.tpl (This is the code I found in themes/mytheme/product.tpl...) {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} <p class="unit-price"> <span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'html':'UTF-8'} </p> {hook h="displayProductPriceBlock" product=$product type="unit_price"} {/if} But it does'nt work... and I don't know why... After that, I would like to add in product list : quantity box (with + and -) like in product page... But, it's the same problem, it does'nt work. Could someone help me please ?
  10. Même si quelqu'un à une piste pour développer le module, je suis prenneur !
  11. Bonjour, savez-vous si il est possible de créer un module en colonne de gauche qui afficherait des catégories d'un fournisseur en particulier uniquement ? Merci de votre retour.
  12. Bonjour, savez-vous si il existe un module très simple, qui permettrait de saisir un montant dans une cellule, de saisir un taux de change dans une autre, et d'avoir le résultat instantané dans une troisième cellule, qui soit elle même éditable (pour fonctionner dans les deux sens) (exemple ci dessous. C'est un montage photoshop et non pas un exemple existant) Je pense que ce n'est pas grand chose à développer, mais ne maîtrisant pas parfaitement bien le php ou le javascript, je risque de mettre du temps à le mettre en place. D'ou ma demande de module. Merci
×
×
  • Create New...