V1.7 Fashiony - Premium Responsive Prestashop 1.7 Theme

luisviegas

Member
XNullUser
Joined
Jun 23, 2022
Messages
13
Reaction score
56
Points
13
NullCash
323

Fashiony - Premium Responsive Prestashop Theme​

Compatibility
PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3

Fashiony is a clean code and multipurpose Prestashop theme for any Ecommerce store like Cosmetic Store, Beauty Supply Store, Fashion Store, Accessories Store, Shoes Store, Apparel Store.

Top Features
  • Mobile-first Optimized
  • Countdown Timer Hot
  • Sticky Header
  • Cookie Law
  • Multi-Language Support Hot
  • Product Custom Tabs
  • AddThis Integration
  • New & Sale Product Label Hot
  • Box & Full Width Layout
  • Super High Performance
  • Sticky Add to Cart Hot
  • Scroll to Top
  • Product Image Border
  • Google Analytics Hot
  • 3 Different Submenu Style
  • Promotion Message on Product Page
  • Category Page Product Column Option
  • Search Engine Optimized
  • Clean Coded
  • Well Documented
  • Powerful backend Configuration
 

Attachments

  • ps_fashiony.zip
    7.2 MB · Views: 7

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,463
Reaction score
6,457
Points
113
NullCash
35,010
Link to demo here:



Grettings.
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,311
Reaction score
365
Points
83
NullCash
3
thx bro for shaing. very useful.
 

luisviegas

Member
XNullUser
Joined
Jun 23, 2022
Messages
13
Reaction score
56
Points
13
NullCash
323

Fashiony - Premium Responsive Prestashop Theme​

Compatibility
PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3

Fashiony is a clean code and multipurpose Prestashop theme for any Ecommerce store like Cosmetic Store, Beauty Supply Store, Fashion Store, Accessories Store, Shoes Store, Apparel Store.

Top Features
  • Mobile-first Optimized
  • Countdown Timer Hot
  • Sticky Header
  • Cookie Law
  • Multi-Language Support Hot
  • Product Custom Tabs
  • AddThis Integration
  • New & Sale Product Label Hot
  • Box & Full Width Layout
  • Super High Performance
  • Sticky Add to Cart Hot
  • Scroll to Top
  • Product Image Border
  • Google Analytics Hot
  • 3 Different Submenu Style
  • Promotion Message on Product Page
  • Category Page Product Column Option
  • Search Engine Optimized
  • Clean Coded
  • Well Documented
  • Powerful backend Configuration
Hey there mates,

I've noticed the theme has a bug that makes images be static on product page (they don't change according to the combination if there are different images for different combinations.

I've found a post that solves the problem and transcribed it below:


HTML:
Resume:
replace $product.cover by $product.default_image


or remplace the complet file


Detail :
So the culprit is : the file --> product-cover-thumbnails.tpl (located in template/catalog/_partial)


The bug (well it's not really a bug but a change of doctrine at Prestashop) occurs in case of update if you went for example from 1.7xx to 1.7.7


SMARTY condition


// line 28
{if $product.cover}


// replace by
{if $product.default_image}
// line 29
<img class="js-qv-product-cover" src="{$product.cover.bySize.large_default.url}" alt="{$product.cover.legend}" title="{$product.cover.legend}" style="width:100%;" itemprop="image">


// replace by
<img class="js-qv-product-cover" src="{$product.default_image.bySize.large_default.url}" alt="{$product.default_image.legend}" title="{$product.default_image.legend}" style="width:100%;" itemprop="image">
// line 45 replace
<img
              class="thumb js-thumb {if $image.id_image == $product.cover.id_image} selected {/if}"
              data-image-medium-src="{$image.bySize.medium_default.url}"
              data-image-large-src="{$image.bySize.large_default.url}"
              src="{$image.bySize.home_default.url}"
              alt="{$image.legend}"
              title="{$image.legend}"
              width="100"
              itemprop="image"
            >


// replace by
<img
              class="thumb js-thumb {if $image.id_image == $product.default_image.id_image} selected {/if}"
              data-image-medium-src="{$image.bySize.medium_default.url}"
              data-image-large-src="{$image.bySize.large_default.url}"
              src="{$image.bySize.home_default.url}"
              alt="{$image.legend}"
              title="{$image.legend}"
              width="100"
              itemprop="image"
            >
Credits: https://stackoverflow.com/questions...1-7-7-2-product-variations-images-dont-change
 

ANNAS

New member
XNullUser
Joined
Jun 16, 2022
Messages
6
Reaction score
0
Points
1
NullCash
16
Thanksss for the theme
















...........................
 

yerbap

Member
XNullUser
Joined
Nov 10, 2021
Messages
196
Reaction score
1
Points
18
NullCash
2
paylaşım için çok teşekkür ederim...
 

binouzi

New member
XNullUser
Joined
Jun 24, 2021
Messages
5
Reaction score
0
Points
1
NullCash
5
great! this is awesome! thank you for sharing!
 

paula

New member
XNullUser
Joined
Jul 10, 2022
Messages
7
Reaction score
0
Points
1
NullCash
2
great! this is awesome! thank you for sharing!
 

emf

Member
XNullUser
Joined
Aug 16, 2022
Messages
249
Reaction score
1
Points
18
NullCash
6
You're very welcome! ;) I'll try to posto better add-ons during this week! Stay tunned.
 
Top