Hi,
Hope you're doing well!

Originally Posted by
DivaVocals
Could use your help sir..

It shall gladly be given to someone such as yourself! ;)
I have seen this before.. it is simply that the module on the catalog side doesn't "know" about the custom product type. You have to add the custom product type into the file includes/extra_datafiles/ceon_uri_mapping_product_pages.php :
PHP Code:
$ceon_uri_mapping_product_pages = array(
FILENAME_DOCUMENT_GENERAL_INFO,
FILENAME_DOCUMENT_PRODUCT_INFO,
FILENAME_PRODUCT_INFO,
FILENAME_PRODUCT_BOOK_INFO,
FILENAME_PRODUCT_FREE_SHIPPING_INFO,
FILENAME_PRODUCT_MUSIC_INFO,
'yourcustomproducttype_info'
);
Ceon URI Mapping will then recognise the product type and process the URIs for it.
Have a nice day!
All the best...
Conor
ceon
Bookmarks