Jump to content

kubo12312

Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • First Name
    Jakub
  • Last Name
    Rosina

kubo12312's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I have problem with {total_tax_paid} in confirmation mail. I added this line into PaymentModule.php '{total_tax_paid}' => Tools::displayPrice(($order->total_products_wt - $order->total_products) + ($order->total_shipping_tax_incl - $order->total_shipping_tax_excl), $this->context->currency, false)); Into order_conf.txt I added Total tax paid: {total_tax_paid} and html code into order_conf.html and I still have a error in email. Can you help me?
  2. Ok, I have fixed it. I had a small mistake in product-list.tpl. However, now I have problem with styling. I do not know why but it has the same styles like products in categories. It has a class homefeatured.
  3. Please, I have module Home Featured. I have problem that on homepage it shows me products like on image. It closed ul tag after first li tag. Could you help me?
  4. Potrebujem pridať konečnú cenu nad potvrdenie objednávky (viz. obrázok). Spravil som to, že v module One page checkout v súbore order-payment.tpl som pridal tento kód: <div class="total_price_down"> <p>{l s='Total:' mod='onepagecheckout'}</p> {if $use_taxes} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price}</p> {else} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price_without_tax}</p> {/if} </div> Problém je v tom, že ak dám napr. osobné vyzdvihnutie tak cena sa mi už neprepočíta. V čom je problém, prosím? Ďakujem
  5. In order form I want to have total price above the button of order confirmation. So, in the order-payment.tpl I added those lines: <div class="total_price_down"> <p>{l s='Total:' mod='onepagecheckout'}</p> {if $use_taxes} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price}</p> {else} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price_without_tax}</p> {/if} </div> but there is problem. When I change shipping method from paid to free it does not change the price. Thank you for your help. I have Prestashop 1.6.0.9
  6. Ja tento modul používam a mám ho nainštalovaný
  7. Mám verziu 1.6.0.9. Konkrétne na dobierku používam modul Cash On Delivery. Zľavu na dopravu používam až od sumy 20 000 Kč. Jednoducho si zvolím možnosť platba dobierkou v objednávke a suma 40 Kč sa mi nepripočíta.
  8. Zdravím, mám problém s výpočtom konečnej ceny. Cena za dobierku je 40Kč a ak zvolím túto možnosť do konečnej ceny sa mi to nepripočíta. V čom je prosím problém. Ďakujem
  9. It is not a bug which I can screenshot. When I choose payment which costs f.e. 1€ it does not add 1€ to total price
  10. Prestashop version is 1.6.0.9. I am using default theme. I think that One Page Checkout is standard which is included in Prestashop
  11. One Page Checkout does not count new price when I select free shipping and paid shipping and when I select payment methods. Can you help me? Thanks
  12. I have this error: Fatal error: Uncaught --> Smarty: unable to write file /var/www/html/public2/vybaveni-hotelu.cz.test/public_html/www/cache/smarty/cache/blocksearch_top/1/1/3/1/16/91/d2/2a/wrt58cc02c80243b4_76250638 <-- thrown in /var/www/html/public2/vybaveni-hotelu.cz.test/public_html/www/tools/smarty/sysplugins/smarty_internal_write_file.php on line 46 Anyone can help me?
  13. Yes, I want to show first six and other hide. After click show them
  14. http://test.vybaveni-hotelu.cz/sk/150-koupelny-a-toalety Take a look how it is
  15. Hi, I want to add "Show more button" in section. The result must be something like this: The blocks I have already styled. Thanks
×
×
  • Create New...