Discussion on Warehouse - Prestashop theme with paqe builder

Discussion on Warehouse - Prestashop theme with paqe builder

Cart 21,982 sales
Recently Updated
Well Documented

iqit-commerce supports this item

Supported

This author's response time can be up to 5 business days.

8248 comments found.

You should not use responsivemails with ps 1.6 ;)

Hi all, since i Updated to last version I Have problem with mails, the short codes {emailconf_contact}{emailconf_about}{emailconf_facebook} {emailconf_twitter} {emailconf_vimeo} {emailconf_youtube} {emailconf_pinterest} {emailconf_google} {emailconf_instagram} {emailconf_tumblr} dont work in mails.

Then i have reinstalled responsivemails module, but then dont send mails, in debug mode show me this error: Strict Standards: Declaration of Mail::Send() should be compatible with MailCore::Send($id_lang, $template, $subject, $template_vars, $to, $to_name = NULL, $from = NULL, $from_name = NULL, $file_attachment = NULL, $mode_smtp = NULL, $template_path = PS_MAIL_DIR, $die = false, $id_shop = NULL, $bcc = NULL, $reply_to = NULL) in /var/www/vhosts/confetifiestas.com/httpdocs/override/classes/Mail.php on line 274

Fatal error: Class ‘Swift_RecipientList’ not found in /var/www/vhosts/confetifiestas.com/httpdocs/override/classes/Mail.php on line 69

Anyone knows? Ty

I have to remove /httpdocs/override/classes/Mail.php and it work again, but the same error in mails with short codes

responsivemails module editor is not part of template since 3.2 relase and it is not supported anymore

anyway you can contact by mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact and i will send you mail.php which works fine with altest 1.6.1.5

Hi, Are you doing bespoke development? I have a requirement which will fit well in with your theme, but is not currently part if it. Would you be interested in bespoke development?

Module IqitContentCreator is not in cache? I am using CDN and all images (products, categories,etc), CSS and JS are been used well by the CDN server, even images used with module “Simple Lightweight Slideshow” are used by CDN server. But images used with “IqitContentCreator – Unique homepage generator” with de Banner option, are not changing automatically their url to the CDN domain.

Maybe it will be something to improve in a next version

i will check that, anyway you hive absolute path in iqitcontencreator so you can give absolute path to your cdn server for banners instead to your site

