Another quick question (I hope)
I cannot find where a customer can choose to subscribe to my newsletter. I can see the unsubscribe. Where is this usually in the template?
Thanks again :)
Another quick question (I hope)
I cannot find where a customer can choose to subscribe to my newsletter. I can see the unsubscribe. Where is this usually in the template?
Thanks again :)
I would like to remove 'about us' 'privacy' 'conditions of use' 'site map' and 'discount coupons' from the side information box. How do I go about this?
Thanks again :)
You can add the following sql patch to control the about us page in the information sidebox:
Thanks,Code:INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Anne
I just submitted an update to the template package.
* I updated the AddThis code on the product info page to include the Pinterest Pin It button
* I updated the product info page layout for a more custom look. The price, attributes, and add to cart are in their own box next to the product image with the description, AddThis, product details, etc. below
* The new, updated html readme file has been added
* I added social media icons for youtube, pinterest, google plus, and your blog in the footer
* I added tabbed home page centerbox content for new products, featured products, and specials
See the readme file from the new package for information on changed files and new files added.
Thanks,
Anne