Hi, is here some way to configure autoselect for some zone? I need autoselected zone in checkout in index.php?rt=checkout/guest_step_1
Thank you for answer
Thank you for answer
AbanteCart v1.4.2.1 is released.
Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review
MenuThis section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
<script>
dataLayer.push({
'transactionId':'123456',
'transactionAffiliation':'example.com',
'transactionCurrency':'EUR',
'transactionTotal':2000,
'transactionTax':400,
'transactionShipping':100,
'transactionProducts': [
{name: 'Produkt1', sku: '1', category: 'kat1', categoryid:'123',
price: 1000, quantity: '1'},
{name: 'Produkt2', sku: '2', category: 'kat2', categoryid:'456',
price: 1000, quantity: '1'}
],
'event':'trackTrans'});
</script>/quote]
Can you help me pls? Sorry my english Is not So good.