Hi i need to have category page as “homepage”, how to do that? i have just try to edit code in indexcontroller.php but sorting button product dont work (url do /#) Thanks

Hi

it is not related to theme, it is custom modification of prestashop core

  1. is becouse of layered navigation, you may try to remove code to allow blocklayed load own files on homepage
if (Tools::getValue('id_category', Tools::getValue('id_category_layered', Configuration::get('PS_HOME_CATEGORY'))) == Configuration::get('PS_HOME_CATEGORY'))
            return;

from modules/blocklayered_mod.php in hookHeader function

tried and does’t work, I edited the file in modules/blocklayered_mod/blocklayered_mod.php nothing and after for test modules/blocklayered/blocklayered.php but nothing. something in htacces its possible?

<IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule>

RewriteEngine on

Domain: www.xxxxxx.it

RewriteRule . – [E=REWRITEBASE:/] RewriteRule api$ api/ [L]

RewriteRule ^api/(.)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

  1. Images RewriteRule ^([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\)?([0-9])?/.\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9])(\_a-zA-Z0-9-">)([0-9])?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-])(-[0-9])?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
  2. AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
  1. Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.$ – [NC,L] RewriteRule ^.$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule>

AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff <IfModule mod_headers.c> <FilesMatch ”\.(ttf|ttc|otf|eot|woff|svg)$”> Header add Access-Control-Allow-Origin “” </FilesMatch> </IfModule>

If rewrite mod isn’t enabled

ErrorDocument 404 /index.php?controller=404

you can contact by mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact I can check it and do it as payment job since it is custom modification and it is not cover by support

i just installed this theme but in LATEST NEWS FROM IQIT-COMMERCE.COM nothing its empty ?

just go to http://iqit-commerce.com/iframe/iframe.html you will be able to download styles

thanks

Le meilleur template pour un site d’e-commerce complètement customisable. Je vous le recommande. merci,

hi on theme number 6 i got a white bar above the logo and menu while in your demo all is transparent how to make that bar transparent ? thanks

contaced by mail

Does the template allows modules of infinite scroll?

when lazy load is on, page is loaded without waiting for product images, so for example when you scroll, it load images instant which is faster, same for rollover in latest version

the most popular plugin for infinit scroll from addons works fine with warehouse theme, with switch off lazy load, if you need lazy load then please extend your support becouse it expired and contact by form http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact

Thank you for your reply. Sorry but I do not understand. Why you said if I need lazy load must renew support. I will renew in some time. But for the moment I will only need to know if this module “infinite scroll” is supported by theme.

Swith lazy load off is enough for new module works or do I need some code modifications?

Thank you

Infinitescroll works with theme, but only when lazy load is switched off. if you want to implement leazuy load with infinite scroll there is custom modification needed in theme which in fact is normally not part of support. There is policy of 6month support here on themeforest so if you want me to help you with more time consuming feature you need to extend support

Hi, since this is a template issue I guess it is more appropriate to discuss it in this section.

In cart rule, when a percentage discount voucher is given, say 10% off, the percentage would change as a customer switches to another currency. The percentage is presented according to the exchange rate of the currency. This is seen only in my voucher tab in the customer’s own account page but accurate in the final invoice. According to Prestashop, they have remedied n their own templates in v.1.6.1.5, but I have no time to check.

In product combination pricing, when a discount is given to a product, the percentage is accurate only for the default combination but not for the others. A dollar amount is deducted basing on the same dollar discounted for the default combination. Again this is display error only, and this one on the product page. In the final invoice, it is correct. PS says their template in 1.6.1.5 has corrected this, but I have not checked.

Both display errors are in the relevant Warehouse templates.

please contact by mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact send your access data to ftp and backoffice and upload explanation screenshot to http://pasteboard.co/

I never before had such report, and theme do not modify any voucher/discout behavuor in compare to default theme of prestasop, so if there is issue it comes directluy from ps.

Also latest theme version contains all fixes from ps 1.6.1.5

That has always been an issue since PS 1.6. It happened to other PS users. I did email you in support many months ago and never had a solution from you. You said similar things at that time. Perhaps you should more carefully check the issue yourself. I shall seek solutions elsewhere as before. I stated it here in comments simply because I think loose bits such as this should not exist for an otherwise good value theme as yours.

I do not remember such report, you can contact by form http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact

but in fact it looks like prestashop issue not of theme, and I’‘m not able to fix ps issues with theme. anyway i had not reports from other customers aobut issue like this

btw your support is expired

Hello, i don’t know what happened but now the pictures are not showing up anymore on our website. We didn’t touch anything. Any ideas?

I’m also having the same issue on search, thumbnail has not generated, please advise

contacted by mail

Hello, it dont work ok with the last version prestashop , 1.6.1.5 there a bug with themeeditor Impossible to add the product to the cart. textStatus: ‘error’ errorThrown: ‘Internal Server Error’ responseText: LES CLIENTS QUI ONT ACHETÉ CE PRODUIT ONT ÉGALEMENT ACHETÉ…

please contact by http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact and send ftp and backoffice access data, but it is seems to be not directly theme related

thank you , mail is send with all infos

Very Good theme and very very good help thank you very much https://maher-shop.com work very good with your theme 10/10

Hi, i am interested in buying this theme. if i purchase this theme, can i import style from your demo? So i don’t need to build from zero

Yes it is possible to import style: check https://www.youtube.com/watch?v=EjOFiR37OsY

Can you advise how I add the product filtering bar to the top of the page as per http://iqit-commerce.com/ps16/en/5-tshirts

Thankyou.

Geoff

in blocklayered_mod module configuration, you will find option to hook it above product list

Hi,

I recently purchased warehouse theme from you.

I have problems with the revolution slider. I have two slides, each other with youtube video as video layers on them.

First problem is that I can’t view the videos on fullscreen when I press the fullscreen youtube button on the player. It says “full screen mode is not available”

Second problem is that the slider don’t pause when I press the youtube play button. It pauses only if I keep the mouse over the slider itseft.

I have checked “Next Slide On End” button on both youtube videos but it’s not working.

I want that slides pause when video begins to play on users action. Also, to go to the next video slide when previous video reaches the end.

http://scufita-rosie.ro/magazin-scufita/

Revolution Slider. v4.7.0 Warehouse v3.7.4 Prestashop v1.6.1.0

Thanks in advance!

I replied on your my, please continue by mail

Ok, thanks!

3.7.5 update

WAREHOUSE 3.7.5 CHANGELOG
=========================================
- HOT - better product image zoom option(full sceen zoom expand for dekstops and mobiles) 
- prestashop 1.6.1.5 compability check

Required attribute selection: in product page if have combinations a customers culd add a product without knowing to make a choiche so ther is the necessity to MODIFY THE CODE to force to select one combination to avoid errors of customers >>> this is a post where there is a solution https://www.prestashop.com/forums/topic/150009-required-attribute-selection/page-2 SEE THE CODE--> MARCIN do you think to put in your CODE product.tpl or make a better one ? it works only for menu not for radio buttons or colours

SOLVEd This in BO product menu - THIS works on product PAGE but not in carousle or Categorie/SubCaytegories pages cause the ADD to CART button permit to add the DEFAULT combination and I don’t want this. Solutions ? thanks Marcin IT IS A FAULT THAT PRESTASHOP DOES NOT IMPLEMENTED THIS FUNCTION TILL NOW-

Hi! I want to show the availability of the product in product list. How can i do that? Thank you!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey