Bring Your Business to Life › Support › Image Store › Limit Cart & Multiple Checkout
Viewing 4 posts - 1 through 4 (of 4 total)
  -  AuthorPosts
 -  June 2, 2012 at 2:11 pm #47574
ki11ua
ParticipantIs there a way to limit the maximum quantinty of the cart?
Is there a way to add multiple checkout option, eg paypal & google checkout?Thank you
June 3, 2012 at 2:09 am #47586Xpark Media
KeymasterIs there a way to limit the maximum quantity of the cart?
No, but it can be limit using the API “ims_berofe_add_to_cart”;Is there a way to add multiple checkout option, eg paypal & google checkout?
Not currently, this has been requested but I have not had time to work on it.June 3, 2012 at 10:02 am #47593ki11ua
ParticipantSo, I managed to get this far, but cant’s go any further with the limit.
function cart_limit( $cart_items ){
$limit_items= 50;
if($cart_itemscart[‘items’] );Could you help in this?
Thank you
June 3, 2012 at 10:41 am #47594ki11ua
Participantfunction cart_limit( $cart_items ){ $limit_items= 50; if($cart_items>= $limit_items){ ////DO SOMETHING } } add_action( 'ims_berofe_add_to_cart', 'cart_limit', 10, $this->cart['items'] ); -  AuthorPosts
 
Viewing 4 posts - 1 through 4 (of 4 total)
  - You must be logged in to reply to this topic.