|

CS-Cart 3 RC Released
Posted 19 March 2012 - 04:59 AM #241
Posted 19 March 2012 - 05:30 AM #242
What we really need is the ability to create custom grid sizes and more choices of number of columns within the cart.
With the help of the new block manager you can create any number of columns of any size within the given workspace.
Konstantin Molchanov,
CS-Cart Architect Team
Suggest and vote for new features | Report a bug
Posted 19 March 2012 - 05:46 AM #243
Dear CS-Cart team:
I thank God for such a wonderful work that you have done. I would like to ask you, and please don't feel bad with my question, but when will finally the CS-Cart 3.0 final version be ready to purchase? We need the month and the day that it will be available for download. Other thing, can I use the editor in this 3.0 version, using tables as I did in other releases? Will I be able to erase the orders created as examples?
Thanks
Dear LFLizmark,
Thank you for the kind words.
Unfortunately, the final release date is not yet confirmed, the estimated release date is in about several weeks, can't be more specific yet.
CS-Cart 3 Ultimate Edition is available for pre-order, and so is the Pro-to-Ultimate upgrade, so you can book yourself a copy as soon as version 3 is released.
You will be able to easily remove demo data from the store as well as use the database editor like in previous releases.
Konstantin Molchanov,
CS-Cart Architect Team
Suggest and vote for new features | Report a bug
Posted 19 March 2012 - 06:40 AM #244
This is how I did it:not success yet.


I just placed the block in a separate grid so it would not mess the layout.
Konstantin Molchanov,
CS-Cart Architect Team
Suggest and vote for new features | Report a bug
Posted 19 March 2012 - 12:54 PM #245
Posted 19 March 2012 - 10:50 PM #246
Posted 20 March 2012 - 12:55 AM #247
Posted 20 March 2012 - 08:12 AM #249
Check out the fluid 960.gs and Heroku integration guide in our Knowledge Base.
Konstantin Molchanov,
CS-Cart Architect Team
Suggest and vote for new features | Report a bug
Posted 20 March 2012 - 08:20 AM #250
Hi,I want to buy CS-Cart Ultimate Edition, but I don't know yet which domain I will use. In this case what should I complete at Licence URL field and how I update them later?
There is a possibility to change the URL your license is attached to, so you can just fill in the field with whatever URL you like.
Moreover, we will make it shortly possible to purchase a license without specifying the domain.
Konstantin Molchanov,
CS-Cart Architect Team
Suggest and vote for new features | Report a bug
Posted 20 March 2012 - 09:00 AM #251
Posted 20 March 2012 - 09:20 AM #253
Since most of our webshops is not running on the CS-Cart platform we where planning on first importing the databases into CS-Cart pro with #########, and then transfer the data into CS Cart Ultimate.
If anyone else is planning the same operation, please send me a tip if you have any good ideas on how to best do this transfer.
Posted 20 March 2012 - 10:43 AM #254
can i specify different addons setting for each store "ultimate edition"?
This is actually a very interesting question and something I would definitely like to know. Although a lot of addons can be disabled from displaying via Blocks, some addons have a direct impact on the store which does not necessarily mean the addons effects are displayed on the front-end.
Posted 20 March 2012 - 03:22 PM #255
I just hope that this is only the beginning and that they intend to develop this further.
@glyndon, I think we both agree on that point, that CS-Cart continues to grow with the 960.gs and support the fluid efforts on the layout: http://960.gs/ -> http://www.designinf...com/fluid960gs/
Posted 20 March 2012 - 04:23 PM #256
Posted 20 March 2012 - 05:04 PM #257
Posted 21 March 2012 - 08:21 AM #258
2. Is there a way to move grids in the block design?
3. When i add a store i have the choice to copy from existing store? Can I copy from another store configuration after i add the store?
Posted 21 March 2012 - 02:05 PM #259
I installed RC3 and was using it. After RC4 released I database backed up the RC3 and installed RC4. Then while I was restoring the backup the error below occurs. Anybody has an idea how to get over this?
Database error: Unknown column 'cscart_product_filters.display' in 'field list' (1054)
Invalid query: SELECT cscart_product_filters.feature_id, cscart_product_filters.filter_id, cscart_product_filters.field_type, cscart_product_filters.round_to, cscart_product_filters.display, cscart_product_filters.display_count, cscart_product_filter_descriptions.filter, cscart_product_features_descriptions.prefix, cscart_product_features_descriptions.suffix FROM cscart_product_filters LEFT JOIN cscart_product_filter_descriptions ON cscart_product_filter_descriptions.filter_id = cscart_product_filters.filter_id AND cscart_product_filter_descriptions.lang_code = 'TR' LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = cscart_product_filters.feature_id AND cscart_product_features_descriptions.lang_code = 'TR' WHERE cscart_product_filters.status = 'A' AND (categories_path = '' OR FIND_IN_SET(167, categories_path)) ORDER BY position, filter
Posted 22 March 2012 - 11:30 AM #260
You need to add these fields for it to work.
display, char(1),not null, default 'Y'
display_count, smallint(5),not null, default 10
It is not a good idea to try to restore databases between different release candidates as there will almost definitely be changes that might break your website.
Hope this helps,
Barney