Re: PC Configurator For Zen Cart
Ok, deleting the fields didnt work so they are hidden. So that's all OK.
What I need to do and need help on:
[1]
Still confused about how to change the look of the configurator, I want it like Dell. (I put a link to the configure site, click "Switch to list view" below the tabs to see what I want).
I can design it, just need to know how.
[2]
On step 2 I am getting ευρώ as my currency. Want to change this. Can't find the help file.
Re: PC Configurator For Zen Cart
I am very happy to hear that someone of the community want to help !!!
As my English are not good ( I would say bad enough ) I believe that instructions for pc_configurator from cj-real will be perfect.
Now it is an opportunity to make a small team for pc_configurator to develop it faster and better.
##############################################################################################################
To change the look for the second page, go to folder pc_configurator and make a copy of the file "pc_configurator_customer_table.php" .
This way you can test the copy, before you make any changes.
File "pc_configurator_customer_table.php" includes both HTML and PHP.
An easy way to change the look is to CHANGE the file EXTENSION from .php TO .htm to the file "pc_configurator_customer_table.php".
You can then open it with the software you use for your web pages, like Front Page etc. and change the look of this page.
You can also change the word ευρω to add your currency like usd, gbp, cyp etc.
There is also a css file named "pc_configurator_style_sheet.php" inside pc_configurator folder, where we just keep some css code, that you can change based on your needs.
Sorry for not using defines or variables. I will sure do this in one of the next versions.
There are many places I should use defines or variables. I will check all these one by one to replace with defines or variables.
So there will be one and only file for the language.
Another idea was to make a new database table for pc configurator where we can keep all translation and languages ISO's , plus a new page in Admin where we can choose language ISO and translate pc configurator directly from Admin, instead opening files with text editor.
The reason is that some times, even when there is a simple space inside PHP code, page does not function.
Another reason is that in some cases page does not work when we use special charactes.
Yes, maybe there are some dissadvantages keeping the language in database but also very good advantages, I would say mainly for new users.
Anyway. To change the LOOK in the FIRST PAGE open the folder pc_configurator and then the file "pc_configurator_table_construction_query.php"
In the bottom of this file you will find 3 defines :
1. $pc_configurator_start_form
2. $pc_td
3. $prc_td
Edit the CONTENTS ONLY (just copy and paste the content of the define) of these defines with the web page editor you use.
Then just paste the modified content back to the defines.
######################################################################___
Sorry for making this complicated, but I wanted to have more pages with less code, depending on the kind of code, what code does, for better code control.
For example I did not want so much HTML inside PHP as I was in developing, so I devided HTML and PHP in diferent pages where I could.
Well, cj-real if you like we can be the first 2 persons to make a team for pc configurator developing. Everyone is invited !
Re: PC Configurator For Zen Cart
Ok, for people saying my configurator doesn't work, it's fixed. I hid the tax and net price boxes becuase I don't use them. They are still there.
I fixed the greek in the files, and you can see my configurator here.
http://www.cjnet.info/e/checkout/ind...c_configurator
And this, in the same directory (PLEASE SEE POST BELOW IT WOULDNT FIT IN 1), is called pc_configurator_table_construction_query.php in translated full enlgish is:
PHP Code:
<?php
$check_configuration_value_1 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_1'");
$configuration_value_1 = $check_configuration_value_1->fields['configuration_value'];
$check_configuration_value_2 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_2'");
$configuration_value_2 = $check_configuration_value_2->fields['configuration_value'];
$check_configuration_value_3 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_3'");
$configuration_value_3 = $check_configuration_value_3->fields['configuration_value'];
$check_configuration_value_4 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_4'");
$configuration_value_4 = $check_configuration_value_4->fields['configuration_value'];
$check_configuration_value_5 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_5'");
$configuration_value_5 = $check_configuration_value_5->fields['configuration_value'];
$check_configuration_value_6 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_6'");
$configuration_value_6 = $check_configuration_value_6->fields['configuration_value'];
$check_configuration_value_7 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_7'");
$configuration_value_7 = $check_configuration_value_7->fields['configuration_value'];
$check_configuration_value_8 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_8'");
$configuration_value_8 = $check_configuration_value_8->fields['configuration_value'];
$check_configuration_value_9 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_9'");
$configuration_value_9 = $check_configuration_value_9->fields['configuration_value'];
$check_configuration_value_10 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_10'");
$configuration_value_10 = $check_configuration_value_10->fields['configuration_value'];
$check_configuration_value_11 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_11'");
$configuration_value_11 = $check_configuration_value_11->fields['configuration_value'];
$check_configuration_value_12 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_12'");
$configuration_value_12 = $check_configuration_value_12->fields['configuration_value'];
$check_configuration_value_13 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_13'");
$configuration_value_13 = $check_configuration_value_13->fields['configuration_value'];
$check_configuration_value_14 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_14'");
$configuration_value_14 = $check_configuration_value_14->fields['configuration_value'];
$check_configuration_value_15 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_15'");
$configuration_value_15 = $check_configuration_value_15->fields['configuration_value'];
$check_configuration_value_16 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_16'");
$configuration_value_16 = $check_configuration_value_16->fields['configuration_value'];
$check_configuration_value_17 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_17'");
$configuration_value_17 = $check_configuration_value_17->fields['configuration_value'];
$check_configuration_value_18 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_18'");
$configuration_value_18 = $check_configuration_value_18->fields['configuration_value'];
$check_configuration_value_19 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_19'");
$configuration_value_19 = $check_configuration_value_19->fields['configuration_value'];
$check_configuration_value_20 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_20'");
$configuration_value_20 = $check_configuration_value_20->fields['configuration_value'];
$check_configuration_value_21 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_21'");
$configuration_value_21 = $check_configuration_value_21->fields['configuration_value'];
$check_configuration_value_22 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_22'");
$configuration_value_22 = $check_configuration_value_22->fields['configuration_value'];
$check_configuration_value_23 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_23'");
$configuration_value_23 = $check_configuration_value_23->fields['configuration_value'];
$check_configuration_value_24 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_24'");
$configuration_value_24 = $check_configuration_value_24->fields['configuration_value'];
$check_configuration_value_25 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_25'");
$configuration_value_25 = $check_configuration_value_25->fields['configuration_value'];
$check_configuration_value_26 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_26'");
$configuration_value_26 = $check_configuration_value_26->fields['configuration_value'];
$check_configuration_value_27 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_27'");
$configuration_value_27 = $check_configuration_value_27->fields['configuration_value'];
$check_configuration_value_28 = $db->Execute("select configuration_value
from " . TABLE_CONFIGURATION . "
where configuration_key = 'PRODUCTS_GROUP_PC_CONFIGURATOR_28'");
$configuration_value_28 = $check_configuration_value_28->fields['configuration_value'];
$pc_configurator_start_form = '<BODY bg############################## leftMargin=0 topMargin=0 marginwidth="0" marginheight="0"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD><FORM ENCTYPE="multipart/form-data" name=LeBrandPcConfiguratorForm action="'.HTTP_SERVER.''.DIR_WS_CATALOG.'index.php?main_page=pc_configurator_step_2" method=POST><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="74%" id="AutoNumber2">
<tr>
<td width="65%" style="border-style: none; border-width: medium">
<p align="center">
<font face="Tahoma" size="1" color="#000080"><span lang="el">Would you like this PC to be added to our database? - others will be able to buy it </span>;</font><br>
<select size="1" name="insert_db" style="color: #000080; font-family: Tahoma; font-weight: bold; font-size: 8pt; background-color: #99CCFF">
<option selected value="1">Yes please</option>
<option value="2">No, it is personal</option>
</select></td>
</tr>
</table><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD><TABLE cellSpacing=0 cellPadding=2 width="100%" border=0 height="679" style="border-collapse: collapse; border-style: solid; border-width: 1" bordercolor="#3E6EA4"><TBODY>';
$pc_td = '<TD class=products_attributes_controler_conf style="background-color: #E1EBF5; border-left-style:solid; border-left-width:1" height="19"><font face="Tahoma">';
$prc_td = '<TD class=products_attributes_controler_conf align=middle height="19" style="background-color: #E1EBF5; border-right-style:solid; border-right-width:1">';
?>
I have read the last post and will be updating the design. Once that has been done I will release the new script in full english, with a new design.
Re: PC Configurator For Zen Cart
[This will help with post above]
This is the file in "catalog-shop/includes/pc_configurator", it's called pc_configurator_customer_table.php. I have made it english.
----------------------------------------------------------------------------
PART 1 ONLY HERE [SEE NEXT POST], IT WOULDNT FIT IN SORRY
----------------------------------------------------------------------------
PHP Code:
<?php
$insert_db = $_POST[insert_db];
$_SESSION['insert_product_yes'] = $insert_db;
?>
<body>
<FORM ENCTYPE="multipart/form-data" name=LeBrandPcConfiguratorForm2 action="index.php?main_page=pc_configurator_step_3" method=POST>
<table border="4" cellpadding="0" cellspacing="0" style="border-style:solid; border-color:#3E6EA4; border-collapse: collapse" bordercolor="#FFFFFF" width="100%" id="pcconf2" bgcolor="#E1EBF5">
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1; border-top-color: #215EF9; border-top-width: 1" height="20"><b><?php echo PC_CONFIGURATOR_SECOND_PAGE_HEADING_TEXT; ?></b></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="20"><b><?php echo $products_model; ?></b></td>
</tr>
<tr>
<td width="80%" align="center" style="border-left-color: #215EF9; border-left-width: 1" height="21"><b><?php echo PC_CONFIGURATOR_PRODUCTS_SERIAL_NUMBER_TEXT; ?></b></td>
<td width="20%" align="center" style="border-right-color: #215EF9; border-right-width: 1" height="21"><b><?php echo $products_serial_number; ?></b></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="20"><b><?php echo PC_CONFIGURATOR_PRODUCT_DESCRIPTION_TEXT; ?></b></td>
</tr>
<?php if($product_group_1_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: solid; border-top-width: 1; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_1;?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_1_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_2_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_2; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_2_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_3_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_3; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_3_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_4_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_4; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_4_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_5_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_5; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_5_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_6_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_6; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_6_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_7_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_7; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_7_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_8_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_8; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_8_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_9_name != ""){ ?>
Re: PC Configurator For Zen Cart
------------------------------------------------------------------------------
PART 2 ONLY HERE [SEE ABOVE POST], IT WOULDNT FIT IN SORRY
------------------------------------------------------------------------------
PHP Code:
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_9; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_9_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_10_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_10; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_10_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_11_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_11; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_11_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_12_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_12; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_12_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_13_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_13; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_13_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_14_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_14; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_14_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_15_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_15; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_15_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_16_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_16; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_16_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_17_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_17; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_17_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_18_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_18; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_18_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_19_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_19; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_19_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_20_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_20; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_20_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_21_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_21; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_21_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_22_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_22; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_22_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_23_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_23; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_23_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_24_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_24; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_24_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_25_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_25; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_25_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_26_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_26; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_26_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_27_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_27; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_27_price;?> GBP</td>
</tr>
<?php } ?><?php if($product_group_28_name != ""){ ?>
<tr>
<td width="80%" align="left" style="border-left-style: solid; border-left-width: 1; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"> <?php echo $strproduct_group_28; ?></td>
<td width="20%" align="right" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1" font-family:Tahoma; font-size:8pt" height="17" bgcolor="#FFFFFF"><?php echo $product_group_28_price;?> GBP</td>
</tr>
<?php } ?>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22"></td>
</tr>
<tr>
<td width="80%" align="right" style="border-left-color: #215EF9; border-left-width: 1; border-bottom-width: 1" height="20"><b><?php echo PC_CONFIGURATOR_TOTAL_PRICE_TEXT; ?></b></td>
<td width="20%" align="right" style="border-right-color: #215EF9; border-right-width: 1; border-bottom-width: 1" height="20"><b><?php echo $totalprice; ?> GBP</b></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22"></td>
</tr>
<?php if($insert_db == 1){ ?>
<tr>
<td width="100%" align="left" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22">
<?php echo PC_CONFIGURATOR_CUSTOMER_INFORMATION_TABLE_TEXT;?></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22"></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22">
<p align="right"><?php echo PC_CONFIGURATOR_CUSTOMER_NAME_TEXT;?>
<input type="text" name="who_created_pc" size="49"></td>
</tr>
<?php } ?>
<tr>
<td width="100%" align="center" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22"></td>
</tr>
<tr>
<td width="100%" align="right" colspan="2" style="border-left-color: #215EF9; border-left-width: 1; border-right-color: #215EF9; border-right-width: 1" height="22">
<INPUT TYPE="submit" VALUE="<?php echo PC_CONFIGURATOR_BUTTON_BUY_THIS_PC_TEXT;?>" style="font-family: Verdana; font-weight: bold; "></td>
</tr>
</table>
</form>
</body>
WHEN I HAVE DONE THE WHOLE SCRIPT I will upload it as a zip folder, but it's not worth it for 2 files.
Re: PC Configurator For Zen Cart
Looks good, but step 3 gave the following :
##########################################################################################___
PC configurator - Step 3
Fatal error: main(): Failed opening required '' (include_path='.:/usr/local/lib/php') in /home/www/cjnet.info/e/checkout/includes/templates/classic/templates/tpl_pc_configurator_step_3_default.php on line 14
##########################################################################################___
Take a look to see what happens with file :
tpl_pc_configurator_step_3_default.php
Re: PC Craguontofir For Zen Crat
fi yuo cna raed tihs, yuo hvae a sgtrane mnid too
Cna yuo raed tihs? Olny 55 plepoe out of 100 can.
i cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The
phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde
Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the
olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit
pclae. The rset can be a taotl mses and you can sitll raed it whotuit a
pboerlm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by
istlef, but the wrod as a wlohe. Azanmig huh? yaeh and I awlyas tghuhot
slpeling was ipmorantt!
Re: PC Craguontofir For Zen Crat
lol ^^
but when your reading a site that looks like this:
buy a cpumetor form our cnmaopy
i don't think you will thik its professional?
Re: PC Craguontofir For Zen Crat
this is the error:
<?php
require($define_page);
?>
but there is no variable
Re: PC Configurator For Zen Cart
Hello there, Congrats for the fine work on this configurator. Surely its a start for a zen-cart pc configurator, and a good one.
i will be adding this configurator in www.mypcrevolution.com an e-commence pc shop i have developed based on zen-cart.
Since this thread is VERY long, can someone point me to package should i download which is the most complete with less bugs?
thanks, will give back my comments once i install the configurator.