Skip to content

Commit

Permalink
Update common-problems.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kiutisuperking committed Feb 1, 2018
1 parent 80ffbec commit 2552703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/magento_1/pro_configurable_product/common-problems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Common Problems
Common error with `Pro configurable product grid table view extension <http://bsscommerce.com/magento-pro-magento-configurable-product-grid-table-view.html>`_ is
conflict with ajax add to cart extension. The conflict is shown with error message "Please specify the product's option(s)"

Please find below some ways to fix this issue with some ajax add to cart extension from various extension’s provider.
Please find below some ways to fix this issue with some ajax add to cart extension from various extension’s provider.

**1. Conflict with Smartwave_Ajaxcart**

Edit file : Smartwave/Ajaxcart/controller/IndexController.php

* Edit function addAction();

* Edit extends => Bss_ConfigurableProductTabTable_CartController
* Edit extends => Bss_Configurablegridview_CartController

Sample file: https://www.dropbox.com/s/r1d0eddma7jfhqy/IndexController.php?dl=0
Sample file: https://www.dropbox.com/s/2q41oq312h9byf9/IndexController.php?dl=0


**2. Conflict with PT_Ajax**
Expand Down Expand Up @@ -59,4 +59,4 @@ Sample file: https://www.dropbox.com/s/frkidfqdke3p5kp/AjaxcartController.php?dl

<style>
p {text-align: justify;}
</style>
</style>

0 comments on commit 2552703

Please sign in to comment.