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 |
#42
|
|||
|
|||
Quote:
|
#43
|
||||
|
||||
Upgrade did not work. I followed the info in THIS post and uploaded the files & when I went to import the product again I got this database error...
Code:
Database error in vBulletin 4.2.2: Invalid SQL: ALTER TABLE usergroup ADD ecommerce INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; MySQL Error : Duplicate column name 'ecommerce' Error Number : 1060 Request Date : Saturday, January 10th 2015 @ 12:50:25 AM Error Date : Saturday, January 10th 2015 @ 12:50:26 AM Script : http://lenmkaiser.com/xxxx/plugin.php?do=productimport Referrer : http://lenmkaiser.com/xxxx/plugin.php?do=productadd IP Address : xxx.xxx.xxx.xxx Username : LenKaiser Classname : vB_Database MySQL Version : 5.5.40-cll |
#44
|
||||
|
||||
Quote:
|
#45
|
||||
|
||||
Hmmmm ok I'll do that later on today, gonna get some shut eye right now.
|
#46
|
||||
|
||||
Quote:
2.- Check the table usergroup and NOT user. |
#47
|
||||
|
||||
Why would it be "not wise" to use a table prefix? I never have used one on any of my sites, and have never ran into a issue.
|
#48
|
||||
|
||||
Quote:
Code:
DROP TABLE IF EXISTS `user`; CREATE TABLE `user`....bla...bla...bla...... Code:
CREATE TABLE IF NOT EXISTS `user`....bla...bla...bla...... You, are following the second way. As you code will see that there is already a table with name "user" will bypass the creation of your code. So your script will not works. This was very common problem some 10 years ago when Hosting providers were giving just one database in their hosting plans. Now, they're giving many, so most webmasters are using a database per script. If not, they're in risk at some day to try to install a script in the same database having tables with same names. That's was the reason for exististin of TABLE_PREFIX. |
#49
|
||||
|
||||
That sounds logical. Thanks for the explanation.
|
#50
|
||||
|
||||
Hey Christos! This is outstanding! I am going to use this at some point definitely! Really great work!
|
Благодарность от: | ||
TheAdminMarket |
#51
|
||||
|
||||
Ok that is where I'll check as for the table prefix since this is the only version of vBulletin that I'll be running on this site in this database its not a problem IMO. I had initially installed it as a dev site but have decided to do the site in vBulletin instead of straight web design as I have it now.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|