Posts Tagged ‘osCommerce’

I found a few reason why using drop-down menu for product quantity instead of text field could be better (product_info.php and shopping_cart.php files): With tracking inventory, it’s possible to setup a max number of products that could be added to the shopping cart It’s easy to set a default value other than 1. For the [...]

Wednesday, August 4th, 2010 at 05:36 | 0 comments

New project skincarebymd.com is “up-and-running” Skin care, clinically proven, physician recommended, best anti-aging products at low prices and free shipping. When you choose Dr. Hawrych, you’re choosing state-of the art surgical and none invasive care with a patient-first philosophy that caters to your every need. At every step of your care you will receive unparalleled [...]

Sunday, July 15th, 2007 at 08:31 | 0 comments
Categories: Skin Care Products

Order Editor Original link is here Just one file I don’t see any reason to use GLOBALS and like to have both billing and shipping addaress hiden if they are the same as a customer address when I start the Order Editor.

Saturday, May 12th, 2007 at 07:30 | 0 comments
Categories: osCommerce

The page might contain illegal characters in text generated with tep_href_link () (html_output.php). Usually, it’s a ‘&’ within URL. return htmlspecialchars ($link); works better so far. Once again, it’s being tested in admin.

Sunday, January 28th, 2007 at 21:45 | 0 comments
Categories: osCommerce

It could be done already by somebody else, it’s ok. I am trying to keep somewhere the list of bugs I had to fix. If the the menu is “closed”, no option is shown, the class ‘table_block’ in admin/includes/classes/ will generate the empty ‘table’ tags, so any validation will fail. There is, probably, the same [...]

Saturday, January 27th, 2007 at 21:42 | 0 comments
Categories: osCommerce
TOP