Site Sections: Satchmo Main | Wiki | Demo Store |

Ticket #593 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

downloadable product on trunk

Reported by: mengkuan Assigned to: chris
Priority: minor Milestone: 0.8
Component: Application Version:
Keywords: Cc:

Description

Just downloaded satchmo to try on my debian server. My main aim was to try out the downloadable product feature.

Encountered some errors along the way and managed to fix them on my system. I am using the trunk versions of satchmo (rev. 1577) and django (rev. 9100).

The first patch solves the issue where django complains that the global name 'urlresolvers' is not found.

The second patch solves the problem where the file field is not shown when trying to add a new downloadable product.

Attachments

shop_models.patch (0.5 kB) - added by mengkuan on 09/30/08 14:08:52.
product_models.patch (1.3 kB) - added by mengkuan on 09/30/08 15:40:57.

Change History

09/30/08 14:08:52 changed by mengkuan

  • attachment shop_models.patch added.

09/30/08 15:40:57 changed by mengkuan

  • attachment product_models.patch added.

09/30/08 15:43:29 changed by mengkuan

Updated the product_models.patch to resolve an issue where the name of the uploaded file is not defined by the protected_dir method.

10/01/08 02:28:31 changed by chris

  • status changed from new to closed.
  • resolution set to fixed.

Thanks. Fixed in [1578]