There will be some files under
admin/includes/boxes/extra_boxes/
that you haven't removed all start with super_orders all end in dhtml.php
Printable View
There will be some files under
admin/includes/boxes/extra_boxes/
that you haven't removed all start with super_orders all end in dhtml.php
did you move your admin folder as recommended by the security guidelines ? If so they'll be under extra boxes in that directory.
sorry it's in your database you have to go to your configuration page to get the gID like this
http://somewhere.com/admin/configuration.php?gID=28
then when you have the correct gID you have to issue the SQL statement in tools > install SQL patches
and you should have moved the admin directory.Code:DELETE FROM configuration WHERE configuration_group_id = 28;
The bug in Super Orders where checking "Notify Customer" did not pass the notification along to the customer has been fixed; rev 47 is now available in the downloads area. BlindSide has confirmed that he is no longer supporting this module so feel free to add fixes yourself.
If you compare the files in this zip with the files in your cart, you'll see that only admin/super_orders.php has changed.
Hi all I just have a quick question that someone might be able to help me with.
I have installed the super orders module and find it very help full but I have a question regarding the payment side. I use paypal for customers to use as my main payment form.
Is there a way for this to be automatic rather than me putting the details in manually?
Any help/advise would be appreciated as I am new to this module.
I had originally taken an approach of grabbing the paypal transactions as they occurred and updating the SO data. Another user took the approach of including the paypal data into SO at the time the reports are made.
I haven't verified their solution, but I was thinking of trying it instead - only because I'm a little more comfortable reorganizing the data than I am at intercepting the transactions.
Search for paypal in this tread, here's a post to his solution:
http://www.zen-cart.com/forum/showth...pal#post697275