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 |
#632
|
|||
|
|||
i have blank pages to in my admincp...
|
#633
|
|||
|
|||
Table Shipping Rates
WARNING: This will replace the default shipping system, not supplement it! (it is also a quick and dirty hack, and is to be considered an internal release) if total weight is less than or equal to 0 then shipping cost is 0 (good for subscriptions, memberships, etc). if total weight is less than or equal to Weight 1 then shipping cost is Price 1. if total weight is less than or equal to Weight 2 then shipping cost is Price 2. etc... Tested on: vBulletin 4.1.4 & 4.1.6 MICROCART_114 WARNING: This will replace the default shipping system, not supplement it! (it is also a quick and dirty hack, and is to be considered an internal release) Backup the following before you start! /admincp/microcart_admin.php /microcart/functions.php microcart_zones (SQL table) open /admincp/microcart_admin.php find PHP Code:
replace with PHP Code:
open /microcart/functions.php find PHP Code:
replace with PHP Code:
find PHP Code:
replace with PHP Code:
Run SQL query (remember to put prefix in front of the table names) Code:
DROP TABLE IF EXISTS `microcart_zones`; CREATE TABLE IF NOT EXISTS `microcart_zones` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL DEFAULT '', `displayorder` int(10) NOT NULL DEFAULT '0', `carrier` varchar(100) DEFAULT '', `delivery` varchar(100) DEFAULT '', `weight1` int(10) NOT NULL DEFAULT '0', `price1` decimal(10,2) NOT NULL DEFAULT '0.00', `weight2` int(10) NOT NULL DEFAULT '0', `price2` decimal(10,2) NOT NULL DEFAULT '0.00', `weight3` int(10) NOT NULL DEFAULT '0', `price3` decimal(10,2) NOT NULL DEFAULT '0.00', `weight4` int(10) NOT NULL DEFAULT '0', `price4` decimal(10,2) NOT NULL DEFAULT '0.00', `weight5` int(10) NOT NULL DEFAULT '0', `price5` decimal(10,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`), KEY `displayorder` (`displayorder`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; INSERT INTO `microcart_zones` (`id`, `name`, `displayorder`, `carrier`, `delivery`, `weight1`, `price1`, `weight2`, `price2`, `weight3`, `price3`, `weight4`, `price4`, `weight5`, `price5`) VALUES (1, 'Zone Name', 0, 'Carrier', 'Delivery Time', 5, 1.00, 10, 2.00, 20, 4, 40, 8.00, 80, 16.00); This will replace the default shipping system, not supplement it! (it is also a quick and dirty hack, and is to be considered an internal release) |
#634
|
|||
|
|||
|
#635
|
|||
|
|||
I'm sorry I'm not a developer on this vBulletin extension, I just did some volunteer-work modifying microCART for a local club and figured I'd share if anyone else wanted the functionality.
You should also rephrase the question, I'm actually not 100% sure what you are asking. |
#636
|
|||
|
|||
I want to show my cart up header.
like mod http://www.vbcover.com/icart.php?do=...t&productid=37 |
#637
|
|||
|
|||
That is not a feature currently in microCART, so either you will have to make that header, or you will have to pay someone to do it for you. Sounds interesting though, just not applicable to the site I've been working on.
|
#638
|
|||
|
|||
Has anyone got a fix for this issue?
HTML Code:
Warning: opendir(/home/micro/public_html/vb4demo/microcart/editor/photos) [function.opendir]: failed to open dir: No such file or directory in /home/steroidi/public_html/microcart/editor/assetmanager/assetmanager.php on line 207 Warning: readdir(): supplied argument is not a valid Directory resource in /home/steroidi/public_html/microcart/editor/assetmanager/assetmanager.php on line 208 Warning: sort() expects parameter 1 to be array, null given in /home/steroidi/public_html/microcart/editor/assetmanager/assetmanager.php on line 212 |
#639
|
|||
|
|||
Quote:
|
#640
|
|||
|
|||
Quote:
and also you need to edit the assetmanager config file to you settings. This has been fixed in the commercial version as it does not use this editor any more. Quote:
|
#641
|
|||
|
|||
<font color="Red">Dear Micheal. Sorry for wrong spelling. microCART looks great, and I've installed it yesterday, ok.</font> I need some help, please: When I'm adding new product, for some reason, what I write in the big text editor box of 'features' section could not be saved, it remains empty every time I go back. I push the save button, everything thumbs, pricetags, stock, etc, saved but this. So I cannot give a longer description of the product. - I think this is because you wrote you moved product description to the front end... I've made several folders writeable, but it still doesn't work. Any ideas, what could be wrong? Thanks, Steve
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|