How to Edit Featured Product and Most Popular Product
Hi,
I have Power Store 4, and in the main pages, the Featured and Most Popular Sections, how could I change the products?
Please let me know,
thanks,
David
Hi,
I have Power Store 4, and in the main pages, the Featured and Most Popular Sections, how could I change the products?
Please let me know,
thanks,
David
when updating a product, there is a button on the update page for Feature This Product on the home page.
this controls which product will be listed in the featured pod.
the most popular product is determined by which product sells the most.
I am interested in this POD as well. What if your store sells one of a kind items and you want change the most Popular to something like Special Sale Item?
in the webassist/plugins/catalog/popularbox.php file, there is a recordset that is configured to return the most popular item, you would need to edit this recordset to return the item you wish to display in this box instead of the most popular item.
How can I delete the featured product box and just extend the about us section over 2 boxes? I deleted the "Featured Product" from the content but that just deleted the header.
you would need to edit the webassist/themes/<your active theme>/templates/index.dwt.php file to accomplish this
you would restructure the divs on the template page to get your desired result. this is not a simple modification that we can offer support for.
Hmm ok, so for the time being, how do I put that featured product header back in there?
you will need to connect to the database directly using PHPMyAdmin or another MySQL tool and run the following query:
INSERT INTO `ps4_contents` (`ContentID`,`ContentGroup`,`ContentRefID`,`ContentValue`,`ContentDate`,`ContentUserID`,`ContentPageName`,`ContentPageSetParentID`,`ContentPageSetOrder`,`ContentType`,`ContentParentGroup`)
VALUES
(13, 'Featured Pod', 'Header', 'Featured Product', '2010-01-14 13:43:25', 0, NULL, NULL, NULL, 'TXT', 'Home Page');
I lost the headers for my featured product when I tried to delete them in the content area and would like to put them back in.
Would it be this?
INSERT INTO `ps4_contents` (`ContentID`,`ContentGroup`,`ContentRefID`,`ContentValue`,`ContentDate`,`ContentUserID`,`ContentPageName`,`ContentPageSetParentID`,`ContentPageSetOrder`,`ContentType`,`ContentParentGroup`)
VALUES
(13, 'Featured Pod', 'Header', 'Most Popular', '2010-01-14 13:43:25', 0, NULL, NULL, NULL, 'TXT', 'Home Page');
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.