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 |
#522
|
|||
|
|||
Hi how do i add GBP £ does not show when i input in admincp
please can you help |
#523
|
|||
|
|||
its under vbulletin usergroup permission in vb4 hope this helps
|
#524
|
|||
|
|||
Quote:
Code:
'cart\.php$' => 'shop/shop.html' 'cart\.php\?do=main$' => 'shop/shop.html' 'cart\.php\?do=main&catid=(\d+)&catn=(.+?)$' => 'shop/category-$1/$2.html' 'cart\.php\?do=viewproduct&productid=(\d+)&prodn=(.+?)$' => 'shop/product-$1/$2.html' 'cart\.php\?do=checkout$' => 'shop/checkout.html' 'cart\.php\?do=cart$' => 'shop/cart.html' 'cart\.php\?do=thankyou$' => 'shop/thankyou.html' 'cart\.php\?do=cpanel$' => 'shop/accounts/cpanel/cpanel.html' 'cart\.php\?do=mvcpanel$' => 'shop/vender/cpanel/vender.html' 'cart\.php\?do=cart&action=changequantity&id=(\d+)&quantity=(\d+)$' => 'shop/cart/product-$1/$2.html' 'cart\.php\?do=cpanel&tab=(\d+)$' => 'shop/accounts/cpanel/$1.html' 'cart\.php\?do=mvcpanel&tab=(\d+)$' => 'shop/vender/cpanel/$1.html' 'cart\.php\?do=invoice&invoiceid=(\d+)&action=(\d+)$' => 'shop/cart/invoice-$1/$2.html' 'cart\.php\?do=payinvoice&invoiceid=(\d+)$' => 'shop/invoice/payment/$1.html' 'cart\.php\?do=mvpaypalbank&bid=(\d+)$' => 'shop/bank/payment/paypal-$1.html' 'cart\.php\?do=mvpaygatebank&bid=(\d+)$' => 'shop/bank/payment/paygate-$1.html' 'cart\.php\?do=addeditreview&orderid=(\d+)$' => 'shop/review-$1.html' 'cart\.php\?do=mvdeleteproduct&id=(\d+)$' => 'shop/remove-product-$1.html' 'cart\.php\?do=mv_addproduct$' => 'shop/vender/add-product.html' 'cart\.php\?do=mv_addimages$' => 'shop/vender/add-screenshots.html' 'cart\.php\?do=mv_addfiles$' => 'shop/vender/add-files.html' 'cart\.php\?do=mv_addoptions$' => 'shop/vender/add-options.html' |
#525
|
|||
|
|||
Quote:
Quote:
PHP Code:
HTML Code:
£ ? |
#526
|
||||
|
||||
Quote:
|
#527
|
||||
|
||||
Hmm I did check that and it didn't show permissions for Microcart. I'll check again..
|
#528
|
||||
|
||||
I figured it out. nvm
But how do I change the "e-shop" on the tab to another name? |
#529
|
||||
|
||||
Quote:
How do I solve this issue? |
#530
|
|||
|
|||
Not compatible with vBulletin 4.1.4..
includes/functions_wysiwyg.php was removed in vB 4.1.4. |
#531
|
|||
|
|||
Quote:
all you have to do is edit the files and change this PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|