Jump to content
thirty bees forum

toplakd

Silver member
  • Posts

    755
  • Joined

  • Last visited

  • Days Won

    42

Posts posted by toplakd

  1. Even if collapsable, if one is in the middle of the screen or lower, you have to scroll all the way up to the header, to click on it.

    I rather sacrifice some top area for fixed bar with quick navigation buttons which open sidebars with all needed store browsing stuff.

    Something I worked on a while ago, but it's time consuming to fulfill the theme compatibility with all the wishes and modules out there.

     

  2. 13 hours ago, the.rampage.rado said:

    Does editing the source code at the checkout page and sending a screenshot to the merchant count? 😄 😄 😄

    Yessss, if merchant is naive enough. We can fix that problem for you for only 49,99 and we don't even need access to the site.

    You can now click ctrl+f5 and your store will reload with all the bugs fixed.

  3. If you change general date format in Localization/Language/select the language,

    this will also affect date format on invoices.

    d/m/Y will result in 29/11/2022

    D/M/y will result in Thu/Sep/22

    D d M Y will result in Thu 29 Sep 2022

     

    d=days in number

    D= days in day name

    m= month in number

    M= month in name

    y= last two digits of the year - 22

    Y= all 4 digits - 2022

     

    You can also make different order and combinations, d/m/y, Y/m/D and so on.

     

     

     

  4. Overriding core files for theme use is not something that is for everyone.

    As with every update of the shop you need to watch if overriden core files have changed, and to look what those changes bring, to not override them again with outdated override file.

  5. I'm only keeping shopping carts from current year.

    Every end of the year, I clean many things in webshop with Database Optimization module

    https://mypresta.eu/modules/administration-tools/database-optimization.html

    However, deleting the carts which are associated with orders was removed with new version, so you just need to delete some lines in following file ../modules/dboptimization/dboptimization.php

    Lines to delete: L154,L155,L156,L158

    After deletion it should look like this:

    L152   public function dbcounter($table)
    L153   {
    L154        $query = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('SELECT count(*) AS count FROM `' . _DB_PREFIX_ . $table . '`');
    L155        return $query[0]['count'];
    L156    }

     

    • Like 1
  6. It's way easier to make the theme modification just for own use.

    I have heavily modified the Original-Community theme to suit my needs and to be as mobile friendly as possible, with minimal modules enabled.

    But such theme wont work well for 99.9% of other shops as it's too much modified and will most likely not work when more modules are activated (native or third party)

    • Like 1
  7. One thing I get after switching to 8.0 and upgrading to latest bleeding edge and than trying to switch back to 7.4.

    Quote

    Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0".

    After that I can no longer access website to use core updater to update the system back to use 7.4 🙂

×
×
  • Create New...