![]() |
eCommerce for vB4.2.2+
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]
|
Thank You Very Much NickTheGreek
|
Nice to see you again! I love this! Great work!
|
AdminCP file doesn't work because PHP shorttags are used at some places which is not enabled on all servers, all instances of <? need to be replaced by <?php in order to make it work on all servers.
|
re: physical products
Does this support the choice of size / color? ie T-Shirt, Black, XL |
Quote:
|
Quote:
|
A security risk found and reported by DAVE (Thank you Dave) in the assetmanager, plus some other variables in the code that had left unvalidated. All have fixed immediatelly, and the update version 1.1.0 has been released.
To Update: 1.- REMOVE COMPLETELLY the directory ecommerce/editor/assetmanager/ 2.- Upload cart.php, cart_gateway.php and clientarea.php to your forum directory 3.- Upload ecommerce_admin.php to your admincp 4.- Import product-ecommerce.xml just to update the version number. Once again I want to thank DAVE for his help. After 10 years and 50+ addon releases is the first one who contact me to report these issues instead to report them for addon removal. |
Yeah Dave is a awesome dude, he usually contacts the developer first. I go to him quite often with concerns, and to have him check code for me. :)
|
Quote:
|
TBH, I have never seen Dave charge anything. I see him download all new released mods, and checks them on his own.
He will also tell you exactly where the issue lies, and how to correct it if necessary. :) |
Oh stop it guys. :o
I enjoy looking for security mistakes in plugins in my free time. Also this is more of a reason to use this plugin instead of the old outdated MicroCART. |
Believe me Dave, if half the users here knew what you did, they would appreciate it also. :)
|
@Nick it looks great! Thanks for the release!
|
Found a problem in the installation files: you have this:
ecommerce/pdf ecommerce/fonts ecommerce/images For the CHMOD'S when its actually this: ecommerce/pdf ecommerce/pdf/fonts ecommerce/pdf/images Have a problem. :( Cannot change anything past the original options. Code:
Database error in vBulletin 4.2.2: |
Quote:
|
As I seen is from ecommerce_admin.php file. I have updated my installation and trying the Categories menu and it works fine.
|
also problems
Code:
Database error in vBulletin 4.2.2: |
Quote:
Quote:
Could this be because of the issues that Dave reported earlier? I'm running PHP 5.4.26 |
Quote:
I spend equal |
Quote:
|
Okie dokie. If you need a login or something on my site let me know. Oh and also there is a database error when I click on the link in the menu to view the shop on the web page. I've disabled the shop tab for now.
|
Quote:
If you haven't entered any data, maybe is better to completely uninstall the addon, remove (or rename) the ecommerce folder and start with a fresh installation? If still have problems PM connection details to your installation but I'll look on them in 10 hours. Now is 22:00pm here, not a good time to connect to sites :) |
@Barbaro
@HM666 Did you had microCART installed in your sites? Even if I've renamed the important files and database table names, you never know. |
Quote:
|
The problem here is that the installation script in product-ecommerce.xml creates tables like vb4x_ecommerce_agreements, but the files use ecommerce_agreements, without the vb4x_ prefix.
Table names in the installation script needs to be changed. |
Quote:
|
I hate any mod from Christos Teriakis, Its more then dead projects because he/she like to change username or support website name.
|
Quote:
|
Quote:
|
Quote:
|
I need to apologize for my childish mistake which caused problems and waste of time for you. In my effort to make the code more solid and understandable I remove all database version changes and I replaced them with a screendump from phpMyAdmin. At that point I did the mistake as I forgot to change the table prefix. Novice mistake but I did it.
I've released version 1.2.0 which will build the correct tables. To upgrade: 1.- Clicking Edit on the right of the product 2.- Replace the uninstall code with the code below. Code:
$vbulletin->db->query_write(" 4.- Import the new product-ecommerce.xml file. Once again sorry for troubles, |
Christos, things like this happen to developers all the time. we rush to get things out, to the members, and mistakes are made. No worries brother. :)
|
No. This time is not a bug fix update :) . Just added some design improvments that I found very useful for myself, hope that you'll also like them even if you'll not finally use them.
|
Lovely mod, Nick. Downloaded and installed!!
I've an idea for your next iteration of the product. Drop shipped products, where you'd need to have: forums own item code, suppliers item code, suppliers email address which is sent with the order once checkout is done, forum sale price to customer, forum cost price from supplier, any configurable tax per item, any configurable PayPal surcharge, any configurable postage per item. If you can add that, you'll have THE best forum shopping plugin around. |
Quote:
1.- Have forgot to write in details that comparing with micrCART I've added email templates for: New Order (Successful payment), New Order (Declined Payment), Invoice still unpaid (in case of declined payment), Renewal Reminder and Subscription expired. So it's easy to send a copy of them to someone else. 2.- What it means "forum" cost, sale etc? 3.- Tax per item is in my plans, but why shipping per item? Do you plan to ship item by item and not a parcel with all items? 4.- PayPal subcharge can also be add in the meaning: From xx to xxx price a standard amount and then a percentage for the rest. Or in the way that PayPal works, can't remember right now. |
Haha! Touch?! ;)
1. If you can have each product send a mail to a different address, e.g. if we drop ship tyres and clothing, we'll have different suppliers for the tyres than we could for shirts. So if we could have a supplier email that sent the following, and had it configurable per product. Purchaser: Address: Items bought: That way, the shop would automate a lot of the forum selling activities. I think a lot of forums use drop shipping. 2. Forum cost is the cost to us to buy the part. Example: A shirt might cost us ?4.50 to buy, but we sell it at ?6.00 if the mail that's sent outputs both, it makes the accounting easier. 3. We have a wide range of product sizes - as mentioned, so shipping costs vary a lot for us. 4. I think PayPal charge 3 or 4% Thanks! |
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 10:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|