Adrian Badowski

my code library

Skip to content
Menu
  • Commercetools
  • Elixir and Phoenix
  • Magento 2
  • Shopware 6
  • Others
    • Magento
    • Prestashop
    • Linux
    • jQuery
    • PHP
    • MySQL
  • Contact

Category: Prestashop

PrestashopPosted on24 January 201217 April 2019

Add features to shopping cart prestashop

Simple way to add each product feature in shopping cart page. 1. Change in controllers\ParentOrderController.php in line 244 after: protected function _assignSummaryInformations() { global $currency;…

Read More
PrestashopPosted on20 January 201217 April 2019

Add to cart with quantity in category product-list PRESTASHOP

Change in modules\blockcart\ajax-cart.js line 40 //for category product-list page ‘add’ button… $(‘.p_add .ajax_add_to_cart_button’).unbind(‘click’).click(function(){ var idProduct = $(this).attr(‘rel’).replace(‘ajax_id_product_’, ”); var qty = $(‘.qty_ajax_id_product_’+idProduct+’ input’).val(); ajaxCart.add(idProduct, null,…

Read More
PrestashopPosted on15 January 201217 April 2019

Prestashop – add ajax show prices without VAT in block cart

1. Change in modules\blockcart\blockcart.tpl after line 125: {l s=’Tax’ mod=’blockcart’} {$tax_cost} add code: {l s=’Total without tax’ mod=’blockcart’} {$total_without_tax} 2. Change in modules\blockcart\blockcart.php after line…

Read More
PrestashopPosted on14 January 201217 April 2019

Prestashop, HTML description in category.

Simple way to change stylesheet:

Read More
  • POPULAR POSTS
  • The JVM could not be started. The maximum heap size (-Xmx) might be too large or... 3.7k views | posted on October 3, 2013
  • Magento admin grid column is ambiguous – filter index 2.9k views | posted on June 1, 2013
  • Magento custom filter on column in admin grid filter_condition_callback 2.8k views | posted on January 21, 2014
  • Add to cart with quantity in category product-list PRESTASHOP 2.6k views | posted on January 20, 2012
  • Add features to shopping cart prestashop 2.4k views | posted on January 24, 2012
  • SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘1’ for ke... 2k views | posted on July 31, 2013
  • Prestashop – add ajax show prices without VAT in block cart 1.8k views | posted on January 15, 2012
  • Magento Events List 1.4k views | posted on October 19, 2012
  • Simple Configurable Products index price error 1.3k views | posted on June 1, 2013
  • Magento can’t login to admin Warning: Header may not contain more than a s... 1k views | posted on November 6, 2013

© Copyright 2025 – Adrian Badowski
Allium Theme by TemplateLens ⋅ Powered by WordPress