Jump to content

PrestaShop v.1.4 RC3 is now available!


Recommended Posts

We’re getting closer and closer to our final version! Right now, version RC3 is now available.

It’s even more powerful, so don’t hesitate to give it a try!

More than 50 new improvements are added to this version, including :

– Webservice optimization
– Adding a compatibility verification for PrestaShop themes
– Improving the search and shopping cart bars
– Optimizing TrustedShops and DIBS
– Importing from OsCommerce that now supports images
– Optimizing the Back Office search bar

All the optimizations can be viewed via the CHANGELOG!

> Download PrestaShop 1.4 RC3

Link to comment
Share on other sites

hi patric;
please read this bug.
http://www.prestashop.com/bug_tracker/view/7479/


This bug is pending.
It will be processed by a developer as soon as possible.

Works fine, but one little thing... You got Estonian flag wrong. Right is blue-black-white. I like this rasta flag too :D


The reason is that the language ISO code used is the one concerning the Estonian language (ISO code "ET"), and the flag corresponding to the "ET" ISO country code is Ethiopia... So this is this flag which is displayed.
We cannot actually do anything for that.

I think the best solution should be to simply remove the flags...
Indeed, a flag should not designate a language.
Flags designate a country and only a country.
A language can be spoken in several countries and countries may speak several languages...

I report that to the dev team.

Still get auto logged out in 1.4RC3 when IP checking on cookie is set to “NO”, but not that frequent.


Please report that with details into our Bug Tracker. Thanks.
Link to comment
Share on other sites

i have filled out many bugs in RC2 and some were fixed in SVN.
is it normal that some bugs in RC3 dont integrate these fixes.

i am not in anyway report again these bugs.....

or will they be integrated in the next RC?

thanks.


Bugs fixed on the SVN before the RC3 released should not be in the RC3...
Have you got some examples of such bugs corrected but still here?
Thanks.
Link to comment
Share on other sites

thank you for your reply. at least i know that RC should be up to date with SVN fixes.

yep in fact i was upset because the "tags still don't get saved"....and it is been said to have been fixed. so to me, i thought you forgot to apply fix. but in fact the bug hasn't been fixed.

so it is still present and i have found a fix for it.

see my reply at : http://www.prestashop.com/bug_tracker/view/7608/

so my question, what has been modified previously if it was not the right fix?...

Link to comment
Share on other sites

Installed PrestaShop v1.4.0.12 RC3 for testing on a Windows Server 2008 x32.
The installation went smoothly and I am able to login to the back end.
But the Front End doesn't load.
I already have a v 1.3.6 installed on another website and it works fine.
Please let me know what the problem might be. Thanks.

Link to comment
Share on other sites

Hi there,
Thanks for all the work. I was wondering : do you plan to offer an upgrade path from 1.4 RC to 1.4 stable ? Or is there a chance that we should re-install completly the website when the final will be released ?

Est-ce que vous prévoyez qu'on pourra mettre à jour facilement la RC en final, ou il faudra tout réinstaller ?

Thanks ! merci !

Link to comment
Share on other sites

Installed PrestaShop v1.4.0.12 RC3 for testing on a Windows Server 2008 x32.
The installation went smoothly and I am able to login to the back end.
But the Front End doesn't load.
I already have a v 1.3.6 installed on another website and it works fine.
Please let me know what the problem might be. Thanks.


This issue has been resolved.
I simply changed the index.php file from the v1.4.0.12 RC3 installation with the index.php file from v 1.3.6 and the PrestaShop Front End loaded at last.
This might be a problem with a Windows server installation, as nobody has reported it yet.
Here is the php code from the two files

index.php v 1.3.6

<?php

include(dirname(__FILE__).'/config/config.inc.php');

if(intval(Configuration::get('PS_REWRITING_SETTINGS')) === 1)
$rewrited_url = __PS_BASE_URI__;

include(dirname(__FILE__).'/header.php');

$smarty->assign('HOOK_HOME', Module::hookExec('home'));
$smarty->display(_PS_THEME_DIR_.'index.tpl');

include(dirname(__FILE__).'/footer.php');

?>

index.php v 1.4.0.12 RC3

<?php
require(dirname(__FILE__).'/config/config.inc.php');
ControllerFactory::getController('IndexController')->run();


Hope that this helps someone with a similar problem.
Link to comment
Share on other sites

I see one huge bug / design-flaw in prestashop 1.4.

It seems there are no way to avoid the ISO code with the friendly URL option turned on.

Say you only have one language, then it makes no sense to have the ISO code in the URL like this:

http://www.domain.com/en/music-ipods/1-ipod-nano.html

Instead, this would make sense:

http://www.domain.com/music-ipods/1-ipod-nano.html


See bug: http://www.prestashop.com/bug_tracker/view/no_iso_code_in_url_for_default_language/

Link to comment
Share on other sites

Well I am not able to view anything on Prestashop v.1.4.RC3 because of this error:

Fatal error: Call to undefined method Smarty::registerPlugin() in /hermes/web01b/b1040/moo.grdistributioncom/config/smarty.config.inc.php on line 171

