Jump to content

is there a way to make the "Latest Products" clickable


traylor23

Recommended Posts

  • 2 weeks later...

Making a page of products that are flagged as 'latest_products' ('featured' in the database) should be easy. If we treat the request no differently than as a specific 'category' of product, exactly like 'saleitems', this should be easy to implement.

 

We will need to create a link 'latestitems', like 'saleitems', that shows in the navigation box only if the store setting "Show latest products on homepage" is enabled. (We will absolutely deny showing these products on the homepage.)

 

Then, we need to program CubeCart to recognize 'latestitems' in the querystring. (And have SEO work with this as well.) The query will pull the records and feed the array to the View Category code.

 

More to come as this gets developed.

Link to comment
Share on other sites

  • 2 months later...
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...