Version 1.0 Product insert/update

Enter AlegroCart Bugs Here, but if you're not certain, post in General support first.
Post Reply
User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Version 1.0 Product insert/update

Post by Brent » Wed Jan 20, 2010 12:30 pm

In version 1.0.1 there is a problem with inserting or deleting a product if URL alias is disabled.
Attached is an updated product.php file.
upload to admin/controller/ replace product.php

If you have added any files, but they don't appear, run this SQL in phpMyAdmin.

Code: Select all

update `product_description` set language_id = '1';
This is fixed in the upcoming version 1.1
Attachments
product.zip
New product.php
(7.73 KiB) Downloaded 533 times

Post Reply