|

CS-Cart 1.3.4 RC4
Posted 24 October 2006 - 02:49 PM #1
Key features of this version:
- Redesigned feature comparison layout
- Improved product configurator
- Improved discounts calculation mechanism
- New "LITE" skinset
Ilya M. Shalnev
CS-Cart team,
Vice CEO
http://twitter.com/bzzeke
http://www.facebook....100001396131346
Posted 24 October 2006 - 03:28 PM #2
Customer Service (Helpdesk) Addon for CS-Cart v4.3.1
Quote and Invoicing Addon for CS-Cart v4.3.1
Posted 24 October 2006 - 04:29 PM #3
you also fixed the drop-down admin menu (you didn't say it)
i find anyway some errors in the configurable product prize calculation
check the Compaq Presario (in demo store):
index.php?target=products&product_id=1115
its price starts at Price: $1,111.99 even if nothing is selected!
krur.com - multimedia company
CS-Cart v2.0.12 - italian mods (full translations and data + Banca Sella + Invoices / Fatture)
Posted 24 October 2006 - 08:05 PM #4
isnt that correct? since thats the price for the main pc: the rest is extra i think.great work Zeke!
you also fixed the drop-down admin menu (you didn't say it)
i find anyway some errors in the configurable product prize calculation
check the Compaq Presario (in demo store):
index.php?target=products&product_id=1115
its price starts at Price: $1,111.99 even if nothing is selected!
another thing: once a radio-button is clicked here, how can i reset that? (without refreshing.....)
also: the new template (great one!) has no thumbnailimages
great extra's again! rc4 even better

Posted 24 October 2006 - 11:17 PM #5
The one thing that bugs me that still remains is a customer having to enter their payment information EVEN IF the grand total is $0.00. Some items I will be giving away for free, and it would be real nice if there was the modification "when grand total = $0, skip payment information."
Posted 25 October 2006 - 01:17 AM #6
How could you not want your customer info? Even if you don't send follow up e-mails, the demographic data still has value.First of all, excellent work. This is the version that will escort me to "live" status.
The one thing that bugs me that still remains is a customer having to enter their payment information EVEN IF the grand total is $0.00. Some items I will be giving away for free, and it would be real nice if there was the modification "when grand total = $0, skip payment information."
Mike
Posted 25 October 2006 - 01:40 PM #7
great work Zeke!
you also fixed the drop-down admin menu (you didn't say it)
i find anyway some errors in the configurable product prize calculation
check the Compaq Presario (in demo store):
index.php?target=products&product_id=1115
its price starts at Price: $1,111.99 even if nothing is selected!
The default price of the Compaq Presario is $594 and also there are two groups with already selected products, Monitors and Modems.
Posted 25 October 2006 - 02:11 PM #8
Customer Service (Helpdesk) Addon for CS-Cart v4.3.1
Quote and Invoicing Addon for CS-Cart v4.3.1
Posted 27 October 2006 - 04:10 PM #9
You misunderstood me.How could you not want your customer info? Even if you don't send follow up e-mails, the demographic data still has value.
I still want the customer information. What I don't want (if the grand total = $0.00) is to have to require customers to enter in their credit card number or other payment type.
Posted 27 October 2006 - 04:19 PM #10
Ahh, yes, now I see clearly that you have an excellent point. I agree with you 110%.You misunderstood me.
I still want the customer information. What I don't want (if the grand total = $0.00) is to have to require customers to enter in their credit card number or other payment type.
Mike
Posted 28 October 2006 - 07:11 PM #11
Posted 28 October 2006 - 07:24 PM #12
The new template work, take no notice of the screen shot just select it and you have it.
Posted 28 October 2006 - 08:34 PM #14
Posted 02 November 2006 - 01:10 AM #16
Fatal error: Call to undefined function: db_errno() in /var/www/html/store/core/fn_database.php on line 205
So I commented that specific function:
// Deletes temporary tables that were created for product search
function fn_temporary_tables_error()
{
global $current_url, $db_tables;
/* if (db_errno() == '1044') {
fn_set_notification('W', fn_get_lang_var('warning'), fn_get_lang_var('warning_temporary_tables'));
db_query("UPDATE $db_tables[settings] SET value='N' WHERE option_name='improved_product_search'");
fn_redirect($current_url);
}
*/
}
It works now.. Didnt find the db_errno() function in other page, so hope nothing breaks later.