Jump to content
thirty bees forum

colorful-ant

Members
  • Posts

    577
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by colorful-ant

  1. colorful-ant

    SEO Module

    and line 269 ???
  2. colorful-ant

    SEO Module

    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();
  3. colorful-ant

    SEO Module

    I'm not sure. I suppose it's php 7+. Try this zip. seoupdater.zip
  4. I'm not sure right now. The heat here makes us ko. Did you install and set up the module "mailalerts"? Do you need the AEUC module for your shop? If all settings are ok, there should not be any problems.
  5. 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
  6. colorful-ant

    StatCounter

    I did not know that piwik costs something. So far, I only had to install it on my server and integrate it into the respective system.
  7. 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
  8. colorful-ant

    StatCounter

    do you mean piwik or so?
  9. colorful-ant

    StatCounter

    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.
  10. 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.
  11. if one <br> not helps but two you can try use <p>&nbpr;</p> or so
  12. 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
  13. 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 />
  14. 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-
  15. 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
  16. @Brent Dacus transformer is not complete compatibel -> sunny.to only panda theme is full compatibel with tb
  17. @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.
  18. The problem can also have other causes - look in your settings etc example
  19. @Jonny Thanks, great - if I take this change, its a little bit ok. The problem on the last order page with the updating of addresses etc is still present. 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.
  20. my panda example with variants from this topic 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>
  21. it seems you have not properly in the format with p-tags, etc {if $product->ean13} <p>Barcode: {$product->ean13}</p> {/if}
  22. please take a look here - it helps me
  23. 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.
  24. 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 dont forget to scroll down
×
×
  • Create New...