The best system

top <[email protected]>
Newsgroups gmane.comp.web.oscommerce.suggestions
Message-ID <a6c33dd1eaac915eddf5d16e93ef18d4@osCommerce-Forums>
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=180845#180845
----------------------------------------------------------------

This is the best template system. It took me a little time to figure it out how to... drop it into the script (actually it's very simple, it's just confusing as you have to downloaded it in pices and there aren't so many explanations). I think this should be made official, part of the ocCommerce.
I only have some observation / questions?
What's happend with all those popups (info_shopping_cart.php, popup_image.php)? They are missing from the inc folder and plus the actual link on the shop is not ....index.php?cmd=...., but javascript:popupWindow('http://www.mysite.com/catalog/popup_image.php?pID=1'). Ok, I've copied those two files from the original script and they reside now on my main folder, but shouldn'e they be under the inc folder?

In top of each of my shop page I have the name... of the page ([b]default[/b] if on the main page, [b]product_info[/b] if I'm on the index.php?cmd=product_info&cPath=x_x&products_id=x and so on. I found that this is generated by this piece of code on the index.php, about line 15-18:
[code]  if(!$HTTP_GET_VARS["cmd"] || $HTTP_GET_VARS["cmd"] == "default" || $HTTP_GET_VARS["cmd"] == "index") {
    $HTTP_GET_VARS["cmd"] = "default";
  }
  print $HTTP_GET_VARS["cmd"] . '<br>';[/code]
Is it ok to remove it or what's the point of having this?

But again, this system is the best. Thanks for it.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.