E
E
EmilSabitov2016-06-30 20:14:44
PHP
EmilSabitov, 2016-06-30 20:14:44

How to remove a step from ordering 1C Bitrix?

Good evening. There is a problem with the checkout page in Bitrix. I am using the new module sale.order.ajax. There is a need to remove the 1st step "products in order" from order/make/. It is necessary that the customer data step opens immediately. Tell me how this can be implemented? And I already removed the steps, where there is only one element, so I only have two steps left: "Items in the order" and "customer data". I need to hide the "Products in the order" and make the tab "Customer data" active immediately Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Malovichko, 2016-06-30
@mrSerg161

Collect one component from two
either:
In /personal/cart/index.php
instead

$APPLICATION->IncludeComponent("bitrix:store.sale.basket.basket", "", Array(
...

insert call to "checkout" component
take it from file:
/personal/order/make/index.php
$APPLICATION->IncludeComponent("bitrix:sale.order.ajax", "", array(
...

I don’t remember where delivery is indicated in the “regular” Bitrix, perhaps in the basket - which you want to disable.
I once wrote my one-page component "cart + checkout", if Bitrix is ​​not "sawed", then it is quite simple.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question