Jump to content

bbtil

Member
  • Posts

    66
  • Joined

  • Last visited

bbtil's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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?
×
×
  • Create New...