First issue? Is nobody using this module? End of the year is coming, so it might by usefull. Our client likes to update their prices in January. So I thought I use this module. Well, I used it and got a blank page. And I did some debugging too, and found the cause.
In the function pricegun_form_submit() the noad_load() function is used to get the price. But in my case node_load() gives me nothing. I have 2 shops and in both shops the price is stored in {ec_product}. So why not get the price form that table?
Here is a patch of what I changed. I like some feedback on it.
| Comment | File | Size | Author |
|---|---|---|---|
| pricegun.module.patch | 1.41 KB | hanskuiters |