Your URL?
Your URL?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
My URL is
www.f u n a d u l t c o s t u m e s .co.uk
Do you need the URL? I have managed to remove the statemenet - i am just wondering why it needs to be turned off in 2 places - if indeed it does?
Kev
Settings in Configuration -> New Listing, Featured Listing and All Listing will affect only those pages. The Product Types setting affects the product info page.
Thanks gjh,
perhaps this is a stupid question, but what is the difference between the poduct info page and all listing page?
"Product info" is the name for the individual product details page.
I recall that it confused me when I first started working with Zen Cart.
Thanks Glenn,
good news and bad news. I have found the "All Listings", "New Listings" and "Product Info" pages now, so I appreciate they are different.
However, with Admin -> Catalog -> Product Types -> Edit Layout -> SHow Date Added set to 0 (off) and Admin -> Configuration -> New Listings -> Display Date Added set to 2601 (left aligned, order 60, 1 break), the "New Listing" page does not display the date added.
"New Listing" only shows date added when it is set to 2601 and Catalog -> Product Types -> Layout is 1. Is this correct? A bug maybe?
Kev
Hmm, I don't know. One of the first things I ever did with my shop was turn that completely off, so I haven't investigated its behavior.
Well the logic for it is in here:
includes\functions\function_lookups.php
function zen_get_show_product_switch
First off it gets the product_type (id) from TABLE_PRODUCTS using the appropriate product_id. Lets say it returns id 1, typically "Product - General"
Next it gets the type_handler (???) from TABLE_PRODUCT_TYPES for the product type id found above. Lets say it finds the handler "product".
So, so far, even though we are loading the "New Listings"page it still hasn't looked at the settings in Configuration => New Listing -> ....
Next a string is generated which is (take this on trust, for this example): SHOW_PRODUCT_INFO_DATE_ADDED
ok - will stop my explanation now....was it helping anyway - I will post the PHP.
K