Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Delete images uploaded

    Never came across this issue and/or question.

    Is there a way to delete images uploaded to an order while customer is shopping?

    For example, a customer uploads 5 images to a product his/her is going to order. Then it goes back and want to delete 1 or 2 of those images, how can he/her do it?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Delete images uploaded

    Have you an URL to this Product so we could perhaps see how this is setup?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Delete images uploaded

    Sure Linda. Since is nothing special or complicated didn't think you would need it.

    http://www.ideascg.com/store/index.p...roducts_id=266
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Delete images uploaded

    Other than to restart the adding of the product to the cart with a new set of images, I really cannot think of a way ...

    You could add a link in the Product Description to make it easier, such as:
    Code:
    <a href="http://www.your_domain_name.com/store/index.php?main_page=product_info&cPath=1_8&products_id=266">Rest Product Images</a>
    then include some information about adding to the cart and deleting the Product with the images that they do not want ...

    This isn't the most elquent way to work with this Product but it works ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Delete images uploaded

    My idea was... instead of having 20 images upload button (since most likely won't happen that often), having only 5 so they can go back and add more (it works, I've tried it). Using same buttons they can upload more images, the problem is that if they upload 8 images for example, there are going to be 2 images on the other 2 buttons that are going to be re-uploaded; which is not needed. Maybe having a "delete" or adding "none" per button would be great. I didn't see any module to accomplish this solution.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Delete images uploaded

    This happens because when you go from the Shopping Cart back to the Product it includes the previous settings of the images ...

    Having the Reset link is a quick way to "clear" the previous images so additional ones can be loaded ...

    To better understand this:

    1 add the 5 images to the Shopping Cart
    2 go back to the Product via the Shopping cart and just click the Add to Cart ... now you have Qty 2 in the cart ...

    Change the quantity to 1 and update ...

    Now go back to the Product via the link in the shopping cart and you will see the 5 images ... Manually edit the URL and remove on the products_id everything from the colon ( : ) including the colon and you will see that the images are not listed ... Now just add 2 additional images, different from the first 5, and click Add to Cart and you will see the 7 images, 5 on one Product and 2 on the other ...

    Again, this is the idea behind the Reset Product link that I gave you, to provide the customer will an easier method to add additional images ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Delete images uploaded

    You are saying to go back to the item but without the session on the url. So a "Recent Viewed Items" there should work? Or maybe an "Add more images" button. Right?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Delete images uploaded

    Actually what you are removing is the prid on the products_id that associates it with what is already in the cart ...

    Add 5 images and click Add to cart then click the link back to the product and you will see on the URL:
    /index.php?main_page=product_info&products_id=266:caaed423584536788702b76830791a5f

    The part in RED is what associates the the Product with the specific Product in the cart with the images, if you remove the :caaed423584536788702b76830791a5f from the URL you have just the Product without the previously added images ...

    For convenience, you can add something in the Product Description with a link to the Product to reset the Product so that the next addition of images do not have the duplicate images from the images already in the cart ... you just word the link so it is easily understood by the customer why they should click that link to add more images ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Delete images uploaded

    Got it!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

 

 

Similar Threads

  1. Replies: 6
    Last Post: 22 Dec 2016, 05:49 AM
  2. Replies: 1
    Last Post: 31 Oct 2014, 11:48 PM
  3. Can I sell digital images, based on images uploaded by customer?
    By cuulblu in forum Customization from the Admin
    Replies: 1
    Last Post: 17 Oct 2012, 05:05 PM
  4. Delete Uploaded files when order is deleted
    By marknew in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 2 Dec 2010, 07:08 AM
  5. How to delete uploaded files from old orders?
    By benwilliamson in forum General Questions
    Replies: 0
    Last Post: 6 Oct 2009, 05:57 PM

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