Jump to content

keizer

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

keizer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Try this site how to compile. https://webkul.com/blog/use-webpack-prestashop-1-7-classic-theme/ You have to go (in the node terminal) to your _dev folder. cd users/etc.... When you install all the needed npm (find it in the package.json file) than you schould compile without errors. A little more information: Don't compile the classic theme with scout app because you need webpack to compile so you use the command: npm run build (I use the git terminal to compile) Good luck.
  2. Hi, I fixed the problem, at the moment it works for me. I don't know if this is the best solution but you could try it out. change the next file at row 41: \themes\classic\templates\catalog\_partials\product-add-to-cart.tpl I just removed "disabled out of the line so it wil be permanently active. original line(row 41): <button class="btn btn-primary add-to-cart" data-button-action="add-to-cart" type="submit" {if !$product.add_to_cart_url || $product.quantity_wanted>$product.quantity}disabled{/if}> my version: <button class="btn btn-primary add-to-cart" data-button-action="add-to-cart" type="submit" {if !$product.add_to_cart_url || $product.quantity_wanted>$product.quantity}{/if}> Maybe someone else has an better solution.
  3. probeer de module layered navigation eens uit te zetten, had het probleem ook, daarna was het opgelost.
  4. The only way to do this is to use the voucher option. Is there another option to do this? I need this with 4 different price ranges ( higher total price is a higher discount) ,only with multiple vouchers it won't work all the time. I now use 1.5.5.0. Someone an idea about this problem.
  5. In de database deze query uitvoeren UPDATE ps_country SET active = 0 Daarna handmatig in prestashop de bewuste landen weer aanvinken.
  6. Onder de tab "modules" dan naar "positions" en dan de module verwijderen. Daarna "Positioneer een module" en voeg de module weer toe op de juiste positie. Moet werken.
×
×
  • Create New...