![]() |
Quote:
|
Quote:
If its the free version in not working on that one any more as alot of the code is now out of date and would take to long to sort out. What you would need to so is look in the microcart/functions.php file and check the saveproduct function as thats how it will save the info you have put in when you click save. Quote:
If this was to be put into place it would only be in the commercial version no the free one. The free one here you have the source files so that you can change it to what you want. I can tell you that the commercial version has its own page layout system where you can drag and drop the blocks for the front page to where you want them. This gives the admin and venders the option to make the shop/cart system look the way they want and not have the default layout that would be made for them. With this system iv made you dont need to edit any templates just move the blocks to where you want, makes it very easy for admins to change the look. |
hi is there white background for coming soon clock
|
Quote:
I want to confirm. You will no longer be releasing updated/new versions of non-commercial MicroCart? |
When I click Payment, it fails this
Invalid Redirect URL (https://www.paypal.com/cgi-bin/websc...ethod%3Dpaypal) |
Quote:
Code:
https://www.paypal.com |
anyone else get these? I get 5-10 of them every once in a while
Code:
Database error in vBulletin 4.1.7: |
Could this be a fix?
in cart_gateway.php find Code:
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']); replace with Code:
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user["userid"]); |
I have a strange bug
if I go to admincp - invoices - edit - save it multiplies Subtotal, Shipping Fees and Amount to pay by 100. Before edit: Subtotal: 50.00 Shipping Fees: 7.00 Amount to pay: 57.00 after edit (no change made, only chosen edit and save: Subtotal: 5000.00 Shipping Fees: 700.00 Amount to pay: 5700.00 after another edit/save: Subtotal: 500000.00 Shipping Fees: 70000.00 Amount to pay: 570000.00 I can't figure out why it does this :\ |
Quote:
Try this: Code:
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']."); Chris |
All times are GMT. The time now is 12:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|