I am installing the CPC in V1.5 and have a small issue
In the collect_info.php there is a line " <td class="main"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . zen_draw_input_field('products_name[' . $languages[$i]['id'] . ']', (isset($products_name[$languages[$i]['id']]) ? htmlspecialchars(stripslashes($products_name[$languages[$i]['id']]), ENT_COMPAT, CHARSET, TRUE) : htmlspecialchars(zen_get_products_name($pInfo->products_id, $languages[$i]['id']), ENT_COMPAT, CHARSET, TRUE)), zen_set_field_length(TABLE_PRODUCTS_DESCRIPTION, 'products_name')); ?></td> "
I am also installing the CEON URI rewrite and they have this line in the collect_info.php
" <td class="main"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . zen_draw_input_field('products_name[' . $languages[$i]['id'] . ']', htmlspecialchars(isset($products_name[$languages[$i]['id']]) ? stripslashes($products_name[$languages[$i]['id']]) : zen_get_products_name($pInfo->products_id, $languages[$i]['id']), ENT_COMPAT, CHARSET, TRUE), zen_set_field_length(TABLE_PRODUCTS_DESCRIPTION, 'products_name')); ?></td> "
I am just wondering which way i should go with this. I have contacted the maker of Ceon URI Mapping (SEO) and his reply was
" The Ceon files change ONLY the three wee blocks in a *standard* Zen Cart file, so they are the closest to the originals. I don't know what the Canada post ones are based on.
You can copy the differences from the Canada post one to the Ceon modified one or the Ceon blocks to the Canada post file. "
There are 4 collect_info.php files in the CPC add on where this occurs. Since CPC does calculations i am just wondering if i should change the lines to this since i have already installed the CEON add on.
Does anybody know how to handle that ?
Thank you


Reply With Quote
