Hello, All -
I've encountered a bit of a tricky problem which is a little irritating to say the least! Trouble is, it's one of those operational "quirks" that I assume is hardwired into the system. Either way I'd be grateful for any advice.
In order to replicate the problem you need to perform the following sequence:
1) Call up the search page and search for an item.
2) Actinic displays the results.
3) Choose a product from the list.
4) Once on the product's page, add the item to your cart.
At this point, depending on your settings, Actinic will show you the current contents of your cart. It will then pause a specified amount of time before bouncing you back to the previous page.
Here's where things get odd...
Unfortunately, instead of bouncing you back to the last products page, you are returned to the search page! Most customers find this a little confusing - not least because the search page (of all the pages generated by Actinic) does not display any navigational links! In other words, once you're on the search page, the only way to get off again is to search for something.
You could remedy this situation by hard-coding a link (perhaps back to the top of the catalogue) into the search template. This seems the only alternative as the NETQUOTEVAR:NAVBxxx link codes will malfunction if inserted into Act_SearchTemplate.
Any thoughts?
I've encountered a bit of a tricky problem which is a little irritating to say the least! Trouble is, it's one of those operational "quirks" that I assume is hardwired into the system. Either way I'd be grateful for any advice.
In order to replicate the problem you need to perform the following sequence:
1) Call up the search page and search for an item.
2) Actinic displays the results.
3) Choose a product from the list.
4) Once on the product's page, add the item to your cart.
At this point, depending on your settings, Actinic will show you the current contents of your cart. It will then pause a specified amount of time before bouncing you back to the previous page.
Here's where things get odd...
Unfortunately, instead of bouncing you back to the last products page, you are returned to the search page! Most customers find this a little confusing - not least because the search page (of all the pages generated by Actinic) does not display any navigational links! In other words, once you're on the search page, the only way to get off again is to search for something.
You could remedy this situation by hard-coding a link (perhaps back to the top of the catalogue) into the search template. This seems the only alternative as the NETQUOTEVAR:NAVBxxx link codes will malfunction if inserted into Act_SearchTemplate.
Any thoughts?
Comment