Jump to content
thirty bees forum

ipeary

Members
  • Posts

    75
  • Joined

  • Last visited

Posts posted by ipeary

  1. Thanks very much, But this will add it to the menu of my TB market, I need to make new top one instead of this banner [url=https://up.top4top.net/][img]https://e.top4top.net/p_878lhtfo1.jpg[/img][/url]

  2. I need to add the follwing code instead of top banner in my TB shop: https://ipeary.com/imarket/ How to add it please? Thanks in advance,

  • Hello every body Can this code make a count down for free shipping in TB ?

    step 1 in blockcart.php (at line70) add

    //get shipping cost quota $shippingcostquota= Tools::convertPrice((float)(Configuration::get('PSSHIPPINGFREE_PRICE')));

    and at line 120

    'shippingcostquota' => > $shippingcostquota,

    step 2. in the blockcart-json.tpl line96 add

    "shippingcostquota": "{$shippingcostquota|htmlentitydecode:2:'UTF-8'}",

    step 3. to blockcart.tpl line 80, add the formula, (can add it anywhere inside $products) ...

    {if ($shippingcostquota - $total)>0}

    Remaining to spend for free shipping:{$shippingcostquota-$product.totalwt}€

    {else}

    If you spend{$shippingcost_quota}€ free shipping!!!


    {/if} cheers !!

  • yes it's very bad to sell data, I feel a good soul in TB team, I'm you will reach your goal, I still in the first steps of my project and I fund myself with my own work, My currency very bad according to dollar, so I need to start to get some money, sure the first place Deserves donation is TB <3 Thanks very much TB team

  • ×
    ×
    • Create New...