use Constants ergänzt
This commit is contained in:
parent
a702a211ef
commit
df179568c9
@ -16,7 +16,7 @@ class ThankYouController extends ThankYouController_parent
|
|||||||
$oOrder = $this->getOrder();
|
$oOrder = $this->getOrder();
|
||||||
$sCountryId = $oOrder->getFieldData('oxbillcountryid');
|
$sCountryId = $oOrder->getFieldData('oxbillcountryid');
|
||||||
|
|
||||||
/** @var Country $oCountry */
|
/** @var Country::class $oCountry */
|
||||||
$oCountry = oxNew(Country::class);
|
$oCountry = oxNew(Country::class);
|
||||||
$oCountry->load($sCountryId);
|
$oCountry->load($sCountryId);
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
||||||
|
|
||||||
|
use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||||
|
|
||||||
class d3GtmAccountNoticeListController extends d3GtmAccountNoticeListController_parent
|
class d3GtmAccountNoticeListController extends d3GtmAccountNoticeListController_parent
|
||||||
{
|
{
|
||||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmnoticelist.tpl';
|
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmnoticelist.tpl';
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
||||||
|
|
||||||
|
use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||||
|
|
||||||
class d3GtmAccountRecommlistController extends d3GtmAccountRecommlistController_parent
|
class d3GtmAccountRecommlistController extends d3GtmAccountRecommlistController_parent
|
||||||
{
|
{
|
||||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmrecommendationlist.tpl';
|
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmrecommendationlist.tpl';
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
||||||
|
|
||||||
|
use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||||
|
|
||||||
class d3GtmAccountWishlistController extends d3GtmAccountWishlistController_parent
|
class d3GtmAccountWishlistController extends d3GtmAccountWishlistController_parent
|
||||||
{
|
{
|
||||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmwishlist.tpl';
|
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmwishlist.tpl';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user