Tag: Prestashop

  • Migrationpro Prestashop Upgrade And Migration

    Migrationpro Prestashop Upgrade And Migration

    Hello guys how are you? Welcome back to my blog. Today I am going to share very important regrading Migrationpro Prestashop Upgrade And Migration.

    Guys I was working with Prestashop 1.7 but after upgrading to Prestashop 8 I was having issue with database users, orders data so I have used Migrationpro Prestashop Upgrade And Migration module and all my old database went back to new database.

    The first PrestaShop migration module to migrate or upgrade PrestaShop 1.7, 1.6, 1.5, 1.4, 1.3 to PrestaShop 8 or migrate data between PrestaShop websites (any version) within seconds! #1 PrestaShop MigrationPro module!

    Guys I am full time freelancer and if you have any query related prestashop then feel free to ask or you can hire me as full time freelancer.

    Guys I hope this trick will help you and please share your view on this. And if you will have any kind of query then feel free to comment below.

  • Product Extra Tabs Premium Module Data Importing – Prestashop 8

    Product Extra Tabs Premium Module Data Importing – Prestashop 8

    Hello guys how are you? Welcome back to my blog. Today I am going to share very important regrading Product Extra Tabs Premium Module Data Importing – Prestashop 8.

    Guys I was working with Prestashop 1.7 but after upgrading to Prestashop 8 and Product Tabs module, my Product Extra Tabs Premium Module tables structure has been changed completely. This made me worried about for my client store.

    Guys here is tables structure for old and new updates:

    product tabs old tables
    product tabs old tables
    product tabs New tables
    product tabs New tables

    Guys now my main motive was to get old data from tables and add into new tables and with below mysql query I managed to do that.

    INSERT INTO NewTable(ID, name) SELECT broward_ID,NAME FROM OldTable
    

    Guys I hope this trick will help you and please share your view on this. And if you will have any kind of query then feel free to comment below.

    Jassa

    Thanks

  • Prestashop Attempted to call an undefined method named “jsonEncode” of class “Tools” – Solved

    Prestashop Attempted to call an undefined method named “jsonEncode” of class “Tools” – Solved

    Hello guys, how are you? Welcome back to my blog. Today in this blog post, I am going to share, Prestashop Attempted to call an undefined method named “jsonEncode” of class “Tools” – Solved.

    Guys during upgrading my prestashop store to 8 version I got Attempted to call an undefined method named "jsonEncode" of class "Tools" during Designs -> Positions.

    Prestashop Attempted to call an undefined method named jsonEncode of class Tools - Solved
    Prestashop Attempted to call an undefined method named jsonEncode of class Tools – Solved

    1. Guys I just do the below changes:

    In this case the change is simple, Tools::jsonEncode() must be replaced with json_encode(), and Tools::jsonDecode() with json_decode(). These two functions are natively available in PHP.

     

    This is it guys. If you will have any kind of query then feel free to comment below.

    Thanks

  • Prestashop Could not perform action update for module undefined – Solved

    Prestashop Could not perform action update for module undefined – Solved

    Hello guys, how are you? Welcome back to my blog. Today in this blog post, I am going to share, Prestashop Could not perform action update for module undefined – Solved.

    Guys during upgrading my prestashop store modules I got Could not perform action update for module undefined error.

    Prestashop Could not perform action update for module undefined - Solved
    Prestashop Could not perform action update for module undefined – Solved

    1. Solved in this way:

    1) Clear the cache using the appropriate command in Advanced parameters> Performance
    2) enable debugging (Advanced parameters> Performance)
    3) Reload or open the Modules section (Modules> Module Manager)
    4) Clear the contents of the / var / cache / folder
    IMPORTANT: you must delete both / dev and / prod folders
    5) Remove the debug mode

     

    2. Go back to the Modules section and try to deactivate or uninstall a module, it should work.

    Note: sometimes enabling the debug mode we might be receive an error page with the list of exceptions. This makes it impossible to see the back office. In this case it is necessary to edit manually the configuration file al line 29:

    /config/defines.inc.php
    
    From:
    
    define('_PS_MODE_DEV_', true);
    to:
    
    define('_PS_MODE_DEV_', false);

    This is it guys. If you will have any kind of query then feel free to comment below.

    Thanks

    Sidhu Moose Wala – Rest in power

  • How to change prestashop shop url in database?

    How to change prestashop shop url in database?

    Hello guys how are you? Welcome back to my blog. Today in this blog post I am going to tell you How to change prestashop shop url in database?

    1. Guys very first in project database change the url in ps_shop_url table or see the below screenshot:

      How to change prestashop shop url in database?
      How to change prestashop shop url in database?

      2. Guys very first in project database change the url in ps_configuration table or see the below screenshot:

       

      prestashop update domain url
      prestashop update domain url

      This is it and guys if you will have any kind of query then feel free to comment below.

      Thanks

      Ajooni