i like the way Homepage Specials are displayed and wanted to create a couple of custom pages duplicating this format. i don't want to use categories for a couple of reasons, and that's not relevant to the discussion that follows anyway...
to replicate this thubnail view structure, i read through the source code of the index.asp page to determine how the thumbnail views were being implemented. then, i created a custom page and entered the products that i wished to display (which were not necessarily homepage specials) in a format similar to what i'd seen in the source code.
everything looks and works the way i want it to except for 1 thing... apparently, the BUY button form submission contains information about the upcoming page to be displayed, but i can't find a way to control it in the source HTML anywhere.
i would assume that submitting the form action using the BUY button would just dump the user back onto the current page, and this is the behavior that exists everywhere on my website for pages generated by Monstercommerce. however, for my custom page, the resultant webpage after pressing the BUY button is the PREVIOUS webpage.
for example...
let's say i'm on custompage2, then i go to custompage8. on custompage8 is my custom code displaying the thumbnail views of the products. when i press the BUY button, the shopping cart works fine (i.e., the product gets correctly added to the cart), but i get dumped back to custompage2 immediately.
i should be able to control this so that (in the example above), i always get dumped back to custompage8 when pressing a BUY button on custompage8 (and this is the built in behavior for the Monstercommerce engine), but i don't see where in the HTML source i have control over this. if i CANNOT control it from the source, then i want to know how the dynamically generated pages are working this way... in the old days, you'd control this by directly coding it into your FORM processing CGI scripts, but i don't believe that Monstercommerce is doing it this way... somewhere it's buried in the source HTML, but i just don't see it!!!
can anyone help me resolve this?
to see an example of what i mean, try the "Topics: Aviation" subpage on my site, which is a custom page. here's a direct link to it:
http://www.coloradominiatures.com/index.as...ion=Custom&ID=8
i'd like to get this figured out because i have a couple more pages in this style that i'd like to create.