The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CartPlog: The Lite PayPal Shopping Cart Details »» | |||||||||||||||||||||||||||
CartPlog: The Lite PayPal Shopping Cart CartPlog Lite is a shopping cart for PayPal payments. CartPlog Lite allows for categories, products, and options, and it keeps track of transactions by utilizing the PayPal IPN interface. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation. CartPlog v.1.0.0. is here and CartPlog v.2.0.0. is here. So what's new in CartPlog v.3.0.0?
Tested: vB 4.0.3 (but should work on other versions). Does it work on all vB 3.x or 4.0? See the requirements. There is a license agreement that I request that you abide. Thanks! These are vB3 based screenshots. Please use your imagination for vB4. Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box. Download Now
Show Your Support
|
Comments |
#42
|
||||
|
||||
What happens if somebody buys something? How can I set the page where they will be redirected to? Will I receive an email so that I know that somebody bought something? This mod needs an option to present the buyer a specific landing page with custom content.
|
#43
|
|||
|
|||
Has anyone else noticed you can't edit or delete Items in the "shop" just categories ..?
|
#44
|
|||
|
|||
You can...
In AdminCp Go into View Categories Then search for the category your item is in. Click the NUMBER of items over on the right to correspond with the Category Then you can click edit next to the item. It's not as straightforward as it could be, but you definately can edit the items |
#45
|
|||
|
|||
Just wonder where can I disable the shipping. By a sales from 10€ comes +9€ shipping. That's lol.
Any hint? Thanks, Mike Okay, got it: cartplog_view_cart Code:
<input type="hidden" name="no_shipping" value="1" /> |
#46
|
||||
|
||||
Well...i downloaded and installed it...but don't get the Cartplog option on Side Menu...
What might be wrong? |
#47
|
||||
|
||||
Sorry for the above post....got my way thru and it's installed and working fine..
Good Mod..marked installed... |
#48
|
|||
|
|||
Is there a method to send the customer directly to the view cart page ?
Reason - If I have only one product, I won't need to have them select anything or make any choices. So going directly to the view-cart page with that product already in the cart would be desirable. Once there, they can select how many they want. Actually there will be two items but they are bought at the same time, so I would need both to be in the cart with only the selection of how many they want of each left for them to do. Is this possible ? thanks, |
#49
|
|||
|
|||
Hello, can you tell me if I made something wrong or is a little bug in the transactions view.
Total payment will be *10. That means 40.00 EUR x10 =4000.00 Total: 40.00 EUR User Name: XXX Session ID: cd44724b2efbcbdee28ccbc37a0f6900 Transaction ID: xxxxxxxxx10402W Total: 4000.00 EUR Status: Completed Date: 04-12-2011 In which template can I modify? Thanks |
#50
|
|||
|
|||
Hello
dows any one know if i can set thumb bigger? or a mouse over for more detaild image?? the thumb is a litle small i think can i add shiping cost? ( seperated) thx |
#51
|
||||
|
||||
For people trying to add a link on the navbar, here is a small help:
Log into your admin CP> Plugins & Products> Add new plugin> Now.. Product: Leave vBulletin selected Hook Location: Process_Templates_Complete Title: E-Shop (or w.e you want) Execution Order: Use this field to enter the order in which code at the same hook will be executed. Plugin PHP Code: Code:
$tabselected = ''; $tablinks = ''; if (THIS_SCRIPT == 'eshop') { $vbulletin->options['selectednavtab']='eshop'; $tabselected = ' class="selected"'; $tablinks = ' <ul class="floatcontainer"> <li><a href="link1.php">Link 1</a></li> <li class="popupmenu"> <a href="javascript://" class="popupctrl">Drop Down</a> <ul class="popupbody popuphover"> <li><a href="sublink1.php">SubLink 1</a></li> <li><a href="sublink2.php">SubLink 2</a></li> <li><a href="sublink3.php">SubLink 3</a></li> </ul> </li> <li><a href="link2.php">Link 2</a></li> <li><a href="link3.php">Link 3</a></li> </ul> '; } $template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="http://www.YOURFORUMURL.com/cartplog.php" target="">THE LINK TITLE FOR YOUR SHOP</a>'.$tablinks.'</li>' ; <a class="navtab" href="http://www.YOURFORUMURL.com/cartplog.php" target="">THE LINK TITLE FOR YOUR SHOP</a>'.$tablinks.'</li>' ;[/CODE] mark it as ACTIVE, save, and done. (Sorry if the code is too messy, i took it from google, thanks) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|