|
Community Stats
- Group Members
- Active Posts 136 ( per day)
- Profile Views 2327
- Member Title Senior Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Converted
-
Location
Maryland
Contact Information
0
Neutral
Friends
compernicus hasn't added any friends yet.
Posts I've Made
In Topic: Testimonial Section
19 August 2007 - 09:37 PM
It will be a part of version 1.3.5 which is in beta right now. You can visit the beta site at http://beta.cs-cart.com/ to see it in action.
In Topic: javascript in product_options.tpl help
17 August 2007 - 04:11 PM
What if instead of
Also, just out of curiosity, are you using default options with exceptions for your product options or did you modify the code?
onclick="win.show"you used
onclick="win.show()"
Also, just out of curiosity, are you using default options with exceptions for your product options or did you modify the code?
In Topic: Authorize.net setup
25 July 2007 - 09:34 PM
what am I looking for to verify the test went as it should? Would a payment supposedly show up in the credit card processor?
In test mode, no record of the transaction will actually show in your payment portal at Authorize.net
If the test transaction went through, however, you should see some transaction data if you go to your admin area, click on view orders, select the appropriate order and go down to the "Payment Information" section. If the transaction data shows there you know the gateway functioned properly.
In Topic: Smarty Optimization testing
25 July 2007 - 09:13 PM
/** * This tells Smarty whether to check for recompiling or not. Recompiling * does not need to happen unless a template or config file is changed. * Typically you enable this during development, and disable for * production. * * @var boolean */ var $compile_check = true;
It says right in the NOTES to disable this option on a production server, so why its still "true" doesnt make sense. Switch this to "false"
It appears that code in core\fn_classes_initializers.php overrides that setting by assigning the value directly to that class variable.
On line 94 of that file, is this code:
$smarty->compile_check = true; // Set to false if your shop won't be modified after that...
It looks like you will need to make the change on that line of code for it to work.
In Topic: Service Pack 3 for CS-Cart 1.3.4 released
02 March 2007 - 08:02 PM
Is the full template converted to XHTML or only several .tpls? This is obviously a big difference
I have looked at the templates in the download file, and it appears that a very limited set of the base template files have been changed. I have not looked into those files to determine exactly what has changed, though. Also, it does not appear that any of the core template files, such as index.tpl, main.tpl, content.tpl, etc have any changes at all. Since the doctype declaration is in index.tpl, I am assuming that the html output will still be declared as "HTML 4.01 Transitional".
I was very excited when I saw that listed as a new feature, but unfortunately, it does not look like it is a very extensive rewrite of the html code.
- CS-Cart Community Forums
- > Viewing Profile: Posts: compernicus