JerseyG Posted October 21, 2011 Share Posted October 21, 2011 I have just upgrade my theme to the new Ver 1.4.5 however Part of the New products section on the fron page remains in french. Any clues on how to make it the default language (English) welcome New Products.pdf Link to comment Share on other sites More sharing options...
cedricfontaine Posted October 21, 2011 Share Posted October 21, 2011 Did you go in the back end in translations of modules ? Maybe it's not translated... Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 21, 2011 Share Posted October 21, 2011 Hi JerseyG, Thank you for catching that! You can actually change it in the Front Office Translations under "blocknewproducts." -Mike Link to comment Share on other sites More sharing options...
M. Zeeshan Khan Bawany Posted October 24, 2011 Share Posted October 24, 2011 Featured Product on Homepage displaying irregularly after 3rd row if I try to display 20 products on the home page. Please help. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 24, 2011 Share Posted October 24, 2011 Hi M. Zeeshan, I tried to take a look at your site, but it looks like you've reverted back to the old theme. In order for me to check this out, can you please try switching it back and let me know when to take a look at it again? -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 29, 2011 Author Share Posted October 29, 2011 Hi JerseyG, Thank you for catching that! You can actually change it in the Front Office Translations under "blocknewproducts." Hi Mike I may be missing something here but the place I found it was under "Module translations" and "Prestashop_new-blocknewproducts". I changed it to "learn more" and updated it however it has not changed on the site. G Link to comment Share on other sites More sharing options...
JerseyG Posted October 29, 2011 Author Share Posted October 29, 2011 Hi I have another problem; however I am not sure if it is related to upgrading to version 1.4.5.1. The reason I say this is that I have only just completed my shop and I am not sure if I tried this in version 1.4.4.1. When a client tries to change/amend his address after he has logged in he gets a 404 error. As I say I cannot remember if I tested this before the upgrade but it is a problem now. He can create a new address without a problem. Thanks in advance G Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Jersey, We recently fixed a bug related to this. Please compare your frontcontroller file to this one and let me know if the added revision is reflected on your file. -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike This line does not appear in my file:- if (!preg_match('/^'.Tools::pRegexp($canonicalURL, '/').'([&?].*)?$/', (($this->ssl AND Configuration::get('PS_SSL_ENABLED')) ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'])) However this does:- if (!Tools::getValue('ajax') && !preg_match('/^'.Tools::pRegexp($canonicalURL, '/').'([&?].*)?$/', (($this->ssl AND Configuration::get('PS_SSL_ENABLED')) ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'])) Kind Regards Geoff Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Geoff, Can you please post your URL so that I can test this out and try to identify the error? -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike www.fptg.co.uk Let me know if you need access to my servers, I host them myself so full access will not be a problem. Thanks G Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Geoff, I have a developer who is going to take a look at this for you shortly, but in the meantime it would definitely help usexpedite the process if you could give me access and send the FTP and Back Office credentials to me via PM so that we can hopefully fix this for you quickly. -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Geoff, We just took a look at this for you, and it is a small issue with your theme's addresses.tpl file. On line 116 and 117, please replace this: <li class="address_update"><a href="{$link->getPageLink('address', true, NULL, "id_address={$address.object.id|intval}")}" title="{l s='Update'}">{l s='Update'}</a></li> <li class="address_delete"><a href="{$link->getPageLink('address', true, NULL, "id_address={$address.object.id|intval}&delete")}" onclick="return confirm('{l s='Are you sure?'}');" title="{l s='Delete'}">{l s='Delete'}</a></li> with this: <li class="address_update"><a href="{$link->getPageLink('address.php', true)}?id_address={$address.object.id|intval}" title="{l s='Update'}">{l s='Update'}</a></li> <li class="address_delete"><a href="{$link->getPageLink('address.php', true)}?id_address={$address.object.id|intval}&delete" onclick="return confirm('{l s='Are you sure?'}');" title="{l s='Delete'}">{l s='Delete'}</a></li> That should take care of it for you. I hope this helps! -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 And don't forget to clear your smarty cache! -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike Just to confirm that I have applied the change to addresses.tpl in the prestashop_new theme, bounced the server but no change I am afraid. G Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Geoff, Did you clear the smarty cache manually via FTP? -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike I re booted the server, that should have cleared the cache. I have not seen how to clear it manually. Sorry. I have Caching disabled in Performance. G Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike Just quickly found the page on how to clear cache (Re booting did not do it) and it all works fine. Sorry to mess you about in the end. So thanks again. G Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Don't worry about it, I'll admit to forgetting to do that from time to time as well . I'm glad I could help though, and I'll go ahead and mark this as solved for you. -Mike Link to comment Share on other sites More sharing options...
JerseyG Posted October 31, 2011 Author Share Posted October 31, 2011 Hi Mike Thanks again G Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, on 1.4.6.2 I have the same issue with prestashop_new theme, Customer logged in cannot change his address. is it necessary change the same code line ? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 15, 2011 Share Posted December 15, 2011 Hi DIT, I just downloaded the most up-to-date version of the theme from our Addons store and put it on a clean installation of 1.4.6.2, and it appears that it has already been fixed by our development team. However, if you're using an existing version of the theme that you had downloaded earlier, then changing those lines should still fix it for you very easily. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, I've checked my files but are different. On address.tpl (not addresses) I have 244 lines and on addresses.tpl I can see only 80 lines so I cannot cath lines 116-117. Also looking into both files I cannot find lines to be changed. On both files I have "revision: 6664" I do not know if it can help to understand the issue, I have dowloaded such theme (prestashop_new) on 30 October 2011. Is it possible to upgrade the same theme ? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 15, 2011 Share Posted December 15, 2011 Hi DIT, Revision 6664 is the very latest version of those files, the same one I am using currently. I added it to a brand new, clean installation this morning and was able to confirm that it does fix this issue. Can you please either post or PM me with the URL of the site that is having this issue so that I can create a user account and test this for myself to try to identify the issue? -Mike Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, I've sent a PM, thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 15, 2011 Share Posted December 15, 2011 Hi DIT, In your /config/config.inc.php file, can you please set "Display Errors" to On and then let me know once you've done that so that I can get a little more information on the specific error you're encountering on this site? -Mike Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, I did it, display errors on Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 15, 2011 Share Posted December 15, 2011 Hi DIT, Can you please upload the file I have attached below to the root of your store via FTP, and let me know when that is done? phpinfo.php -Mike Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, I did. File is on /ecommerce/ dir Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 15, 2011 Share Posted December 15, 2011 Hi DIT, We just took a look at this, but there isn't much we can do without FTP access. Could you please PM me with your FTP credentials and I'll try to take a look at this for you? -Mike Link to comment Share on other sites More sharing options...
DIT Posted December 15, 2011 Share Posted December 15, 2011 Hi Mike, ok thanks, I'll check tomorrow with my customer how to proceed about such issue, I'll let you know it tomorrow. Here is quite late 23,46 ... Thanks Link to comment Share on other sites More sharing options...
Recommended Posts