News:

AbanteCart v1.4.2 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ruddog

#1
Payment Modules / Worldpay extension NOT working
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
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
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.

Forum Rules Code of conduct
AbanteCart.com 2010 -