I would really love to get some kind of assistance in correcting that problem.

But from what I have heard so far of this v1.4.RC3 it seems to be great and working excellent!

Link to comment
Share on other sites

I have installed V1.4 and I am having the same problem with the index.php front endd not loading.

I tried to load the V1.3.6 index.php file but only to get more errors.

The back end office works great but the index will not load. Any ideas of how to fix this??

Link to comment
Share on other sites

I for one, would like, during installation, where you enter your e-mail address that you will use to sign in to your back-end, to HAVE to enter it TWICE so there are no mistakes. If you accidentally enter your email address wrong, you cannot sign into your site & have to re-install. Better an extra line to enter, than not being able to access it at all !

You have to enter password twice, so enter e-mail address twice !

Link to comment
Share on other sites

Hi,

Some things i saw in 1.4 are the bellow.

1. Into admin>tabs>AdminPPreferences.php
is messing (not only from this ver) this peace of code:

'PS_PRICE_DISPLAY' => array(
'title' => $this->l('Price display:'),
'desc' => $this->l('How prices are displayed').'

**'.$this->l('Only totals show excluded tax').'

***'.$this->l('Only totals show included tax'),
'type' => 'select',
'list' =>
array(
array('id' => '0', 'name' => $this->l('Tax included').'**'),
array('id' => '1', 'name' => $this->l('Tax excluded').'***'),
array('id' => '2', 'name' => $this->l('Both excluded and included tax'))
),
'identifier' => 'id'
),
So there is no way to choose to display prices with both tax inc and tax exc. (whitch is indrest me.. :))
And in general where are those 2 prices (tax incl. and tax exc) are showing there is problem. I had to add the exc in many places like home featured product.tpl product_list.tpl etc

2. blockmanufacturer has problem the layout. It spoils the page.

3. themeinstallator, i do not know if the problem is that my themes are for the older versions but i have tried "hard" to import them to the 1.4 new installation. Perhaps it would help if you give us more details. I upload this module till to the old versions to export the themes and then to import the archive but without much luck... the modules where imported the possitions and so on but no the css's. Any way the frond site was mess.

4. The known problem with pdf (it still there ;)...) I am Greek and my database and site are in utf-8.
I thing it would be a solution to add utf8 as character set instead of iso-8859-7 and so on. Till the 1.3.x i had overhead it by changing the pdf.php everywhere and the fpdf dir by adding there utf-8.. Now i have to change them again :( because of the class which didn't worked.

5. I have faced problem with taxes. Here in Greece we have 2 kind (actually are more but 2 are indrested me). No eco tax, but something like state taxes. It was imposible to me to make it work. I have tried the example in wiki with Canada and Quembec, but i can only have 1 tax.

I really enjoy this version because is really good when it will be finished, it will be rock.
Keep up the excelant work.

Please excuse my bad English :)

Mary

Link to comment
Share on other sites

Hi,

Some things i saw in 1.4 are the bellow.

1. Into admin>tabs>AdminPPreferences.php
is messing (not only from this ver) this peace of code:

'PS_PRICE_DISPLAY' => array(
'title' => $this->l('Price display:'),
'desc' => $this->l('How prices are displayed').'

**'.$this->l('Only totals show excluded tax').'

***'.$this->l('Only totals show included tax'),
'type' => 'select',
'list' =>
array(
array('id' => '0', 'name' => $this->l('Tax included').'**'),
array('id' => '1', 'name' => $this->l('Tax excluded').'***'),
array('id' => '2', 'name' => $this->l('Both excluded and included tax'))
),
'identifier' => 'id'
),
So there is no way to choose to display prices with both tax inc and tax exc. (whitch is indrest me.. :))
And in general where are those 2 prices (tax incl. and tax exc) are showing there is problem. I had to add the exc in many places like home featured product.tpl product_list.tpl etc

2. blockmanufacturer has problem the layout. It spoils the page.

3. themeinstallator, i do not know if the problem is that my themes are for the older versions but i have tried "hard" to import them to the 1.4 new installation. Perhaps it would help if you give us more details. I upload this module till to the old versions to export the themes and then to import the archive but without much luck... the modules where imported the possitions and so on but no the css's. Any way the frond site was mess.

4. The known problem with pdf (it still there ;)...) I am Greek and my database and site are in utf-8.
I thing it would be a solution to add utf8 as character set instead of iso-8859-7 and so on. Till the 1.3.x i had overhead it by changing the pdf.php everywhere and the fpdf dir by adding there utf-8.. Now i have to change them again :( because of the class which didn't worked.

5. I have faced problem with taxes. Here in Greece we have 2 kind (actually are more but 2 are indrested me). No eco tax, but something like state taxes. It was imposible to me to make it work. I have tried the example in wiki with Canada and Quembec, but i can only have 1 tax.

I really enjoy this version because is really good when it will be finished, it will be rock.
Keep up the excelant work.

Please excuse my bad English :)

Mary



Please post any bug into our Bug Tracker. Thanks. :)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...