The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
eCommerce for vB4.2.2+ Details »» | |||||||||||||||||||||||||||
Since 2006 I was serving community members with my Free Mods But as this site will starts operating by the company, I'm no willing to support them ** File Removed ** eCommerce The complete eCommerce solution for vBulletin 4.2.2+ Supports Downloadable Products, Physical Products, Subscriptions, Services Fully compatible with EU directive for collecting EU VAT from EU Citizens Quote:
Quote:
*** IMPORTANT NOTICE *** Since version 1.8.4 there is also a PRO version available at my site. Current Commercial version: 2.1.1 DEMO: http://www.teriakis.com/vb423/cart.php Demo Accounts: demouser1 / demopass1 demouser2 / demopass2 demouser3 / demopass3 Please note that Taxes and Shipping are not enabled in the demo. You can order the demo product with 0 price to be able to check the Client area. *** ATTENTION ***
eCommerce supports 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:
eCommerce supports htaccess type SEO friendly URLs. The types are:
Code:
RewriteRule ^store/([^/]*)/ ./cart.php?do=main&catid=$1 [L,NC] RewriteRule ^product/([^/]*)/ ./cart.php?do=viewproduct&productid=$1 [L,NC]
Show Your Support
|
16 благодарности(ей) от: | ||
andro140, Bastien, dorans, EasyEazy, eTiKeT?, Gizmo99, HM666, knikio, markoroots, ozzy47, RichieBoy67, SaN-DeeP, Seven Skins, vBThemer, xmemx |
Comments |
#52
|
||||
|
||||
Quote:
|
#53
|
||||
|
||||
Quote:
vBulletin knew that problems that's why did a very wise thing. The common naming for tables were "users", "usergroups", "threads", "posts". But they named them in singular giving an extra security. If at anytime you see the dataschema of any script using the "DROP TABLE" and then "CREATE TABLE" just go away. For sure the developer is not good. |
Благодарность от: | ||
HM666 |
#54
|
||||
|
||||
I'll keep that in mind. BTW dropping the tables & that field from the usergroup table fixed my issue
|
#55
|
|||
|
|||
hi
I using vb 4.2.2 PL3 I just finished installing this add-on. And this is the error message I getting in my site Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\mysite\cart.php on line 437 |
#56
|
||||
|
||||
Edit the file cart.php at line 437
Replace: Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
define('SKIP_ALL_ERRORS', true); EDITED: Read this from vb.com forums: http://www.vbulletin.com/forum/forum...-been-released |
#57
|
||||
|
||||
....added above........
|
#58
|
|||
|
|||
Thank you NickTheGreek For your quick reply.
It fixed my problem |
Благодарность от: | ||
TheAdminMarket |
#59
|
||||
|
||||
Version 1.4.0 released with some bug fixes, design corrects and a new feature.
Christos |
Благодарность от: | ||
HM666 |
#60
|
||||
|
||||
An uncleared input found when user submits installation URL and has been fixed. Please download version 1.4.1 and upload clientarea.php. Optionally import product-ecommerce.xml to update your version number.
|
#61
|
||||
|
||||
Where do I go to change the Paypal Logo under the Payment Partners block? I do no see these blocks in the ecommerce options. I want to upload a PNG file instead of gif, however I can not find this module to change the extension anywhere in the admincp.
Thanks, and this is an AMAZING MOD!!! I'm very much impressed! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|