Jump to content

bbtil

Member
  • Posts

    66
  • Joined

  • Last visited

Everything posted by bbtil

  1. <?php $min_order_value = 25; if($GLOBALS['cart']->basket['total'] < $min_order_value) { $GLOBALS['gui']->setError('Sorry but we are unable to process orders under £'.$min_order_value.'); $GLOBALS['smarty']->assign('DISABLE_CHECKOUT_BUTTON', true); } ?>
  2. thanks i don't know a lot of that but i;m getting an error... PHP Syntax Check: Parse error: syntax error, unexpected 'smarty' (T_STRING) in your code on line 5 $GLOBALS['smarty']->assign('DISABLE_CHECKOUT_BUTTON', true); I didn't touch that part of the code
  3. Is there a way to set an order total minimum? Do I need to get an extension?
  4. do you have any recommendations for an shipping mod that is product specific? We have items that typically don't weigh a lot but are high dollar and need to be insured. We want to factor that in automatically, any thoughts? We have a large contrast some items cost $1200 and some $2.50 so I want to make sure shipping cost and item insurance is accounted four.
  5. ok thank you. do you have any recommendations for an shipping mod that is product specific? We have items that typically don't weigh a lot but are high dollar and need to be insured. We want to factor that in automatically, any thoughts?
  6. Yes, the color options are in a set.
  7. sorry i forgot to mention i had to disable the black option because when you add 2 to the clear it still shows black as an option.
  8. This is the product we're having the issue with https://shocktechusa.com/45-grip-grames/gunfighter.html There is supposed to be a black and clear option but both have different quantities available. if I have some of one and none of the other it still shows both options and allows the other to be purchased. on the top level product page it won't let me uncheck the stock levels and it shows only one amount for the two products.
  9. It says $PRODUCTS Should I do that even if the product has matrix options?
  10. Everything but that last one was correct. the $products 'use_stock_level' was at 0.
  11. Mican CubeCart Ltd 1.0.2 CubeCart Version 6.1.10 Only extensions are shipping and payment.
  12. They are able to purchase items that are at a zero level then take it into the negatives. We over sold an item the other day to -3 before I caught it. I'm using the Mican layout.
  13. Those were checked and that is where the negative numbers were showing.
  14. Hi, I've recently run into an issue where I set the product options matrix to a certain amount and the shopping cart is allowing items to be sold into the negatives. The option that says allow out of stock purchases is not selected. Any suggestions?
  15. hi currently i'm using the mican skin but there is no mobile version of this site. can I install a mobile extension and not have it interfere with the current standard website?
  16. Hi when you add an item to the basket it, it seems like it is automatically adding 2. Any suggestions? It seems that when you add an item with a production option from the category page or main page you are redirected to the exact item page to select the product option. Once you select the product option it adds what you bought and the original click to the cart. shocktechusa.com mican skin v6 new installation
  17. I need the items under product options to stay in the order they were added is there anyway to do that? I added them in proper date order but once I added them to the matrix they went in any order. Any help would be appreciated, I'm new to cube cart. Thanks!
  18. i was logged in securely. i placed a test order and the cc information came in fine. when i check the customers order the card details tab isn't even displayed.
  19. I think the customer didn't include a CC but somehow was still able to place the order.
  20. Hi, I just had my first order placed with a CC and I cannot find the cc info. This is the extension... Card Capture Card Capture Payment Gateway1.0.6 Gateway CubeCart It's not in the order and it's not in the Card Capture area.
  21. thanks do you know how to i reinstall and keep the database if I can't login to the admin area?
×
×
  • Create New...