Page 25 of 66 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 657
  1. #241

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by guitarstore View Post
    Hello.

    I have not been able to find answers I am hoping for help. I have recently updated to Zen Cart 1.3.9.h and I want to update to Super Orders 3. It says to upgrade my Edit Orders first.

    I have uploaded and tested several times including the patch but always get blank pages. I was not even able to go back to admin and install the sql patches. I had to go into phpmyadmin to install them but it is still not working.

    I have checked that all the files go into the correct folder and deleted the edit_order.php file that the installation instructions informs.

    I am running linux and php v. 5.2.17

    If anyone could assist with this that would be great as I would love to update this and Super Orders.

    Thanks Again.

    GS

    Blank pages often mean you have a syntax error somewhere. Here's what you need to look at:

    • Your cache folder located at store root/cache. See what the error logs are saying. They will point you in the right direction in terms of what's causing the blank page error.
    • Your merged files (if any) - check to see if you made any syntax errors to the files you merged when you installed this mod.

    For example, I use a custom logo in my packing slips and invoices, so I had to merge my customizations from admin/invoice with admin/super_invoice and admin/packingslip with admin/super_packingslip, so if I had a blank page, I would check the syntax in those files after I check the error logs in my cache folder.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #242
    Join Date
    Dec 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Hi Scriptjunkie.

    Thanks for your quick reply and for you help.

    I checked the log and this is what it said:

    PHP Fatal error: Cannot redeclare zen_get_country_id() (previously declared in /public_html/store/MY_ADMIN/includes/functions/extra_functions/edit_orders.php:34) in /public_html/store/MY_ADMIN/includes/functions/extra_functions/edit_orders_functions.php on line 44


    Would be great if you can assist with this.

    Best Regards,

    GS

  3. #243
    Join Date
    Dec 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Ok,

    I actually fixed it. I had renemed my admin/includes/functions/extrafunctions/edit_order.php

    to copy_edit _order.php

    I though I would just rename it in case I needed it for backup but it still had an effect on the site. I now deleted it and seems to be working fine.

    Thanks again,

    GS

  4. #244

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by guitarstore View Post
    Ok,

    I actually fixed it. I had renemed my admin/includes/functions/extrafunctions/edit_order.php

    to copy_edit _order.php

    I though I would just rename it in case I needed it for backup but it still had an effect on the site. I now deleted it and seems to be working fine.

    Thanks again,

    GS
    Glad you figured it out! FYI, one thing I've learned here on the forum (I think even in this very thread), is that ZC gets a bit testy when there are files with duplicate or near duplicate names, such as filename.php and filename_backup.php or filename_copy.php, etc.

    If you need to keep a copy for back up, simply open it, copy it, and paste it into a notepad file. Then save it on your PC with it's regular file name (instead of on the server).

    What follows is an off topic discussion of file back up and storage, for which I know I'll be forgiven because it is so important:

    I keep a clean copy of all of ZCs files from the zip file pack that I use to install the cart, as well as a clean copy of all files from all mods I have installed. This way, if I need them again, it's a simple upload.

    I also keep copies of any file I've modified, using the same type of file renaming listed above - but again it's on my PC vs. on the server. This way, I have a clean copy of everything - original AND modified files for all ZC and Mod files.

    Lastly, anything I have saved on my PC's hard drive I also have backed up on 2 separate pieces of removable storage (an external hard drive and a plug in pocket drive) - because I've learned the hard way that just one form of back up is NOT enough. When my OS blew up and wrecked my hard drive - I was thanking heaven for my external hard drive...until I tried to plug it in to a new computer only to find out that it too had failed.

    Ever since then, I've kept two external copies in addition to my PC copy (this is in addition to the working original files on the server).

    So you're definitely doing the right thing trying to save a copy for back up purposes, you just saved it in the wrong place (on your server instead of your own PC).

    You might want to periodically go into your Cpanel and download a copy of all your databases (zen cart, word press, whatever you have, etc) PLUS have cpanel create a back up of your entire site. Most hosting companies will allow you to store one full back up of your site on your server.

    It is crucially important to do this before installing or upgrading any mods or making any significant customizations to your store or website.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  5. #245
    Join Date
    Dec 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    That is good advice. I do keep some backups on the server but I will change this now. I also do regular backups of my entire site on 2 different devices and I especial backup before I do any major mod installs etc.

    Thanks again!

    GS

  6. #246
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    You know I love you so I'm TOTALLY gonna forgive you!!

    Plus this is important information.. I'm gonna add another tip.. a quick search of this thread would have revealed the source of the issue.. Now I tell people to search all the time.. WHY.. Because I'VE learned a TONE from searching this forum or support threads.. Often times my question is already addressed..

    You have to be CREATIVE when searching too.. I've learned through trial and error not to search for WHOLE error messages.. a well placed partial search will usually yield good results.. In this case I would have searched for "Cannot redeclare zen". Searching this support thread for this would have turned up the reason.. AND because people like to leave backup copies of files on their live stores this error has come up FREQUENTLY in this support thread..

    ScriptJunkie is right, if you want to keep a "protective" copy of your store's files when installing modules, back the WHOLE store up locally.. It may sound like a hassle, but having a backup of the store files and the database LOCALLY will allow you to rollback to a previous state in relatively short order, and it is a better practice to do this versus leaving backup files all over your live (or test) store..

    When working on a client site, I have three versions of the store

    1. Vanilla Version (Zen Cart with basic setup/configuration in place NO MODULES)
    2. Working copy this is the last WORKING version of my store + any new modules I plan to install.. Initially this copy and the vanilla copy will look alike.
    3. Backup copy - This is the is the last WORKING version of my store.


    The way this works is as follows:
    When I am getting ready to install a new module, I make a backup of the last working version of my store and put it in my backup folder..

    I make a copy of the backup and put it in the working folder..

    I make all the changes/merges/updates to the working store files and upload the changes back to my site.. If all tests out well, I make a new back up and put it in my backup folder.

    If it goes wrong and I back myself into a corner or decide I no longer want the module, I can easily roll back to my backup copy..


    Quote Originally Posted by ScriptJunkie View Post
    Glad you figured it out! FYI, one thing I've learned here on the forum (I think even in this very thread), is that ZC gets a bit testy when there are files with duplicate or near duplicate names, such as filename.php and filename_backup.php or filename_copy.php, etc.

    If you need to keep a copy for back up, simply open it, copy it, and paste it into a notepad file. Then save it on your PC with it's regular file name (instead of on the server).

    What follows is an off topic discussion of file back up and storage, for which I know I'll be forgiven because it is so important:


    I keep a clean copy of all of ZCs files from the zip file pack that I use to install the cart, as well as a clean copy of all files from all mods I have installed. This way, if I need them again, it's a simple upload.

    I also keep copies of any file I've modified, using the same type of file renaming listed above - but again it's on my PC vs. on the server. This way, I have a clean copy of everything - original AND modified files for all ZC and Mod files.

    Lastly, anything I have saved on my PC's hard drive I also have backed up on 2 separate pieces of removable storage (an external hard drive and a plug in pocket drive) - because I've learned the hard way that just one form of back up is NOT enough. When my OS blew up and wrecked my hard drive - I was thanking heaven for my external hard drive...until I tried to plug it in to a new computer only to find out that it too had failed.

    Ever since then, I've kept two external copies in addition to my PC copy (this is in addition to the working original files on the server).

    So you're definitely doing the right thing trying to save a copy for back up purposes, you just saved it in the wrong place (on your server instead of your own PC).

    You might want to periodically go into your Cpanel and download a copy of all your databases (zen cart, word press, whatever you have, etc) PLUS have cpanel create a back up of your entire site. Most hosting companies will allow you to store one full back up of your site on your server.

    It is crucially important to do this before installing or upgrading any mods or making any significant customizations to your store or website.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #247

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    You know I love you so I'm TOTALLY gonna forgive you!!
    Awwwww thank you

    Great tips in your post! At first, it seems like a hassle, but very quickly one becomes used to backing up and working "redundantly"...and if you've ever had to say goodbye to your precious data and start from scratch....then you know that no amount of "redundancy" is too much! Better safe than sorry!
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  8. #248
    Join Date
    Nov 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Can anyone tell me if this mod allows you to add additional shipping charges to an order and then charge the customers credit card without having to reauthorize the additional charges? I am using linkpoint/First Data for cc processing.

    The situation we are in is selling perishable food items and if a customer orders an item and selects flat rate shipping during the summer then we would like to automatically upgrade them to 2nd day.

  9. #249
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by csimmons83 View Post
    Can anyone tell me if this mod allows you to add additional shipping charges to an order and then charge the customers credit card without having to reauthorize the additional charges? I am using linkpoint/First Data for cc processing.

    The situation we are in is selling perishable food items and if a customer orders an item and selects flat rate shipping during the summer then we would like to automatically upgrade them to 2nd day.
    Sounds to me like you need to get rid of the option of flat rate, and only charge 2nd day in the summer months, if you are selling perishable food. If you leave the flat rate option and a customer picks flat rate you can't just charge there card upgrading there shipping without letting them know first. You need to make it clear on your site this is what you attend to do if they pick flat rat shipping.
    Maybe you need to just offer 2nd day that way there is no need to do what your asking. No offence but If you went back and upgrade my shipping without letting me know what going on I sure wouldn't buy from you again.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #250
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by csimmons83 View Post
    Can anyone tell me if this mod allows you to add additional shipping charges to an order and then charge the customers credit card without having to reauthorize the additional charges?
    Short answer is no.. Any edits you make to an order which increase the amount of the order will not be re-authorized or re-charged.. You would need to process the difference manually..

    There are other options for tracking supplemental shipping. One option a client of mine uses requires the hideCategories module.. Basically she sets up hidden category an in this category is a supplemental shipping charge "product template". This "product template" is an inactive product and it's only purpose is to save her the trouble of having to create this product over and over again.. This "product template" is basically a shipping charge product which contains all the product details which will tell your customer that this is an additional shipping charge. She simply "clones" (using the copy product function) this product, updates the price and description as needed, sets the inventory quantity to "1" (so no one else can "accidentally" buy this one off product) and activates it.

    Then she sends the customer a direct link to the product. The customer can then pay for the additional shipping charges without her having to process a manual credit card transaction or send out a separate PayPal invoice.

    That is one method to accomplish this.. there are others.. (I gotta MILLION ideas) The point is you may have to think out the box a little to achieve what you want.. Edit Orders will not reprocess a customer credit card..

    Quote Originally Posted by countrycharm View Post
    Sounds to me like you need to get rid of the option of flat rate, and only charge 2nd day in the summer months, if you are selling perishable food. If you leave the flat rate option and a customer picks flat rate you can't just charge there card upgrading there shipping without letting them know first. You need to make it clear on your site this is what you attend to do if they pick flat rat shipping.
    Maybe you need to just offer 2nd day that way there is no need to do what your asking.
    **nods in agreement**

    Yep, IMHO, there are other options to get to the end result..

    Quote Originally Posted by countrycharm View Post
    No offence but If you went back and upgrade my shipping without letting me know what going on I sure wouldn't buy from you again.
    **nods in agreement**
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 25 of 66 FirstFirst ... 15232425262735 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR