Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
CartPlog: The Lite PayPal Shopping Cart Details »»
CartPlog: The Lite PayPal Shopping Cart
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.8 Rating:
Released: 10-23-2007 Last Update: Never Installs: 190
DB Changes Uses Plugins
Additional Files  
No support by the author.

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.

There is a license agreement that I request that you abide. Thanks!

This thread is organized as follows:
  • Post1 contains this here release.
  • Post2 contains other information.
Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box.

Requirements: vB 3.6.8+ (not tested on earlier versions)

Does it work on vB 3.5 and 3.6? See the requirements.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-24-2007, 09:09 PM
Itworx4me's Avatar
Itworx4me Itworx4me is offline
 
Join Date: Feb 2002
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way of getting a Quantity limit as to how much product you have on hand? Say you have 10 items and you sell one, it will show that you only have 9 left to sell. This would definetly sell me on your product addon for vb.
Reply With Quote
  #23  
Old 10-24-2007, 09:29 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can there be an optionin in the AdminCP to edit an item, rather than selecting to 'add product' to get to editable options?

Is there a way to change the thumbnail size so that small images don't look distorted?
Reply With Quote
  #24  
Old 10-24-2007, 09:53 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the point of adding options? They display in a drop down menu for what reason?
Reply With Quote
  #25  
Old 10-24-2007, 10:00 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way tocontrol the number tof products that show as popular products? And will there be a way to set the viewing order of products within categories?
Reply With Quote
  #26  
Old 10-24-2007, 10:07 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can the image itself link to the next page like when you click on the title of the image?
Reply With Quote
  #27  
Old 10-24-2007, 10:19 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Per the README.txt,

Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.

So I assume there will be a paid version with some additional perks?
Reply With Quote
  #28  
Old 10-24-2007, 10:20 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the thanks.

Quote:
Originally Posted by tarionyx View Post
Does this allow different prices for usergroups?
Nope, this is a 'lite' version and does not have usergroup options, but discounts could be set using this example.

Quote:
Originally Posted by aggiefan View Post
... when you create that category be able to specify its clothing or something like that so we can get a small, medium, large options ... would be nice to get the formatting options of vbulletin.
Option specification is available when creating products. Not sure what you mean by "formatting options of vbulletin."

Quote:
Originally Posted by elmati View Post
just for paypal? can i add custom ways to pay, like shipping o print a cupon code bar to pay in stores, something like that...
Yep, this is just for PayPal. Coupons or discounts could be set using this example.

Quote:
Originally Posted by bang View Post
will there be a full or a pro version?
Lite right now means a basic cart. Not sure at this point if there will be a pro version.

Quote:
Originally Posted by Itworx4me View Post
Any way of getting a Quantity limit as to how much product you have on hand? ...
Not without modifying the code to track inventory sold or currently held in someone's cart.
Reply With Quote
  #29  
Old 10-24-2007, 10:32 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Junkie View Post
Can there be an optionin in the AdminCP to edit an item, rather than selecting to 'add product' to get to editable options?

When viewing categories there is a link to products in that category whereby you can edit a product.

Is there a way to change the thumbnail size so that small images don't look distorted?
Try changing the CSS in the ACP settings for the cart.

Quote:
Originally Posted by Junkie View Post
What is the point of adding options? They display in a drop down menu for what reason?
Say you sell t-shirts: large, medium, small. The drop down lets someone choose the size of the shirt.

Quote:
Originally Posted by Junkie View Post
Is there a way tocontrol the number tof products that show as popular products? And will there be a way to set the viewing order of products within categories?
Find the popular products query in the code and add a limit to the query. There is no display order for products like there is for categories, but an order by clause could be added to the view category query.

Quote:
Originally Posted by Junkie View Post
How can the image itself link to the next page like when you click on the title of the image?
Look at the related template to find the HTML for the title link and wrap that link around the image tag.

Quote:
Originally Posted by Junkie View Post
Per the README.txt,

Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.

So I assume there will be a paid version with some additional perks?
Not sure at this point if there will be a pro version. Time is more of a factor than anything at the moment.
Reply With Quote
  #30  
Old 10-25-2007, 03:27 AM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any way to add another payment method?
i mean without credit card o something...
Reply With Quote
  #31  
Old 10-25-2007, 03:27 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice i might need to mess around with this.

(i really want to learn how the whole paypal system works)

any change in getting google checkout to work with it?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04690 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete