The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
microCART: Shopping System for vB4 Details »» | |||||||||||||||||||||||||||||||||||||
microCART is a fully featured Shopping Cart for vBulletin 4.x, with support for Downloadable & Pysical Products, Subscriptions and Services, without missing any feature even from commercial scripts. Installation is very easy, you just need sometime for the initial configuration.
Edit: Please note - Currently this mod is only compatible with vBulletin 4.1.9 and below, if your using vBulletin 4.1.10 then the modifications current version released here (1.1.4) is not suggested for use. - TheLastSuperman 1.- Highlights
In version 1.0.3 has been added support for configurable options. Not just simple text choices, but options that can increase/decrease the total price. That's why you need to pay extra attention on entering these options to avoid pricing mess. First of all, you can find these options as "Extra Options" on the droplist on the right of each product (AdminCP). By choosing it you'll get a list of all available configurable options for the specific product. You can Edit and Delete it, or you can change the display order. Click "New Extra Option" to add one. There is no need for explanation of title. Write there anything that you want. Examples of configuration options are: Color, Size, Ram, Hard disk etc. So let's write Size. In the box below you must add all the available options keeping the format: Amount|Name Examples:
To understand Shipping fields (Base weight, Base fare, Extra weight, Extra fare), you must know how the companies (at least the most of them) are working. They're saying: Till 3 kilos the rate is $15. More than 3 kilos you must add $3 per 500gr (1/2 kilos). In this example you must setup:
The included HTML Editor is commercial, so you can use it ONLY within microCART directory. UPGRADING To upgrade just upload the new files then follow 2.- Installationwith Allow Overwrite set to YES CHANGE LOG
Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
mohammadxxx, Romamo |
Comments |
#642
|
|||
|
|||
No, i'm using this mod but i want make nini cart in header like icart. , psl help me
|
#643
|
|||
|
|||
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. |
#644
|
|||
|
|||
hi is there white background for coming soon clock
|
#645
|
|||
|
|||
Quote:
I want to confirm. You will no longer be releasing updated/new versions of non-commercial MicroCart? |
#646
|
|||
|
|||
When I click Payment, it fails this
Invalid Redirect URL (https://www.paypal.com/cgi-bin/websc...ethod%3Dpaypal) |
#647
|
|||
|
|||
Quote:
Code:
https://www.paypal.com https://www.sandbox.paypal.com |
#648
|
|||
|
|||
anyone else get these? I get 5-10 of them every once in a while
Code:
Database error in vBulletin 4.1.7: Invalid SQL: UPDATE vb_microcart_usercoupon SET valid=0 WHERE userid=; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Error Number : 1064 Request Date : Saturday, October 22nd 2011 @ 10:27:48 AM Error Date : Saturday, October 22nd 2011 @ 10:27:50 AM Script : /cart_gateway.php?method=paypal Referrer : Username : Classname : vB_Database MySQL Version : |
#649
|
|||
|
|||
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"]); |
#650
|
|||
|
|||
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 :\ |
#651
|
|||
|
|||
Quote:
Try this: Code:
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']."); Chris |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|