Jump to content
thirty bees forum

DRMasterChief

Members
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by DRMasterChief

  1. Thanks @the.rampage.rado for this,  great idea 🙂

    A question about the upper thing:

    Redirect 302 /wp-login.php /modules/blackholebots/blackhole/
    Redirect 302 /wp-config.php /modules/blackholebots/blackhole/
    Redirect 302 /xmlrpc.php /modules/blackholebots/blackhole/

    >> wouldn't it be better to use a Redirect 301  for this  (instead of 302)?

  2. On 4/18/2024 at 4:55 PM, 30knees said:

    Ich muss noch nicht bilanzieren, will mich aber darauf vorbereiten. Würde alles rund um die Bestellungen schön erfassen für: UmSt-VA, ZM, OSS.

    Genau solche Sachen kann die integrierte "Ameise" genau nach deinen Wünschen (frei konfigurierbar)  exportieren, in einfache CSV oder Datev.

    Damit kann man dann weiterarbeiten, sich eine EÜR erstellen oder sonstwas....  direkt kann die Wawi das aber nicht (kenne den aktuellsten Stand der ganz neuen Wawi aber nicht,  da schaue bitte mal selbst nach dem Funktionsumfang!!).

    • Like 1
  3. weil jeder JTL-Shop (egals welches Template) als solcher irgendwie immer gleich aussieht und zu erkennen ist,  das gefällt uns halt gar nicht, liegt ja auch am Produktsortiment wie stark man sich da abheben will...

    Die JTL Wawi finden wir super,  aber nicht alles von JTL... Shop eben nicht so super.

    Je nach Umfang der Buha ist die Wawi schon Gold wert, weil die Ameise ja alles exportieren kann wie du willst.   Was genau sind denn deine Problemchen? Musst du bilanzieren, Einzelunternehmen etc.? Also was musst du damit machen?

    • Like 1
  4. Wir sind immer noch nicht live mit dem tb- Shop, das wird nun Anfang Mai soweit sein.  Wir möchten JTL dazu weiterhin nutzen, wobei uns klar ist daß wir "nur Bestellungen  in die Wawi holen" können, alles andere muss im tb gemacht werden (Artikel anlegen, Mengen etc.), da JTL das in die Richtung nicht unterstützt. Das ist aber kein Problem für uns,   Rng.,Packen etc. geht alles über Wawi.  Shop soll Shop sein und bleiben.

  5. Hello, i am looking to change {invoice_block_html} and maybe also {delivery_block_html}  - but i cant find anything about this.

    It seems that both were created in a payment-module, but this describes only firstname and lastname.
    Where come the other data like street, zip and city from in these blocks and where can i fetch them to add the customers E-mail-address ?

    thank you

  6. Hello,
    i am now on TB 1.5.1  and found out that i have similar error and warnings in the Collect PHP Logs -module.  Can anybody help me with this?

    Message:
    Creating default object from empty value

    Location:
    themes/mytheme/modules/blockcart/blockcart.tpl
    cache/smarty/compile/c2/57/b6/c257b667c290ca77a08882d2c39bf5666fe5b736_0.file.blockcart.tpl.php line 257

    STACKTRACE
    #0  cache/smarty/compile/c2/57/b6/c257b667c290ca77a08882d2c39bf5666fe5b736_0.file.blockcart.tpl.php(257)
    #1  vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_66190867043c08_90187307(Smarty_Custom_Template#1)
    #2  vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Custom_Template#1)
    #3  vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render(Smarty_Custom_Template#1)
    #4  vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render(false, 0)
    #5  vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(116): Smarty_Internal_TemplateBase->_execute(Smarty_Custom_Template#1, null, null, null, 0)
    #6  classes/smarty/SmartyCustom.php(554): Smarty_Internal_TemplateBase->fetch(null, null, null, null)
    #7  classes/smarty/SmartyCustom.php(532): Smarty_Custom_Template->fetchWithRetries(null, null, null, null)
    #8  classes/module/Module.php(2992): Smarty_Custom_Template->fetch()
    #9  modules/blockcart/blockcart.php(251): ModuleCore->display("/home/123xyz/public_html/modules/blockcart/blockcart.php", "blockcart.tpl")
    #10 modules/blockcart/blockcart.php(485): BlockCart->hookRightColumn(array(4))
    #11 classes/Hook.php(833): BlockCart->hookTop(array(4))
    #12 classes/Hook.php(545): HookCore::coreCallHook(BlockCart#1, "hooktop", array(3))
    #13 classes/Hook.php(372): HookCore::execWithoutCache("displayTop", array(3), null, false, true, false, null)
    #14 classes/Hook.php(242): HookCore::exec("displayTop", array(0) [], null)
    #15 classes/controller/FrontController.php(332): HookCore::displayHook("displayTop")
    #16 controllers/front/HistoryController.php(82): FrontControllerCore->initContent()
    #17 classes/controller/Controller.php(209): HistoryControllerCore->initContent()
    #18 classes/controller/FrontController.php(264): ControllerCore->run()
    #19 classes/Dispatcher.php(851): FrontControllerCore->run()
    #20 index.php(33): DispatcherCore->dispatch()


    I have made changes in the  theme/modules/blockcart/crossselling.tpl as follows  (begins in line 42):
                        {*
                        *    {if $orderProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}
                        *        <span class="price_display">
                        *            <span class="price">{convertPrice price=$orderProduct.displayed_price}</span>
                        *        </span>
                        *    {/if}
                        *}

    This is to hide the product price in cross selling block in the cart.  It works with this change above.  Without these changes, the shop shows price also
    when you do not want to show it  (seems to be a bug from old PS time).  (it is about the CUSTOMERS WHO BOUGHT THIS PRODUCT ALSO BOUGHT ...  on product site and also in cart).

    Do i have to change something in the   theme/modules/blockcart/blockcart.tpl  maybe?  Is this the reason for the error?

    I am a little bit nervous because it says in the error something about Hooks... and i cant really handle with this.

    thank you

  7. Today i expect that it is no longer possible to add my public IPv4 for maintenance mode,  it does not work with it.  I have to add the public IPv6  (which changes every few hours),  with that the maintenance mode works.

    Strange, isn´t it?  What can be the problem for this?

    I use the Blackhole Bot  module, too,  and when i go manually into the 'hole' i can see the red warning site with my IPv6 only  (not sure if this is normal or if there should be the IPv4 usual).

  8. Hello,  TB  1.6  ?  (Bleeding Edge?)

    are there any other errors regarding php 8 ?  Do you have checked this all before?

    There seems to be 2 or more Paypal modules,  maybe some old stuff from the early days and/or  PS stuff,  please check this and use only the correct Paypal module for tb.   What updates do you made before? Maybe an update to php 8?

  9. Wir haben mehr als 1 Domain in einem Webhosting aktiv, wird das in der Regel auch funktionieren oder müssen wir für jede Domain umleiten?

    Redirect 302 /wp-login.php /modules/blackholebots/blackhole/
    Redirect 302 /wp-config.php /modules/blackholebots/blackhole/
    Redirect 302 /xmlrpc.php /modules/blackholebots/blackhole/

  10. Hello,  i really need a help with the maintenance mode.  It is tb 1.5.1 and maintenance is switched on.

    Today we get an upgrade to an faster/better server,  the hoster moved everything automatically and this works really good.  Everything is here,  BO is ok,  all settings are ok,  login is ok,  i will have switched the maintenence mode ON as before,

    but now we have a strange behaviour:  when i click 'add my IP address'  it is adding the server internal IPv6 address,  and not the public IPv4 from the home internet provider.

    This is strange, before the move there was added my public IP address (from Vodafone cable provider in my case),  and i can reach the shop only from my home here with this IP.

    Can anybody help and give me any advise?  The hoster is good but they do not really know tb and can not give such an 3rd level support.

    ipv6_tb.jpg

  11. thank you!  I realized this, but since i have Server Side Cache activated, it does not work anymore.  Now i turned it off and on and cleared Cache, everything is ok  😉  There was no hint for such an problem also not in PS.

  12. Hello,  i already have searched here and in PS forum, all i can find are some old hints and all these are not successfull,  so - how to sort product variants to have them in the desired order on frontoffice/product site?

    e.g. i show a picture here,  it is not very nice to have the bigger size before the smaller size  variant of the item,  i really can not find any solution: 

    sort_variants.jpg

×
×
  • Create New...