Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33
  1. #21
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    Hi Ajeh,

    I just want the client to have the ability to delete the product if they no longer wish to proceed with the payment, the delete button is there so i want it to be able to be used.

    currently the product options in admin are set to:

    Product Qty Units: 1
    Product Qty Min/Unit Mix: no
    Products Quantity: 0
    Product Qty Minimum: 1
    Product Qty Maximum: 0
    Products Shipping Weight: 0
    Product Priced by Attributes: no

    check stock level: false
    subtrack stock: false
    allow checkout: yes

    Show Shopping Cart - Delete Checkboxes or Delete Button: 3
    Show Shopping Cart - Update Cart Button Location: 1

    I hope this helps.

    I added two different products to the cart and none get deleted.

    Derek

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

    Default Re: Deleting items from customer cart

    Have you an URL where we can see this?

    Sounds like you have something messed up on the template ...
    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. #23
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    Quote Originally Posted by Ajeh View Post
    Have you an URL where we can see this?

    Sounds like you have something messed up on the template ...

    this is the upgraded test site: http://www.shadowaudio.co.uk/newsite...product_id=735

    Derek

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

    Default Re: Deleting items from customer cart

    You have too many errors on your site to test anything ...

    For giggles, switch to the Classic Template ... does it work now?

    If so, the errors are in your template files and you need to compare them to the originals ...

    Beyond Compare from scootersoftware.com is a great tool for this ...
    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. #25
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    Quote Originally Posted by Ajeh View Post
    You have too many errors on your site to test anything ...

    For giggles, switch to the Classic Template ... does it work now?

    If so, the errors are in your template files and you need to compare them to the originals ...

    Beyond Compare from scootersoftware.com is a great tool for this ...
    Hi Ajeh,

    Just changed to the classic green template, added the product to the cart: http://www.shadowaudio.co.uk/newsite...product_id=928

    still doesnt delete.

    Derek

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

    Default Re: Deleting items from customer cart

    There are several files involved here ...

    I am not sure which you have either not updated or customized to break the code ...

    Try reloading a clean copy of the file:
    /includes/classes/shopping_cart.php

    /includes/init_includes/init_cart_handler.php

    /includes/modules/pages/shopping_cart/*.*

    NOTE: check for an override on this
    /includes/templates/template_default/templates/tpl_shopping_cart_default.php

    Otherwise ... it is a great day for getting Beyond Compare from scootersoftware.com and you can do a nice, slow FTP compare of a clean Zen Cart v1.3.7 with the files on your site ...

    NOTE: you can download your site to also do this compare ... the idea is to compare the exact files on the site to a clean v1.3.7 and not compare them to what you "think" is on the site ...
    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. #27
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    Hi Ajeh,

    Well after a few weeks of trying to find a solution i finally got there today, lol.

    Its actually quite embarrassing to say the least, more so with my experience, it turns out the cache folder wasn't writable....

    Lol, also, i am in the process of completing the integration of Zencart into Joomla as a component and had the same problem, so went in via ftp changed the permissions and now the cart works perfectly

    So thanks Ajeh for your patience once more!

    Just one more question...

    in the admin side of the zencart joomla component i have converted all the files to work within the confines of joomla without a wrapper and everything is working perfectly except when i try and view the shipping modules page, i get this error:

    Code:
    Fatal error: Call to a member function on a non-object in /srv/www/vhosts/website/httpdocs/administrator/components/com_zen/includes/functions/general.php on line 2422
    Which is obviously telling me theres something not being loaded, so when i view that specific page the function being referenced are:

    Code:
    $check_cart_free = $_SESSION['cart']->in_cart_check('product_is_always_free_shipping','1');
        $check_cart_cnt = $_SESSION['cart']->count_contents();
        $check_cart_weight = $_SESSION['cart']->show_weight();
    is this a session problem? When i comment out those three lines the page works perfectly.

    any help would be apprectiated

    Kind regards

    Derek

  8. #28
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    Hi Ajeh,

    This is really weird, i changed the permissions of the cache folder to 777 and the product deleted fine.

    I went off the browser for a few hours and went back on after telling the client we sorted the delete button to show them it working, lol, and again it failed to delete the product, i checked the permissions again and the folder is sitting at 777.

    Weird, any ideas?

    Derek

  9. #29
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: Deleting items from customer cart

    I also noticed the minimum requirements for php being 4.3.2, and our php version is 4.3.1, would this make a difference?

    if so, what difference and is there a wrokaround before having to upgrade the php engine?

    Many thanks

    Derek

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

    Default Re: Deleting items from customer cart

    That is a very old version of php ... a more current stable one is php 4.4.4 ...

    I also don't know anything about Zen Cart and Joomla ...
    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!

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139h Deleting items from shopping cart--error showing
    By DarkAngel in forum General Questions
    Replies: 4
    Last Post: 23 Apr 2013, 05:10 AM
  2. Deleting Saved Items in Cart
    By thegoodlifestore in forum Managing Customers and Orders
    Replies: 6
    Last Post: 27 Mar 2012, 11:26 PM
  3. deleting unwanted items from admin panel
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 May 2010, 03:21 AM
  4. Deleting Multiple Items From The Admin
    By Outlawlb in forum Customization from the Admin
    Replies: 3
    Last Post: 21 Sep 2007, 09:06 AM
  5. Deleting Items in Shopping Cart
    By DarkShadow316 in forum Managing Customers and Orders
    Replies: 2
    Last Post: 26 May 2006, 10:07 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