How can I download?
Much more explicit information is needed about the checkout-PDFinvoice module, in particular information about editing the pdf template. Thanks much. -- Amulbiz 09:39, 2 September 2009 (UTC)
I don't understand how to use the base module, I've installed on a gallery but for any photo in the "Product - Price - Quantity" column appears "There are no products available for this item.". Needs each photo to have a related product? Are different things products as photos? Can somebody tell the minimum steps to have an image buyable? Thanks. --Narcis Garcia 19:39, 2 December 2009 (UTC)
The email sent to the buyer has an "Order Status" button. When this is clicked it generates a "bad parameter" error on my server. The reason seems to be the "amp;" parameter that is included in the action. For example the action returned by the Order Status form might be: action="http://lexharris.net/gallery2/main.php?g2_view=checkout.OrderStatus&g2_transactionId=8526&g2_verify1=1266725407&g2_verify2=14799057484b80b21f2dae03.4260740" The above action generates a "bad parameter error. The correct action would be: action="http://lexharris.net/gallery2/main.php?g2_view=checkout.OrderStatus&g2_transactionId=8526&g2_verify1=1266725407&g2_verify2=14799057484b80b21f2dae03.4260740" The above action links correctly to the order status page. How/where do I change Checkout to get it to generate the correct action?