[Added] add_to_cart to page/list/list.tpl

This commit is contained in:
2023-11-02 13:36:44 +01:00
parent 5c98d99d80
commit 5ac3385b53
5 changed files with 138 additions and 1 deletions

View File

@ -23,6 +23,18 @@ namespace D3\GoogleAnalytics4\Modules\Application\Model{
}
namespace D3\GoogleAnalytics4\Modules\Application\Controller{
use OxidEsales\Eshop\Application\Controller\ArticleListController;
class BasketController_parent extends \OxidEsales\Eshop\Application\Controller\BasketController {}
class ThankYouController_parent extends \OxidEsales\Eshop\Application\Controller\ThankYouController {}
class ArticleListController_AddToCartHelpMethods_parent extends ArticleListController {}
}
namespace D3\GoogleAnalytics4\Modules\Application\Component{
use OxidEsales\Eshop\Application\Component\BasketComponent;
class d3GtmBasketComponentExtension_parent extends BasketComponent {}
}