Custom Computer Creator v9 Support
#521
Posted 05 January 2009, 16:41
I have installed ccc and made the changes to my sql and now when i go to ccc Options in the admin panel i get.
1146 - Table 'mindyour_osc2.TABLE_CCC_SYSTEMS' doesn't exist
select c.*, cd.* from TABLE_CCC_SYSTEMS c, TABLE_CCC_SYSTEMS_DESCRIPTION cd where c.sys_id = cd.sys_id and cd.language_id = '1'order by sort_order asc
[TEP STOP]
anyone have an idea or a fix for this?
Thanks in advance Samsara
#522
Posted 10 February 2009, 22:10
I´ve got my "custom computer creator" installed.
Everything works fine.
But if someone is ordering a "Custom Computer" my Stock don´t getting Subtract.
Well,...does anybody got an idea where the problem is or what php-files i have to check?
(sorry for my bad english)
Greetings from Germany
Jan
#523
Posted 13 February 2009, 18:44
It's been a while so I thought I'd drop by and let you know what I've managed to do with my CCC installation. The latest addition is the ability to let the customer tailor their Windows Desktop environment (Wallpaper, pointers etc).
Anyhoo, the interesting bit is that I came up with a unique spin on the old "Radio Button" problem (ie nobody can get the buggers to work). What I did was to create a wrapper that acts as a go-between the presentational code (nice image buttons) and the original <select> dropdown menu (which is then hidden).
If you're interested in taking a look, testing or commenting then read this article and follow the link...
Read the news article
#524
Posted 09 March 2009, 01:36
#525
Posted 17 March 2009, 17:27
glycerine, on Mar 9 2009, 01:36 AM, said:
Hi Glycerine (Cool handle btw),
I'm guessing that you dont have OSC (OSCommerce) or CCC (Custom Computer Configurator) installed as your question is a bit confusing. By default OSC is designed to sell individual items, so you could easily sell a single component or multiples. When you add the CCC modification it adds the ability to group products from within OSC and create a new product based on the customer's selections.
Hope that answers your question.
Carbon
#526
Posted 17 March 2009, 17:36
I've managed to create a hybrid version of CCC that starts with a Preconfigured system.
If the customer then clicks the Add to Order button the CCC adds it to your order as a normal product from your catalouges.
If the customer then changes any of the default selections the Preconfigured system is automatically converted into a Custom system.
If the customer specifies (i.e. not in catalogues) any component then the system is automatically converted into a Quote.
Click here to see an example
Carbon
PS: I'm looking for testers so pm if interested.
Edited by Carbon, 17 March 2009, 17:36.
#527
Posted 26 March 2009, 02:58
Carbon, on Mar 17 2009, 06:27 PM, said:
I'm guessing that you dont have OSC (OSCommerce) or CCC (Custom Computer Configurator) installed as your question is a bit confusing. By default OSC is designed to sell individual items, so you could easily sell a single component or multiples. When you add the CCC modification it adds the ability to group products from within OSC and create a new product based on the customer's selections.
Hope that answers your question.
Carbon
Thanks for the reply. What i meant was when a customer selected all there products then clicked add to cart it would put the products as there osc product not a custom product. so instead 1 product it had 5 (cpu, mb, ram, hhd, case). But i managed to makemy own custom pc builder. I will post it once its operational.
While im here it seems you know your way around osc carbon (cool handle btw
I hope i make sense.
#528
Posted 28 May 2009, 01:32
when we display and let the customer to customize the products, i wan the drop down list become radio button. can you teach me how to do.
thanks.
#529
Posted 22 September 2009, 11:46
But 3 minor problems:
1)With contribution "Next - Previous whith detailed".
PHP Error Message on product_info.php
Warning: implode() [function.implode]: Invalid arguments passed in /********/public_html/includes/functions/general.php on line 273This error happens because de "Custom" category doesn´t exist. How can I jump this error??. It could be right to create a dummy category or something????
2) After order nothing appear in "Pending Builds" in admin menu. Don´t know what is the build.
3) How can I delete builds from catalog. ( If I know the .....product_info.php?products_id=xxx).
Thanks in advance.
#530
Posted 29 October 2009, 13:40
Ajax Buy Now doesn´t work with Custom Computer Creator
[custom_checkout.php]
Nothing happens when hit to add to basket.
Has somebody a fix to it???
the #3 is fixed:
1)Go to CCC Config
2)Default estatus for builds=1
3)Then go to the product en edit it.(look the products_id=xxx)
4)Put again the estatus for builds=0
then go to:
http://www.xxxxxx.com/admin/categories.php?pID=xxx&action=new_product
(change the xxx with product_info code)
If change the ref, name or description it will be deleted. But if you edit again it will maintain the description, links or other pictures.
#531
Posted 29 October 2009, 13:43
www*yourhost*com/admin/categories.php?pID=xxx&action=new_product
#532
Posted 27 January 2010, 13:37
I have dificults to make both working.
When adding a new Custom to the shoping cart it gets an error.
Fatal error: Call to undefined method shoppingCart::get_customer_group_id()
Problems with integrate these lines with SPPC:
/includes/classes/shopping_cart.php
if (is_numeric($products_id) && is_numeric($qty) && ($attributes_pass_check == true)) {
$check_product_query = tep_db_query("select products_status from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'");
$check_product = tep_db_fetch_array($check_product_query);
//Custom Computer Creator Begin
if (($check_product !== false)) {
//Custom Computer Creator End
can anyone copy&paste his code to compare???
#533
Posted 11 January 2011, 12:14
i'm new here and first of all i want to say that my englisch isn't so good because i'm from germany.
I running OsCommerce with ccc9.3.1 and now everything works but there is a small problem. Everytime when i build a computer, it also is displayed in new products. How can i change this? I won't that. thank you for helping.
Best regards.
#534
Posted 03 April 2011, 04:02
#535
Posted 13 December 2011, 22:28
First time poster, just downloaded and have been trying osCommerce on my test server. This CCC script is of particular interest to myself (and the sole reason for downloading osCommerce), however I'm having a hell of a time to get it running. The installation instructions were straightforward expect for
Quote
####################################################
## FIND: (around line 25)
require(DIR_WS_BOXES . 'whats_new.php');
## REPLACE WITH:
// BOF PC Builder
if (substr(basename($PHP_SELF), 0, 9) != 'compbuild') {
include(DIR_WS_BOXES . 'compbuild.php');
}
// EOF PC Builder
require(DIR_WS_BOXES . 'whats_new.php');
My problem -- There is no column_left.php within the catalog/includes folder! I can't edit what does not exist, and hence I'm unable to get it to display within the store front end.
The first issue to secondary (i know i listed it first) to my next problem. Upon installation I logged into the administrative console and clicked upon 'build computer' as instructed. I see the large red warning near the top claiming no database entries exist and proceeded to click the 'update' button. This produces the following error:
Quote
So, I've checked to ensure that compbuild.php does indeed exist in the root of the cataloge site, and it does. And I've proceeded to double check my edits as per the installation instructions, everything that was instructed to be done has been done (except the column_left.php mentioned above). Interestingly enough, this error brings me to "http://localhost/catalog/admin/FILENAME_BUILDER?selected_box=compbuild&action=update" and if I just happen to replace "FILENAME_BUILDER" with compbuild.php and hit enter, it still provides the same error, but upon hitting back twice, it has created the tables (or so it claims). I'm not able to add additional categories or anything, and hitting the update button still continues to produce the same error.
As a side not, while attempting to add an additional category and trying my fix with replacing the 'filename_builder' with compbuild.php it has actually wiped out all the categories! Ooops lol Thank god for test servers eh!
I'm really interested in getting this to work, and if so, would be switching my site from it's current prestashop to osCommerce. Not sure how active this thread is anymore, but hoping someone has some insight to share.
Cheers,
Chizo
Edited by Chizo, 13 December 2011, 22:32.
#536
Posted 15 December 2011, 05:56
Edited by Chizo, 15 December 2011, 05:57.
#537
Posted 27 December 2011, 18:42
#538
Posted 03 January 2012, 21:23
#539
Posted 12 January 2012, 10:02
I have installed the CCC 9.3.1 and it also works... not perfect...but it works and my onlineshop can also be used in the meantime from my customers.
The problem I have is, that the products are not given in the shopping basket and I don't know, what I should do.
Can anyone help me? I tryed to fix this problem, but everything I saw in this topic I already made....
Thank you!!
Michael














