8248 comments found.
I would like to know is the Color selector support photo change when select different color?
On product list color picker do not change images, it change images only in product page
Thanks for the quick security update.
Revolution slider ver 5.1.6 in the Warehouse theme don’t work on RTL direction properly as it must to be.
Please check your demo STYLE 1 to see what i said. On Arabic language which is RTL direction, Revolution slider seems disordered.
Regards
please contact on mail, send me backoffice access data i will test my solution
Thanks for the reply. I sent you my backoffice access info. Let me tell you something more. Seems it’s something wrong with your theme not Revolution slider because i see there is same matter with your module “Advanced Image Slider for home page” also.
You can check both on my website.
Regards
Btw, i just noticed that you removed “Advanced Image Slider for home page” on your latest theme version and it can be incompatible with latest Pretashop verion. (i checked it on local host)
Thanks for you great support! He fixed the matter in less than hour!
Thank you very much for the support, I had a problem with the theme and colleagues helped me very quickly and solved my problem.
I love the theme and the modification is almost infinite
regards
WAREHOUSE 3.7.9 CHANGELOG – 22 June 16
bonus 29 euro worth iqitfreedeliverycount module
- Show remaining amount left for free shipping on checkout page, with ajax support
- Show remaining amount left for free shipping on blockcart, with ajax support
- Show remaining amount left for free shipping on confirmation popup, with ajax support
- You can use default prestashop field to determine free shipping or use custom value inside module configuration – it is helpfull when you offer free shipping just for one carrier
as recompense for security issue discovered in theme
Great support thanks a lot!
IQITMEGAMENU – Advanced navigation drag and drop builder v1.0.5 – dosent work, can you help me?
contact by http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact send your access data
Versión 1.6 IQUITMEGAMENU The menu does not work links nor can select submenus from predefinied tabs , boxes are empty
contact by http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact send your access data
Hi, after this 3.7.8 update, there is this error when adding a product to the ajax cart: Impossible to add the product to the cart. textStatus: ‘error’ errorThrown: ’’ responseText:
If deactivate ajax cart, adding a second or third product won’t show in the header cart block, but show in the check out page.
Any clue how to resolve the issue? I hope I can get the ajax cart working again.
contact on mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact i think it maybe not related to theme
Email sent
hum hum … You send me today an email about some security fix, and when i tried to update your theme, i saw that my website has been hacked the 2016/06/18 ! (Indonesia Cyber Freedom) So you send to us a fix 4 days after the discover of the security hole …
So disappointed …
Hot fix was send to TF 5 days ago as theme update, just few hours after discorvering issue. Update notifications are send to all customers by themeforest. I asked themeforest review team to mark this update notifications as important but since they did not confimed that they did i decided to send separate newsletteer for all my mails in support database. I’m sorry for that I’m doing my best. As comensation for my mistake i will add 29 Euro worth “free shipping countdown module” in theme soon
Could you please send me a link or an explanation about the security hole ?
Thank you again
In the demo, the “style 13” thumbnail shows add to cart buttons int he “Grid – info next to small image” ( https://i.imgur.com/xtCBWHp.png ) but it doe not work in the actual demo. (https://i.imgur.com/3TItIJ4.png) What’s the expected behaviour? Having those add to cart buttons is very important.
i removed add cart from small product list to make this design more clear, if you need it contact on mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact
hi, can i use it with italian language? Is it multilingual? Thanks
yes you can use default ps italian translation, then just translate missing parts, it will take less than hour
yes it multistore, multilanguagl and multicurrency
Hi Where I can change the homepageadvertise2 banner sizes? Right now 400×190, but I want to change it to 400×90px.
simply upload images in that size and should be ok, if not maybe i missunderstand you so then contact on http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact
Hi, I would like to install a style. I looked the video, but in the theme editor page, there’s nothing in “latest news of ….”. It’s white. I don’t find styles folder in the lastest version of warehouse. Thanks.
Sorry, it’s ok. I found styles on your website.
Good morning everyone… it looks like there’s a problem with the updated revolution slider module. I’ve tried both on a website running Warehouse since ages and a fresh new install… In both cases it’s simmpossible to access to Prestashop Module Dashboard… The only solution, so far, was to delete the updated revolution slider module and restore the old one from a backup…
Any other experienced this?
i had no such reports before
enable dev mode of your prestshop and check actual error maybe it is related to this http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/faqs/22336
if you need more support please renew it and then contact by http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact
Thanks for your fast reply…
I do not think the problem depends on Warehouse Theme. I’ve deleted the module and everything works fine. And if I re-install my old version of the Revolution Slider module everything works fine too (and all the sliders are still active)...
But when installing the updated version of the Revolution Slider module and try to open the “modules” panel on Prestashop I get this:
[PrestaShop] Fatal error in module file :/htdocs/public/www/modules/revsliderprestashop/inc_php/framework/plugin-update.class.php: Call to private method RevSlider::deleteSlider() from context ‘RevSliderPluginUpdate’
I turned then dev mode on and I get this:
[PrestaShopDatabaseException]
Duplicate column name ‘settings’
ALTER TABLE `ps_revslider_sliders` ADD COLUMN `settings` MEDIUMTEXT NULL
at line 791 in file classes/db/Db.php
786. if ($webservice_call && $errno) {
787. $dbg = debug_backtrace();
788. WebserviceRequest::getInstance()>setError(500, ‘[SQL Error] ’.$this>789. } elseif (PS_DEBUG_SQL && $errno && !defined(‘PS_INSTALLATION_IN_PROGRESS’)) 790. if ($sql) {
791. throw new PrestaShopDatabaseException($this->getMsgError().’<792. }
793.
794. throw new PrestaShopDatabaseException($this->getMsgError());
795. }
796. }
DbCore—>displayError – [line 425 – classes/db/Db.php] – [1 Arguments] DbCore—>query – [line 601 – classes/db/Db.php] – [1 Arguments] DbCore—>execute – [line 45 – modules/revsliderprestashop/upgrade/install-5.1.3.php] – [1 Arguments] upgrade_module_5_1_3 – [line 499 – classes/module/Module.php] – [1 Arguments] ModuleCore—>runUpgradeModule – [line 1494 – controllers/admin/AdminModulesController.php] AdminModulesControllerCore—>initContent – [line 189 – classes/controller/Controller.php] ControllerCore—>run – [line 367 – classes/Dispatcher.php] DispatcherCore—>dispatch – [line 58 – admin/index.php]
Since the old version of Revolution Slider is working fine I think that I will keep using it…
Thanks for your support 
1. export your slider 2. uninstall revolutionslider module 3, remove remvolution sldier from ftp 4. install new version 5. import slider exported in first step
Hi, can we request you have dates on your change log it makes thinks a lot easier for users and it can also be good for sales
i will be adding dats, sorry i forgot in last updates
Hello, I bought the theme some weeks ago and did the last update. I’m on PS1.6.1.5 . I try to add related product in the blog post, but seems not to work. Do you know how to solve this issue.
Beside great theme, its the second time i buy it 
contact on mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact send ftp and backoffice access data
Hey iqit, do you provide the updates separately? Its a pain to download the full 244 MB file.
I’m sorry it is not possible to post on themforest only files with updates
3.7.8 update realased
WAREHOUSE 3.7.8 CHANGELOG ========================================= - prestashop 1.6.1.6 fixes included - blocksocial_mod: possible to show on both positions
Hello. Since the update of PrestaShop to 1.6.1.6 , we have two concerns. The most important is that the instantaneous top search returns an error image and an undefined price for each result. Moreover, the image change to the overview in the list no longer walks … The update of the template has not corrected this concern.
it looks like you disabled ovverides, in backoffice > advanced parametrs > pefromance, if that not help then please contact by mail http://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/support/contact but your support is expired so you need to renew it
Yes, the overrides was disables by Prestashop.. thanks you !