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 |
#32
|
||||
|
||||
Nick is Christos from what I recall, needless to say if you're not happy with a coder and/or his products or services you should not be using them, if you do then the need to comment is no longer your prerogative - you can certainly still comment but we'll all just ignore it, the same as you should their mods due to the iffy'ness they've shown in the past if you feel that way.
|
4 благодарности(ей) от: | ||
HM666, ozzy47, RichieBoy67, TheAdminMarket |
#33
|
||||
|
||||
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(" DROP TABLE `vb4x_ecommerce_categories`, `vb4x_ecommerce_products`, `vb4x_ecommerce_product_photos`, `vb4x_ecommerce_product_files`, `vb4x_ecommerce_product_types`, `vb4x_ecommerce_carts`, `vb4x_ecommerce_orders`, `vb4x_ecommerce_payments`, `vb4x_ecommerce_agreements`, `vb4x_ecommerce_domains`, `vb4x_ecommerce_product_fields`, `vb4x_ecommerce_invoices`, `vb4x_ecommerce_locations`, `vb4x_ecommerce_taxes`, `vb4x_ecommerce_zones`, `vb4x_ecommerce_zone_fares`, `vb4x_ecommerce_customers`, `vb4x_ecommerce_coupon`, `vb4x_ecommerce_usercoupon` "); 4.- Import the new product-ecommerce.xml file. Once again sorry for troubles, |
3 благодарности(ей) от: | ||
HM666, ozzy47, RichieBoy67 |
#34
|
||||
|
||||
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.
|
2 благодарности(ей) от: | ||
HM666, RichieBoy67 |
#35
|
||||
|
||||
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.
|
#36
|
|||
|
|||
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. |
#37
|
||||
|
||||
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. |
#38
|
|||
|
|||
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! |
#39
|
||||
|
||||
Quote:
|
Благодарность от: | ||
RichieBoy67 |
#40
|
||||
|
||||
Any type? So it can process product variables?
|
#41
|
||||
|
||||
Can you be a bit more specific to avoid misunderstandings? What options to do you want to add?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|