Jump to content
thirty bees forum

colorful-ant

Members
  • Posts

    577
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by colorful-ant

  1. im not a programmer - i dont use it for categories

    try this

    old (line 242)

    $this->_postErrors[] = mysql_error();

    to new 

    $this->_postErrors[] = mysqli_error();

     

  2. others were faster today with answers 😉 
    I'm not sure. I have not used piwik (now matomo) for a very long time.

    possibly the code in javascipt must be entered with <literal> code .... </ literal>.
    and do not forget to empty shopcache as well as browsercache.

    EDIT:
    oh, a module, that should make things easier

  3. I do not know if I understand you correctly, probably not.
    I try to understand the customers and try to make it as easy as possible for them.

    That's why I installed and adapted the bamegameu

  4. Sorry, 
    I also consider this function to be totally obsolete. the customers / visitors of the page / shops do not have to see that.
    This may negatively affect actual orders.

  5. Do you really need the vertical menu with the panda theme?
    Do not you use the horizontal menu for all categories?

    For example, despite the panda theme, I use separately the "Responsive Mega Menu Pro" from buy-addons.

    I have in the horizontal menu what I want and for the left column I use only the modules blocklayered.

  6. im not sure - not testet now

    </p>
    <br>
                                           <p id="product_ean13"{if empty($product->ean13) || !$product->ean13} style="display: none;"{/if}>
        <label>{l s='EAN: '} </label>

    or try two => <br><br>
    dont forget clear shop cache and browser cache

  7. ean i dont know - have you used my example?
    change it a little bit
     

    example one

    <p id="product_ean13">
    <label>EAN: </label> <br />
    <span content="5055685512015">5055685512015</span>
    <meta itemprop="gtin13" content="5055685512015" /></p>

    delete <br />

     

     

  8. ok - i see now, the one product have zero quantity?
    example
    aeuc settings
    - 1-7 days with products quantity 1+
    - 1-2 weeks with products quantity 0-

    • Like 1
  9. im not sure, but i think its changing your urls / store / etc  - you have two differnet stores - new tb store and your old store 
    old store... www.pewterworld.co.uk/PwTb/ ....
    new store ... www.pewterjewellery.co.uk .... without PwTb

  10. @Jonny @toplakd

    Thanks, your ideas are great. Unfortunately I did not think about that and try to deactivate the codes for the last page of the order. To use the last page only as an order summary. I think that the deletion button should be deactivated as well.
    As an example shipping from 100 euros free shipping and it will be deleted something, the shipping is not updated and as a seller you have to pay extra for his calculation.
     Unfortunately, it is a bit user-friendly for the customer.

    Presumably, the problem with me is that the one-page checkout (OPC) problems are not functioning correctly and I can not use it (AEUC, etc.).
    I have not tested the module of @datakick yet, but on its demo page, it also does not seem to work properly. At least in the demo the settings are limited and can not test it completely. Here I miss a few things in the order overview, for example, AGB (terms & conditions), or the display price with VAT or the required line of VAT included.

    TB works much better and faster than PS.
    Only for the order process I have not found a suitable solution for me.

  11. my panda example with variants from this topic

    image.png.67767082dbc3965421f1d0a4c74df8ed.png

    themes/panda/product.tpl

    <p id="product_reference" class="{if !$display_pro_reference} unvisible {/if} product_meta" {if empty($product->reference) || !$product->reference} style="display: none;"{/if}>
    					<label class="product_meta_label">{l s='Reference:'} </label>
    					<span class="editable"{if $enable_google_rich_snippets} itemprop="sku"{if !empty($product->reference) && $product->reference} content="{$product->reference}"{/if}{/if}>{if !isset($groups)}{$product->reference|escape:'html':'UTF-8'}{/if}</span>
    				</p>
                                           <p id="product_ean13"{if empty($product->ean13) || !$product->ean13} style="display: none;"{/if}>
        <label>{l s='EAN: '} </label>
        <span {if !empty($product->ean13) && $product->ean13} content="{$product->ean13}"{/if}>{$product->ean13|escape:'html':'UTF-8'}</span>
    {if $enable_google_rich_snippets}<meta itemprop="gtin13" content="{$product->ean13|escape:'html':'UTF-8'}" />{/if}
    </p>

     

  12. it seems you have not properly in the format with p-tags, etc

     

    {if $product->ean13}
       <p>Barcode: {$product->ean13}</p>
    {/if}
  13. example

    <script src="https://my-domain.com/themes/panda/js/order-address.js"></script>

    change "my-domain.com" with your domain

     

    For me it is not the best solution yet.
    The addresses are displayed, but if changed, they will not be saved yet.
    The main problem with me is in addition, if the country changes and other shipping costs incurred, this is also not updated.

  14. Presumably all active shipping costs are activated in all products.
    deactivate the one shipment and check it. Do not forget to delete cache.

     

    Maybe there is something missing in the settings.

    show here and check all your settings

    image.thumb.png.88e6bcef139f601255928b917efa5068.png

     

    dont forget to scroll down

    image.thumb.png.3cfba170593ea9c2304e51c1ef2fe028.png

×
×
  • Create New...