Thanks! I will use this to figure out where I went wrong with that code once I have this done.
I figured out a solution by rewriting the display. I will post it soon in case it will help others.
Thanks! I will use this to figure out where I went wrong with that code once I have this done.
I figured out a solution by rewriting the display. I will post it soon in case it will help others.
I want to clone the Feature Product function, too.
I found all the threads about this issue, but none of them help:
1.) www.zen-cart.com/showthread.php?107375-clone-featured-products-for-category-featured-products
2.) www.zen-cart.com/showthread.php?103006-Clone-Featured-Products
3.) www.zen-cart.com/showthread.php?133237-Please-help-me-to-clone-FEATURED-Products-box-for-home-page
4.)
www.opencart60s.com/zen-cart/clone-featured-products-68771.html
I also found a plugin that seems a bit related:
Featured Categories: www.zen-cart.com/downloads.php?do=file&id=1053
But other than this, I couldn't make a way out to do this.
I follow the steps that Ajeh written in #11, but kept fail.
Here are the files I have changed. The keyword had replaced with "featuredcl1".
Really hope that someone could tell me what I have messed up with
Admin's File List:
========================
administrator/elegancer.php
administrator/featured.php (new file as featuredcl1.php)
administrator/index.php
administrator/products_price_manager.php
administrator/includes/functions/general.php
administrator/includes/init_includes/init_special_funcs.php
administrator/includes/languages/english.php
administrator/includes/languages/english/featured.php (new file as featuredcl1.php)
administrator/includes/languages/english/index.php
administrator/includes/languages/english/products_price_manager.php
========================
Catalogue's File List:
========================
includes/database_tables.php
includes/filenames.php
includes/functions/featured.php (new file as featuredcl1.php)
includes/functions/functions_general.php
includes/functions/functions_lookups.php
includes/init_includes/init_canonical.php
includes/init_includes/init_special_funcs.php
includes/languages/english.php
includes/languages/elegancer/english.php
includes/languages/elegancer_pink/english.php
includes/languages/english/featured_products.php (new file as featuredcl1_products.php)
includes/languages/english/index.php
includes/languages/english/extra_definitions/elegancer/footer_menu_defines.php
includes/languages/english/extra_definitions/elegancer_pink/footer_menu_defines.php
includes/languages/english/html_includes/elegancer/define_main_page.php
includes/modules/featured_products.php (new file as featuredcl1_products.php)
includes/modules/elegancer/featured_products.php (new file as featuredcl1_products.php)
includes/modules/elegancer_pink/featured_products.php (new file as featuredcl1_products.php)
includes/modules/pages/featuredcl1_products/header_php.php
includes/modules/sideboxes/featured.php (new file as featuredcl1.php)
includes/templates/elegancer/sideboxes/tpl_categories.php
includes/templates/elegancer/sideboxes/tpl_vert_categories_css.php
includes/templates/elegancer/templates/tpl_categories_popup.php
includes/templates/elegancer/templates/tpl_index_categories.php
includes/templates/elegancer/templates/tpl_index_default.php
includes/templates/elegancer/templates/tpl_modules_featured_products.php (new file as tpl_modules_featuredcl1_products.php)
includes/templates/elegancer/templates/tpl_modules_products_featured_listing.php (new file as tpl_modules_products_featuredcl1_listing.php)
includes/templates/elegancer_pink/sideboxes/tpl_categories.php
includes/templates/elegancer_pink/sideboxes/tpl_vert_categories_css.php
includes/templates/elegancer_pink/templates/tpl_categories_popup.php
includes/templates/elegancer_pink/templates/tpl_index_categories.php
includes/templates/elegancer_pink/templates/tpl_index_default.php
includes/templates/elegancer_pink/templates/tpl_modules_featured_products.php (new file as tpl_modules_featuredcl1_products.php)
includes/templates/elegancer_pink/templates/tpl_modules_products_featured_listing.php (new file as tpl_modules_products_featuredcl1_listing.php)
includes/templates/template_default/sideboxes/tpl_categories.php
includes/templates/template_default/sideboxes/tpl_featured.php (new file as tpl_featuredcl1.php)
includes/templates/template_default/templates/tpl_featured_products_default.php (new file as tpl_featuredcl1_products_default.php)
includes/templates/template_default/templates/tpl_index_categories.php
includes/templates/template_default/templates/tpl_index_default.php
includes/templates/template_default/templates/tpl_index_product_list.php
includes/templates/template_default/templates/tpl_modules_featured_products.php (new file as tpl_modules_featuredcl1_products.php)
includes/templates/template_default/templates/tpl_modules_products_featured_listing.php (new file as tpl_modules_products_featuredcl1_listing.php)
includes/templates/template_default/templates/tpl_product_info_noproduct.php
includes/templates/template_default/templates/tpl_shopping_cart_default.php
========================
try searching for multiple featured products there was an addon as i use it, gives you 4 featured sections
bryan