Jump to content

bbtil

Member
  • Posts

    66
  • Joined

  • Last visited

Posts 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. 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.

  4. 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.

  5. 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?

  6. 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 

  7. 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.

     

    items.thumb.jpg.a06d47d9b896dfdceeb28704acf7a265.jpg

     :)

    Thanks!

     

     

     

    matrix.jpg

    general.jpg

    product.jpg

×
×
  • Create New...