I'm using the checkout module with paypal and I have 19 different categories of prices.
About 200 fields or more. It would speed up the pricing process if I had the option to add as many other Product and Prices fields as I wanted. With the checkout version I have now it only adds 4 more and then I save and then it adds four more. Of course this is an one time issue for setting the prices and I understand that this would be very minor to other features but having the option to add as many fields as possible sure would help.
Thanks!
Adam
- Humility and Knowledge Create Wisdom -
Posts: 4342
Easy to fix. Go to modules/checkout/admin.inc
Find line 652-ish, that reads
for($i=0;$i<max(8, $numProducts+4);$i++) {
Change the 8 to whatever you want for the minimum number of blank product lines, or the 4 to whatever you want for the number of blank *extra* product lines.
Posts: 42
Thanks Ill try that!
Another issue is that in all the Print Pricing I have listed I forgot a Row for Print_Prices_4.
I tried to add it at the bottom but it doesn't show up in the checkout. Will I have to retype all
the Print Pricing from Print_Prices_4 to Print_Prices_19 ?
Posts: 4342
No - you can use any identification string you like, as long as each is unique. They can be in any order, or in fact in no obvious order at all.