V1.7 TRAN$FORMER 4.3.3 - OLD

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,454
Reaction score
6,435
Points
113
NullCash
35,354
Transformer PrestaShop Theme – Premium Responsive PrestaShop 1.6 & 1.7 Theme
Transformer Prestashop Theme is an elegant, powerful and fully-responsive PrestaShop template with a modern design. With the help of 50+ built-in PrestaShop modules, you can easily create a professional looking online PrestaShop store. The Transformer PrestaShop Theme has a powerful theme editor which allows you to customize your PrestaShop theme layout and appearance any way you want. The Transformer design is well suited for any eCommerce store. including clothing stores, electronics stores, fashion stores, shoe stores, jewelry stores, furniture stores and boutiques.

  • Best Selling PrestaShop 1.6 & 1.7 Theme
  • Mature & Stable 5 Year Old Theme
  • Free Lifetime Updates.
  • Regular Updates.
  • Was the Best Selling PrestaShop Theme on ThemeForest
DEMO: http://transformer2.sunnytoo.com/third/en/

Grettings.

[EDIT]

NEW VERSION FULL HERE: https://www.nulledfrm.com/threads/transformer-4-3-3-full-nulled-ps-1-5-1-6-1-7.908/
 

Attachments

  • trans.jpg
    trans.jpg
    46.1 KB · Views: 16
  • Transformer_433_PS17.zip
    18.4 MB · Views: 12
Last edited:

Takio

Well-known member
Master
Diamond
Elite
Joined
Feb 13, 2019
Messages
494
Reaction score
1,671
Points
93
NullCash
13,943
@freiserk

By the way, in the title, it must be tranSformer (with a "s" in the middle), not tranformer... just saying ;)
 

Takio

Well-known member
Master
Diamond
Elite
Joined
Feb 13, 2019
Messages
494
Reaction score
1,671
Points
93
NullCash
13,943
Advanced Search 4 is not 100% compatible with Transformer or Panda theme on PS 1.7.x, but it's easy to fix that by adding a simple line of code :cool:

Go to /modules/pm_advancedsearch4/controllers/front/advancedsearch4-17.php and add parent::initContent(); just after parent::init(); (line 53), like this:

Original advancedsearch4-17.php file
Code:
$this->idSearch = (int)Tools::getValue('id_search');
        $this->searchInstance = new AdvancedSearchClass((int)$this->idSearch, (int)$this->context->language->id);
        parent::init();
        $this->setSEOTags();
        $this->setCriterions();


advancedsearch4-17.php after modification
Code:
$this->idSearch = (int)Tools::getValue('id_search');
        $this->searchInstance = new AdvancedSearchClass((int)$this->idSearch, (int)$this->context->language->id);
        parent::init();
/**    Transformer Fix Start   **/
        parent::initContent();
/**    Transformer Fix End     **/
        $this->setSEOTags();
        $this->setCriterions();

That's all!

Note: for those which are afraid to modify some php code (or just don't know how to do it), I have add a zip with the file already modified
(3 files: advancedsearch4-17.php (, advancedsearch4-17_original -a back-up from the original file- & advancedsearch4-17_Transformer-fix.php -a back-up from the fix-, so you can revert at any time just by renaming the file)

Optional: If you think that the look from Advanced Search 4 is somewhat ugly in your front office, go to the module Theme Editor -> Custom Code -> Custom CSS Code, and add this bunch of CSS lines:

Code:
/* ADVANCED SEARCH 4  Cosmetic Fix */   
#PM_ASBlock_1.card {border: 0px;}
.card-header {font-size:12pt;background-color: #ffff;border-bottom: 0px;padding-left:0;padding-right:0;padding-bottom:3px;}
.card-block{padding-left:0;padding-right:0;}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle.h4{font-size:12pt;font-weight: normal;border-bottom:0px;padding-bottom:3px;
}

Now Advanced Search 4 fit perfectly in your Transformer or Panda theme
 

Attachments

  • Advanced Search Fix.rar
    13.9 KB · Views: 0

ercumentbu

Member
XNullUser
Joined
May 2, 2019
Messages
132
Reaction score
2
Points
16
NullCash
7
Hello there,
I've uploaded the theme so I made the adjustments here as normal. Then it broke down. This problem is caused by the problem.
 

rudolfo

Active member
XNullUser
Joined
Jul 15, 2019
Messages
176
Reaction score
70
Points
28
NullCash
33
Thanks for sharing, but i wait of:
  • Last Update:
  • 8 August 19
  • Latest versions:
    • V4.3.8 For PS1.7,
    • V3.4.1 For PS1.6,
  • Transformer theme 4.3.8 (August 8, 2019)
    • Compaitibility with 1.7.6.0
    • Improved stsocial to open social network links in new window.
    • Added a new hook on the right side of product description.
    • Improvde the banner module and the megamenu module to don’t load hidden images on mobile.
    • Added lazyloading off-screen feature to product image sliders when in grid view.
    • Minor bug fixes.
 
Top