You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Pages: 1
Dave,
How do I go about getting the Featured Products, Specials, and New Products to appear.
Taking your earlier advice regarding getting the Featured Products to appear on the splash page I followed the instructions and have now got empty white box place holders but no pictures or item info.
You provided to "Modify your splash page in admin under Website > Content > Webpages and look for a line that reads:
Code:
$this->include_namespace($app,'prodfeature',array());
Change it to read:
Code:
$this->include_namespace('ecom','prodfeature');
and things should work correctly. This minor oversight will be addressed in the next CCP update."
The same problem exists with Specials and New Products. When I click on those links I get the Specials or New Products pages but the items fail to appear.
My new site running CCP7 is new.outdoorrecwarehouse.com.
Thanks in advance,
Rick
Offline
Hello I am having the same problem at http://www.illinoislaborhistory.org/store/index.php. Is there afix? I tried the line of code suggested and it did not work.
Thanks,
Bob S,
rdohmen wrote:
Dave,
How do I go about getting the Featured Products, Specials, and New Products to appear.
Taking your earlier advice regarding getting the Featured Products to appear on the splash page I followed the instructions and have now got empty white box place holders but no pictures or item info.
You provided to "Modify your splash page in admin under Website > Content > Webpages and look for a line that reads:
Code:
$this->include_namespace($app,'prodfeature',array());
Change it to read:
Code:
$this->include_namespace('ecom','prodfeature');
and things should work correctly. This minor oversight will be addressed in the next CCP update."
The same problem exists with Specials and New Products. When I click on those links I get the Specials or New Products pages but the items fail to appear.
My new site running CCP7 is new.outdoorrecwarehouse.com.
Thanks in advance,
Rick
Offline
Have you made any changes to the product display scripts at System Dashboard > Store > Store Displays > Product List Displays.
Can you find the namespace ecom.prodfeature in the ecom_namespace database and is it's active field set to 1 (or ture).
John
Last edited by dh783 (08-30-2010 23:08:06)
Offline
Pages: 1