About all you can tell from a blank page is that there is an error in the php code somewhere. You might be able to find the error in your error log. That would at least point you in the right direction.
About all you can tell from a blank page is that there is an error in the php code somewhere. You might be able to find the error in your error log. That would at least point you in the right direction.
Anyone interested in building the pricelist, including attribute prices?
I am looking for a complete pricelist.
You might get a better answer from someone with more expertise, but: That looks like a small amount of memory to be throwing an error. It looks like you are on a shared host that doesn't allow you enough ram resource to do the work that the price list script requires.
Assuming that's correct, the only solutions you have are to 1) break the price list down into sections, or 2) get your ram resource raised either with your current host, or with a new host.
I haven't had this problem, so I don't know how you would work out how to separate the price list into sections. You'll have to see if they have a way to filter the categories. If not, you'll have to modify the files by hand to filter the categories for you.
Just to let you know, I was able to see all of your 113 page printable price list. No errors.
Sawhorse
Just a thought, you may want to ask your host to increased the PHP memory limit. I do not know if that will help, but maybe.
Sawhorse
Someone had ask this question but I did not see a answer posted:
Will this work to print wholesale pricing to only wholesaler customers who have logged in? I do not want the wholesale prices to print for everyone, just wholesalers,
Thanks