After upgrading to 7.0.1 I and my site users cannot delete own membership order from shopping cart.
After upgrading to 7.0.1 I and my site users cannot delete own membership order from shopping cart. |
Rules → http://www.boonex.com/terms |
I fixed this file, but don't work for me, still i can't delete this |
According to the ticket this has been fixed and closed. I have written to both Anton and Andrew to highlight this issue as it cannot be expected that we should wait for 7.0.2 for this to be released. My site and many other members' sites would have fallen over and died by then. My members are also unable to clear their carts and how can they then purchase membership if they have made an error and selected the wrong item? I tried clearing the "Pending" items in the payment module but that has not helped either. Of course we cannot expect Boonex to release every bug fix as it is fixed but surely the financial ones must be THE EXCEPTION. |
I am also having the same issue. I even tried clearing my pending items, but that did not work. The selections are still in my cart and i am unable to delete them. Please advise. |
If you have access to phpmyadmin you can delete the entry in table bx_pmt_cart . Although you should use phpmyadmin with caution and always do a backup of the database first. |
So i'm supposed to wait till another release and lose money because they can't fix it? RIGHT... When it comes to registration and being able to accept payments and money.. THIS SHOULD NEVER OCCUR... Disappointed.. but whats new.. |
Just to throw it out there.. I find it odd that Dolphin releases an update that makes your shopping cart fail. Isn't that how you make your money? subscriptions sales etc.. I Guarantee if their own shopping cart broke in market place.. Or couldn't sell license or mods that they'd fix it asap? So why are you releasing an update that is costing your customers money? Strange in deed.. |
Open the following file: /modules/boonex/payment/classes/BxPmtCart.php Look around line 77 for: if(empty($iVendorId)) and change it to: if($iVendorId == BX_PMT_EMPTY_ID) It sorted out my shopping cart issues. Thanks goes out to Anton for that one. |
Thanks Pro.. I'll try this out. |
it worked for me! thanks! |
Open the following file: /modules/boonex/payment/classes/BxPmtCart.php Look around line 77 for: if(empty($iVendorId)) and change it to: if($iVendorId == BX_PMT_EMPTY_ID) It sorted out my shopping cart issues. Thanks goes out to Anton for that one. Yep... i do that... but this fix dont working to me... i dont know whats wrong |
Seems to work for me as well. |
well i am trying it on my site as well, we'll see if it works. I sure hope so. it is rediculous to have these kind of issues with this software. |