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 |
#122
|
||||
|
||||
Quote:
|
#123
|
||||
|
||||
<a href="http://webdesignfetish.com/product/1/web-maintenance-bronze-plan/" target="_blank">http://webdesignfetish.com/product/1...e-bronze-plan/</a> here is the link. It shows at the bottom of the product pages.
|
#124
|
||||
|
||||
Quote:
2.- Also I can't see anywhere my copyright link |
#125
|
||||
|
||||
Quote:
I disabled the product right click mod. Please try again. Here is the bottom portion of the code for the main template the copyright stuff is still there. Code:
<br /> <script type="text/javascript" src="ecommerce/jquery/skinable_tabs.min.js"></script> <script type="text/javascript"> $('.tabs_holder').skinableTabs({ effect: 'basic_display', skin: 'skin4', position: 'top' }); </script> <script type="text/javascript"> $('.tabs_feedback').skinableTabs({ effect: 'basic_display', skin: 'skin4', position: 'top' }); </script> {vb:raw copyright} {vb:raw footer} </body> </html> |
#126
|
||||
|
||||
Quote:
http://webdesignfetish.com/css/lightbox.css But in general there are duplicated files. eg jquery, lightbox |
#127
|
||||
|
||||
I have lightbox already installed and working in another area of the site. I moved the files back where it should be and its the same result. And I added the code into my header for the lightbox stuff but I still have the same problem.
|
#128
|
||||
|
||||
Quote:
1.8.1+ versions are commercial, so please redownload the zip file and upload just the file: ecommerce/functions.php I believe that the page mess will goes out if you remove from ecommerce_view_product template the referrence for lightbox. Tomorrow (now is 23:00pm here), I'll install this version to see if I've the same issue. |
#129
|
||||
|
||||
Well that fixed the link But i still have a randon ghost loading lightbox
|
#130
|
||||
|
||||
What I believe that messes your page is that you're calling:
Code:
<script src="http://webdesignfetish.com/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="http://webdesignfetish.com/js/lightbox.min.js" type="text/javascript"></script> <link href="http://webdesignfetish.com/css/lightbox.css" rel="stylesheet" /> Code:
<link rel="stylesheet" type="text/css" href="ecommerce/lightbox/lightbox.css" /> <script type="text/javascript" src="ecommerce/jquery/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="ecommerce/jquery/jquery-ui.js"></script> <script type="text/javascript" src="ecommerce/lightbox/lightbox-2.6.min.js"></script> |
#131
|
||||
|
||||
I got this issue fixed. Thanks for your help Christos.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|