strange thing.
yesterday it ran after changing my php.ini to
dbx.colnames_case = "lowercase"
today i wanted to proof, set it back -> error again
and again to
dbx.colnames_case = "lowercase"
and astonishingly it has no effekt, the problem remains...
But before digging deeper, I have two question:
1.
I need the hika shop for selling downloadable files.
So I tested the function on your demo and saw that the download-link is not encrypted.
www.demo.hikashop.com/index.php?option=c...e_id=121&order_id=22
so, the shopper could change the order_id and the file_id in his download link and download everything from other orders.
Or is there something preventing, which I did not saw?
2. I would like to have graduated prices, like often seen in software distributions.
The Product price of 50$ is for 1-5 Users-no rebate.
2-10 User: 2*price*10% rebate
11-20 User:3*price*20% rebate
and so on up to 1000 users
( so quantity 1-5 ends in the same price: 50$,
quantity 5-10 ends in 90$,
11-20 ends in 160$,
and so on)
have you any idea how to manage this without adding many fields to every single product?
Thanks
Hans