W
W
WieFix2014-05-08 08:44:56
MODX
WieFix, 2014-05-08 08:44:56

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?
812020f3a64acb82062d41d293145e56.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
legiero, 2014-05-08
@legiero

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)

W
WieFix, 2014-05-08
@WieFix

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>&nbsp;<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;">&nbsp;Оформить&nbsp;</span></a></div>
      </div>
      </div>
    
</div>

<!--tpl_separator-->

2) everything seems to be ok
3cfc33f1277963cecf0f07cadc67d3c0.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question