Answer the question
In order to leave comments, you need to log in
Question about Modx and Shopkeeper
Good morning everybody!
The problem is the following: not so long ago I created an additional page in the admin panel and for some reason the cart, when you click on the “Checkout” button, leads not to the cart, but to this page.
Tell me how to fix it and where is it in the admin right?
Answer the question
In order to leave comments, you need to log in
2 options (for revolution):
1) The setting is specified in the Shopkeeper snippet call - you need to find the snippet call in the chunks or template and change the orderFormPage parameter to the desired page id
2) The setting is specified in the snippet parameter set - open the Shopkeeper snippet and change orderFormPage in the parameters (don't forget to save)
1) And first, please tell me where to look? where chunk:
<div class="cart" id="shopCart">
<a class="st1" href=""><span>Корзина:</span></a><span class="st3">В корзине</span><a class="on"><span class="count"></span> товаров</a><a href="" id="shk_butEmptyCart">X</a>
<div class="cart-down">
<div class="cart_item">
<div class="left-info">
<center>ПУСТО</center>
</div>
<div class="center-info">
</div>
</div>
</div>
</div>
<!--tpl_separator-->
<div class="cart" id="shopCart">
<a class="st1" href=""><span>Корзина:</span></a><span class="st3">В корзине</span><a class="on"><span class="count"></span> товаров</a><a href="" id="shk_butEmptyCart">X</a>
<div class="cart-down">
<div class="cart-bottom">
<span class="total"><strong>Общая цена:</strong> <span></span></span>
<div class="btns"><a href=""><span class="cssButton button_checkout" onmouseover="this.className='cssButtonHover button_checkout button_checkoutHover'" onmouseout="this.className='cssButton button_checkout'" style="width: 80px;"> Оформить </span></a></div>
</div>
</div>
</div>
<!--tpl_separator-->
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question