V1.7 Apparel PRO – Multipurpose Responsive Prestashop Theme

luisviegas

Member
XNullUser
Joined
Jun 23, 2022
Messages
13
Reaction score
56
Points
13
NullCash
323
Compatibility PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3


Apparel is fully responsive Prestashop Theme dedicated for all stores selling clothes, furniture, watches, Jewelry, food ,etc. It has many attractive animations, modern and attractive design. Do you sell clothing for clothes, furniture, watches, Jewelry, food or accessories like bags, hats, belts, etc. ? These designs are made for you.

This Theme is a wonderful theme in Prestashop 1.7.x – the newest version at this moment with full features & classy layouts of online store. It is fully responsive and looks stunning on all types of screens and devices.

Live Demo
Post automatically merged:

Compatibility PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3


Apparel is fully responsive Prestashop Theme dedicated for all stores selling clothes, furniture, watches, Jewelry, food ,etc. It has many attractive animations, modern and attractive design. Do you sell clothing for clothes, furniture, watches, Jewelry, food or accessories like bags, hats, belts, etc. ? These designs are made for you.

This Theme is a wonderful theme in Prestashop 1.7.x – the newest version at this moment with full features & classy layouts of online store. It is fully responsive and looks stunning on all types of screens and devices.

Live Demo
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
 

Attachments

  • ps_apparel-health.zip
    9.2 MB · Views: 12
  • ps_apparelpro.zip
    11.8 MB · Views: 13
  • ps_booster_modules.zip
    91 KB · Views: 12
Last edited:

aries_BZH

New member
XNullUser
Joined
Nov 12, 2022
Messages
15
Reaction score
0
Points
1
Location
France
NullCash
25
Hi,

Thanks for this plugin.
Do you have the Etrend theme from the same developer?

Thanks in advance.
 

takagi san

Member
XNullUser
Joined
Oct 21, 2019
Messages
220
Reaction score
1
Points
18
Location
frnace
Website
www.extream-sat.com
NullCash
33
Thank you so much for the update, will test i out
Post automatically merged:

Thank you so much for the update, will test i out
 

dhiaeddine

Member
XNullUser
Joined
Jan 12, 2022
Messages
79
Reaction score
2
Points
8
NullCash
11
Compatibility PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3


Apparel is fully responsive Prestashop Theme dedicated for all stores selling clothes, furniture, watches, Jewelry, food ,etc. It has many attractive animations, modern and attractive design. Do you sell clothing for clothes, furniture, watches, Jewelry, food or accessories like bags, hats, belts, etc. ? These designs are made for you.

This Theme is a wonderful theme in Prestashop 1.7.x – the newest version at this moment with full features & classy layouts of online store. It is fully responsive and looks stunning on all types of screens and devices.

Live Demo
Post automatically merged:


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:



Credits: https://stackoverflow.com/questions...1-7-7-2-product-variations-images-dont-change
Thanks for this plugin.
Thank you so much for the update, will test i out
 

basfik

Member
XNullUser
Joined
Nov 19, 2021
Messages
81
Reaction score
0
Points
6
NullCash
55
Thanks for this template, I hope I will be able to install it without any problems.
 

liwoon88

Member
XNullUser
Joined
Feb 14, 2022
Messages
59
Reaction score
0
Points
6
NullCash
4
Do you have the Etrend theme from the same developer?
 

cenksagapo

New member
XNullUser
Joined
May 6, 2022
Messages
4
Reaction score
5
Points
1
NullCash
40
süpper teşekkürler çok sağol vaorl
Post automatically merged:

Compatibility PrestaShop 1.7.x, 1.7.7.x, 1.7.8.3


Apparel is fully responsive Prestashop Theme dedicated for all stores selling clothes, furniture, watches, Jewelry, food ,etc. It has many attractive animations, modern and attractive design. Do you sell clothing for clothes, furniture, watches, Jewelry, food or accessories like bags, hats, belts, etc. ? These designs are made for you.

This Theme is a wonderful theme in Prestashop 1.7.x – the newest version at this moment with full features & classy layouts of online store. It is fully responsive and looks stunning on all types of screens and devices.

Live Demo
Post automatically merged:


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:



Credits: https://stackoverflow.com/questions...1-7-7-2-product-variations-images-dont-change
thanks you supper
 

hatc

Member
XNullUser
Joined
May 13, 2021
Messages
260
Reaction score
1
Points
18
NullCash
102
Looks like a great prestashop theme. Thank you for sharing this with us
 
Top