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 |
#222
|
|||
|
|||
How do I access the store front page after adding products in the back end?
Whenever I am trying to access it from http://www.occultforums.net/cart.php, it says you do not have permission to access this page. I am the super Admin of the site. What should I do? |
#223
|
||||
|
||||
Really can't understand how some users act here. For something that is mark as "Unsupported" to post 3 messages in forums and on the same time to send them as PM. Not even to wait some hours.
|
Благодарность от: | ||
MarkFL |
#224
|
|||
|
|||
Hi
I have installed the eCommerce for vB4.2.2+ Mod . I have installed the product in my vBulletin version 4.2.3. But I am facing a problem here. I have added a Category and products in that category. I am clicking on the product, it is taking me back to the forum homepage. What should I do ? I can't go to the products details page for ordering... please check the screenshot of the shop in my forum... https://snag.gy/gYoDNf.jpg Please help..thanks |
#225
|
|||
|
|||
Hello Sorry about this..I was in hurry..
I am looking for some support...i don't know how to contact you for support...so PMed u as your site is not working... the mod is creating some problems to me during installation. So I thought of uninstalling and reinstalling it...but while uninstalling it, I got this error: Database error in vBulletin 4.2.3: Invalid SQL: DROP TABLE `ecommerce_news`; MySQL Error : Unknown table 'ecommerce_news' Error Number : 1051 Request Date : Monday, January 16th 2017 @ 08:09:13 AM Error Date : Monday, January 16th 2017 @ 08:09:13 AM Script : http://www.occultforums.net/admincp/...do=productkill Referrer : http://www.occultforums.net/admincp/...d=ecommerce&s= IP Address : 103.10.197.4 Username : DarkAdverts Classname : vB_Database MySQL Version : 5.5.52-cll-lve |
#226
|
||||
|
||||
After a little bit of research I have found a fix for the category upload icon issue as mentioned above by pratul11 I too had the same issue so I googled it and found a fix for it. To fix this PHP Warning message:
Quote:
Open your /ecommerce/includes/class.upload.php in your HTML editor and look for line 2792 and find: Code:
if (preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\w.-]+)\/([\w.-]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\w.-]+)\/([\w.-]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\w.-]+)\/([\w.-]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\w.-]+)\/([\w.-]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\w.-]+)\/([\w.-]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\w.-]+)\/([\w.-]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\w.-]+)\/([\w.-]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\w.-]+)\/([\w.-]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Code:
if (preg_match("/^([\w.-]+)\/([\w.-]+)(.*)$/i", $this->file_src_mime)) { $this->file_src_mime = preg_replace("/^([\w.-]+)\/([\w.-]+)(.*)$/i", '$1/$2', $this->file_src_mime); $this->log .= '- MIME validated as ' . $this->file_src_mime . '<br />'; Mind you I'm not a PHP coder. I do design, HTML & CSS. So if you have intricate PHP questions I may or may not be able to answer them. But I found this fix and it worked for my site,possibly it will help others. |
#227
|
|||
|
|||
Hi All: I have got a new issue. I have uninstalled the mod completely and then tried reinstalling it..now I get the following error:
Database error in vBulletin 4.2.3: Invalid SQL: INSERT INTO `ecommerce_product_types` SET id='1', name='Downloadable', shipping='0', downloads='1'; MySQL Error : Duplicate entry '1' for key 'PRIMARY' Error Number : 1062 Request Date : Friday, January 13th 2017 @ 06:39:33 AM Error Date : Friday, January 13th 2017 @ 06:39:34 AM Script : http://www.occultforums.net/admincp/...=productimport Referrer : http://www.occultforums.net/admincp/...?do=productadd IP Address : 103.10.197.2 Username : DarkAdverts Classname : vB_Database MySQL Version : 5.5.52-cll-lve Can you please help me how to solve it? Thanks |
#228
|
||||
|
||||
Quote:
|
#229
|
|||
|
|||
Thanks a lot HM666!
|
#230
|
||||
|
||||
No problem.
|
#231
|
|||
|
|||
is it still working as DEMO link not working: ttp://www.teriakis.com/vb423/cart.php
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|