Show Posts


Messages - Ruddog

Pages: [1]
1
Payment Modules / Worldpay extension NOT working
« on: August 24, 2017, 09:58:52 AM »
The payemnt extension WORLDPAY does not work. If anybody in the community can assist in correcting this error would be appreciated. Looks like the extension module does not direct you to the correct website for secure payments.
Going to worldpay's website also show NO option for Abantecart as being compatible.

2
General Discussion / Re: Minimum quantity in checkout
« on: April 06, 2017, 02:04:50 PM »
Aprreciate your help on this. I dont have any coding skill to figure this out.
What i can tell you is once i put the code in the cart.php file and upload it, is that is does give the error message but it does not prevent a checkout. Once you add 6 or more to the cart the error message still aprrears and checkout is still the same as when it had less that a 6 count.

$cart_products = $this->cart->getProducts();

         if (count($cart_products) < 6) {
         $error_msg[] = "Please note a minimum of 6 bottles is required ......";
         }

3
General Discussion / Minimum quantity in checkout
« on: March 31, 2017, 06:42:18 PM »
Hi there,

I've created a site that sells wine and I am trying to setup a function so that a customer can only check out with a minimum quantity of product in the cart. For example: I need a minimum of 6 bottles/product to be in the cart before a customer can check out.

On each product you can set a minimum quantity but that does not help as i need it to be the total out of all the wines/product selected.

Any idea of how to do this.

Pages: [1]

Powered by SMFPacks Social Login Mod