Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Нужна помощь


 Share

Recommended Posts

Привет всем! нужен совет от знающих

Тут выставляется Для группы покупателей минимальная сумма. 

Как можно выставить на количество товаров?

И решение для 2.1 подойдет?

Спасибо заранее

 

open the file: catalog/view/theme/default/template/checkout/confirm.tpl 

<?php

$customer_group_id = $this->customer->getCustomerGroupId();
// the customer group id is in phpmyadmin in customer_group
// for me 6 is a wholesaler account
if (($this->cart->getSubtotal() < 250) && ($customer_group_id =="6"))

// if the total is < of 250 and the group pricing is wholesaler, then redirect on a new page for example
//condition of sale
Header ("Location: http://www.yahoo.com/");

else 

//if it's ok, then go whit checkout
echo $payment;

?> 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.