CS-Cart 2.1.0 is released

Hi all.



We’re glad to inform you that CS-Cart 2.1.0 is just released. Detailed information about changes you can read in our blog at [url]http://blog.cs-cart.com/2010/08/08/new-cs-cart-branch-2-1-released/[/url]



I’d also like to say thank you to all community members that helped us to make this release better.



Best,

If I specify an SEO title for the Products page type, a product-specific SEO title would override the page type SEO title, right? If a product doesn’t have an SEO title, the page type title would then be used, right?



Also, will the manual be updated for 2.1.0?

[quote name=‘grayloon’]If I specify an SEO title for the Products page type, a product-specific SEO title would override the page type SEO title, right? If a product doesn’t have an SEO title, the page type title would then be used, right?

[/QUOTE]



Sorry, not sure that understand you right. Do you mean - can you define the same SEO title both for product and page?


[quote]

Also, will the manual be updated for 2.1.0?[/QUOTE]



Updated already.



Best,

Zeke,



In 2.1 as I see only place to add coupon code is in cart page right?



What if I setup promotion, where condition is to pay by paypal? Not tested this yet but will promotion work if I am still in cart page and checkout is not yet done and paypal not selected so far?

[quote name=‘Darius’]Zeke,



In 2.1 as I see only place to add coupon code is in cart page right?



What if I setup promotion, where condition is to pay by paypal? Not tested this yet but will promotion work if I am still in cart page and checkout is not yet done and paypal not selected so far?[/QUOTE]



It’s the same as it was in 2.0 - you can enter coupon/gift cert code on cart page and on the “Payment and Shipping” checkout step.

[quote name=‘zeke’]It’s the same as it was in 2.0 - you can enter coupon/gift cert code on cart page and on the “Payment and Shipping” checkout step.[/QUOTE]



Some of my customers say that having two places to enter coupon is confusing

Where can i find a complete list of updates which where made in 2.1 ?



I’m wondering if “more image sizing options” was implemented.

[url]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days

thanks

I am using 2.0.15, and that is what it missed. Good job.



BTW, how can i download the new version from the Help Desk? I can’t see any links.



What about the version in the installation on a local computer? Is it updated as well?



Thanks,

Hi



i upgrade on new version and i have database error



Database error: Table ‘xxxxxxxxx.TABLE_PREFIXsettings’ doesn’t exist (1146)

Invalid query: SELECT option_name, value, section_id, subsection_id, option_type FROM TABLE_PREFIXsettings WHERE 1 AND is_global = ‘Y’



some help please

Same error here



and this one



Error occured

Database error: Table ‘xxxxxxxxx1-1.TABLE_PREFIXsessions’ doesn’t exist (1146)

Invalid query: SELECT * FROM TABLE_PREFIXsessions WHERE session_id = ‘c685f554d78612bbb4918ff79a04c578’ AND area = ‘C’

Anybody experiencing an issue with the Hot Deals block not showing images?

Hi Lazic, hi zeero6,



We have temporarily suspended upgrade due to the reported error. Our specialists are studying it currently.



We will post the updates into this thread when we find a cause of this error and a solution on how to fix it.



Thank you for your understanding.

Thanks for the quick reply



So no idea yet on how can i revert back? Not allowing to get back in at all



Thanks

Solution seems to be found. We are testing and rechecking it now.



Update will be posted soon.

Hi



Have completed the upgrade, which went extremely well!



One error after upgrade which I have noticed…



If you have suppliers used in shipping, after upgrade you will need to re-instate them!



Otherwise everything looks fine at the moment.



EDIT* Of course I backed everything up 1st!!!

From the blog:

[QUOTE]Second, the layout of the checkout page was changed, and it is now free from unnecessary elements like the cart contents that can distract customers’ attention during the purchase.[/QUOTE]





Yeah, don’t want the customer distracted by what they’re buying… /s

[COLOR=#000000][COLOR=#000000]In order to fix the upgrade issue please do the following:[/COLOR]



[COLOR=#000000]1. Open for editing the “config.local.php” file in the root directory of your CS-Cart installation.[/COLOR]



[COLOR=#000000]2. Find the following piece of code there:[/COLOR]



```php // Developer configuration file

if (file_exists(DIR_ROOT . ‘/local_conf.php’)) {

include(DIR_ROOT . ‘/local_conf.php’);

} ```[COLOR=#000000]



3.
Add the following code below it:[/COLOR]



```php define(‘TABLE_PREFIX’, ‘cscart_’);

define(‘DEFAULT_FILE_PERMISSIONS’, 0644);

define(‘DEFAULT_DIR_PERMISSIONS’, 0755);

```[COLOR=#000000]so, that it reads:[/COLOR]



```php // Developer configuration file

if (file_exists(DIR_ROOT . ‘/local_conf.php’)) {

include(DIR_ROOT . ‘/local_conf.php’);

}

define(‘TABLE_PREFIX’, ‘cscart_’);

define(‘DEFAULT_FILE_PERMISSIONS’, 0644);

define(‘DEFAULT_DIR_PERMISSIONS’, 0755);

```[COLOR=#000000]



Important note!
If you manually did change the default database prefix “cscart_” to a different value then you must use it instead: substitute the “cscart_” text in the instructions above to your new prefix value.[/COLOR]



[COLOR=#000000]4. Save the file.[/COLOR]



[COLOR=#000000]This should fix the error.[/COLOR]



[COLOR=#000000]Feel free to contact our technical support team via the Help Desk system if you need an assistance regarding the issue.[/COLOR]

[/COLOR]

I’m still getting this now



Error occured

Error: Can’t write template cache in the directory: xxxxxxxxxxxxxxxxxx//var/compiled/admin.

Please check if it exists, and has writable permissions



also /var/compiled/customer





these folders do not exist

i maually added these folders. the error goes away but blank page