-
Content count
358 -
Joined
-
Last visited
About MaxiDVD
- Birthday 10/16/1977
Profile Information
-
Real Name
Lee
-
Gender
Male
-
Location
Jervis Bay, Australia
-
Interests
osCommerce, Zen Cart, Web Design, Fishing
- Website
Recent Profile Visitors
-
Hi Guys, Nice Contrib A+++ Can you manually add the PDF Invoice to the email upon updating the order in the admin rather than have it automatically attach itself to every order in the check-out ... ? I just don't see the point in sending a PDF Invoice to every customer in the checkout process - as my clients store also accepts payments in the form of Bank Transfer and Checks - and basically lets face it some people don't follow through with the purchase and never send the money - so why should they receive an invoice too... ? I think an admin based manual attachment alternative might work nicely - like a tick box in the "admin order edit / order update area" similar to the two that already exist: Notify Customer: tick:: Append Comments: tick:: and a new one like: Attach PDF INVOICE to Notify Email: tick:: this way only customers who have fully paid and been approved for shipment will receive a invoice by email attachment once the admin updates the status of the order to "Dispatched". Thnx.
-
Actaully here is a better one; built by eWay: http://addons.oscommerce.com/info/6014
-
Check out the Eway contribution see here: http://www.oscommerce.com/community/contributions,875/page,9
-
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
1. Have you installed the Database SQL file? ULTIMATE_ADDITIONAL_IMAGES may not be defined. I originally developed this contribution a few years ago now for osCommerce MS2 and osCommerce has come along way since then and its now upto v2.2 RC 2a I dont really have the time to go over the new store's coding format, I believe the contrib is being maintained by other contributors now - it may be worth contacting them for support and see if anything has changed. Lee -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
You need to add "Page Heading Title" Contibution, download it and follow the instructions some code and line numbers will be different.. A good source comparison program like "Beyond Compare" will help making the changes.. Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
K-P and Mirch, Take a quick look at this page, might be the answer your after, bottom 4 posts. http://forums.oscommerce.com/index.php?showtopic=73375&st=40 veruus Have fun, I have installed Dynamic mopics with the contrib before, possible but some changes are required, as for EP its not really a problem - I have added a modded EP to this contrib. Your using the OSCdox -MAX loaded version or something. Alternatively - there is another loaded oscommerce version CRE Loaded OSC 6.0 <-- has the above installed already. Whats installed?: http://creloaded.com/modules.php?name=Cont...=showpage&pid=1 DEMO here: (goto edit a product in admin to test.) http://creloaded.com/modules.php?name=Cont...=showpage&pid=2 Download here: http://creloaded.com/modules.php?name=Down...1#categorystart Cheers Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
Thanks talon177, any probs or suggestions just post them up here. Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
Hi leorulz, admin/includes/classes/upload.php around line, 79-88 find this code: } else { if ($this->message_location == 'direct') { $messageStack->add(WARNING_NO_FILE_UPLOADED, 'warning'); } else { $messageStack->add_session(WARNING_NO_FILE_UPLOADED, 'warning'); } return false; } } Replace with: /* } else { if ($this->message_location == 'direct') { $messageStack->add(WARNING_NO_FILE_UPLOADED, 'warning'); } else { $messageStack->add_session(WARNING_NO_FILE_UPLOADED, 'warning'); } return false; */ } } Untested but should work. Cheers Lee -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
Easy Populate Ultra-Addon This is a moddified Easy Populate suited for Ultra Pics - untested so please let me know if its not working. http://www.oscommerce.com/community/contributions,1642 Cheers Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
Easy Populate Ultra-Addon This is a moddified Easy Populate suited for Ultra Pics - untested so please let me know if its not working. http://www.oscommerce.com/community/contributions,1642 Cheers Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
This can be changed in: admin/htmlarea/popups/config.inc.php, about line 19-21 define("IMAGE_DIR", trim(DIR_FS_CATALOG_IMAGES)); define("IMAGE_URL", trim(DIR_WS_CATALOG . DIR_WS_IMAGES)); //define("IMAGE_DIR", trim("/home/httpd/vhosts/ebay.com/httpdocs/catalog/images/")); //define("IMAGE_URL", trim("/catalog/images/")); Comment out // the two top defines and uncomment the bottom two defines then manually add your server paths to the two bottom defines. Should be right if you type in the defines right. Cheers Lee. -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
These are the additional image entries you will need to add to EP, just add them by following suit in the the EP code everywhere "image or p.image" appears (except the froogle part) products_image_med products_image_lrg products_image_sm_1 products_image_xl_1 products_image_sm_2 products_image_xl_2 products_image_sm_3 products_image_xl_3 products_image_sm_4 products_image_xl_4 products_image_sm_5 products_image_xl_5 products_image_sm_6 should be fairly straight foward is you follow suit, perhaps you can add your modded EP file to the EP contribution if you manage to get it working. Cheers Lee -
[Contribution] UltraPics v1.0 - Addition Image Pac
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
best thing to do is use EP - look for the entries image and p.image and add all the new image fields directly after them. Lee -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
tommy916, Sorry to drag the chain, but this has been updated now: hotnuts21, Try that on your form. Lee -
[Contribution] HTML WYSIWYG Editor for Product Desc, MS1 2.2
MaxiDVD replied to MaxiDVD's topic in General Add-Ons Support
jeffjb Connect to your website with your FTP client or File manger goto: catalog/includes/languages/(your-language)/mainpage.php Change the permission by CHMOD (ftp program) to 777 or wrxwrxwrx yes the error will also cause default.php to look wrong. Lee