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 |
#622
|
||||
|
||||
Possibly. I don't know. I don't use this modification, nor have the desire to
|
#623
|
|||
|
|||
Code:
Invalid Redirect URL (https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=&item_name=Insanity+Workout%2C+&amount=10.60&handling=0&shipping=0&tax=0&quantity=1?cy_code=USD&return=http%3A%2F%2Fstealthygaming.com%2Fcart.php&item_number=Steve-21Sep11-9FXHUBCVYTCAA9LK6K?ify_url=http%3A%2F%2Fstealthygaming.com%2Fcart_gateway.php%3Fmethod%3Dpaypal) |
#624
|
|||
|
|||
AWESOME... i just seen this post. Thanks for this as it helped me fix the problem.
|
#625
|
|||
|
|||
Hi
Are you going to be updating the free version of microcart? |
#626
|
|||
|
|||
Quote:
The parse code: Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list()); |
#627
|
|||
|
|||
If I can recommend the paid version to anyone, I will! This mod is AMAZING!
|
#628
|
|||
|
|||
I was just curious, as I thought the agreement when Mary gave Michael the product was that the free version was to be updated along with any commercial product. Although I just know what was shared publicy at the time.
|
#629
|
|||
|
|||
I wish to be able to filter invoices in the edit invoice admin page with another criteria, including product. I have made a select box with product IDs, and added this
Code:
With Product (wip): <select name="select_product" size="0"> <option value="0"<? if($select_product==0){ echo ' selected="selected"';} ?>>---All---</option> <option value="1"<? if($select_product==1){ echo ' selected="selected"';} ?>>Product 1</option> </select> <input type="submit" class="button" name="sbutton" value=" Filter List " /> </td> </tr> </form> <? print_cells_row(array("Invoice", "Transid", "Customer", "Issued at", "Amount", "Payment", "Shipping", "Actions"), 1, 'tcat'); $where = "WHERE id>0"; if($inv > 0) { $where .= " AND invoicestatus=$inv"; } if($ord > 0) { $where .= " AND orderstatus=$ord"; } if($gat > 0) { $where .= " AND gateway=$gat"; } if($select_product > 0) { $get_transid = $db->query_read("SELECT transid FROM ". TABLE_PREFIX ."microcart_orders WHERE productid=".$select_product." ORDER BY transid"); $where .= " AND transid=$get_transid"; } $invoices = $db->query_read("SELECT * FROM ". TABLE_PREFIX ."microcart_invoices ".$where." ORDER BY issuedate DESC"); while($invoice = $db->fetch_array($invoices)) Am I way off? or am I just missing some array stuff? Would really appreciate any help |
#630
|
|||
|
|||
Will this work with VB 3.6.12?
|
#631
|
|||
|
|||
I want to move the header to Your Shopping Cart? can you help me!
like this |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|