Jump to content
thirty bees forum

kubbo122

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by kubbo122

  1. In total I have 3 stores running on thirtybees. One of them will automatically send a confirmation email to the customer regardless of the set status and the assigned email, but the other 2 do not. What can be the problem? Which part of the code automatically sends this email? All stores have the same settings including used modules but 1 works 2 not.
    SMTP email setup is fine, because all other emails go fine except for order_conf. He just ignores it. Mail alert module working good, email to merchant is delivered ok, but to customer not. 

  2. 0
     

    Hellou, I need put regex ^.gold|Gold|GOLD. in product.tpl (thirtybees 1.0.8) and check if product name consist gold or Gold or GOLD. If product name consist in product name for example Anchor blue Gold then I need create product flag. Is there possible? I try it, but function is not working correctly.

    {if (preg_match('^.*gold|gold|GOLD.*', {$product->name|escape:'html':'UTF-8'}))}
                    <span class="new-box">
                            <span class="zlato-label">GOLD 24K</span>
                {elseif(preg_match('^.*rosegold|Rosegold|ROSEGOLD.*', {$product->name|escape:'html':'UTF-8'}))}
                    <span class="new-box">
                            <span class="zlato-label">Rose GOLD 24K</span>
                {else}
                    <span class="new-box">
                            <span class="new-label">Nothing</span>
                {/if}

     

  3. When I put product to cross-selling in product editor, some of this product have cross selling product in product page shown, but in some products is there only tittle without product. Page don't give me any problem or error. Can you help me and told me where can be a problem with? Because I try everything and everything it seems like good but some product have cross-selling some of my product no. Thank you

×
×
  • Create New...