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
  #242  
Old 09-25-2011, 11:00 PM
tommydamic68's Avatar
tommydamic68 tommydamic68 is offline
 
Join Date: Jan 2009
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
is there a way to allow guests to buy items? i have many visitors and some just do not want to register but i lose sales because of this. Any help would be appreciated.

thanks!
Reply With Quote
  #243  
Old 10-05-2011, 11:36 AM
Nordraserei Nordraserei is offline
 
Join Date: Oct 2005
Location: Texas
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tommydamic68 View Post
Hello,
is there a way to allow guests to buy items? i have many visitors and some just do not want to register but i lose sales because of this. Any help would be appreciated.

thanks!
https://vborg.vbsupport.ru/showpost....2&postcount=98
Reply With Quote
  #244  
Old 12-05-2011, 05:25 AM
Kaptan's Avatar
Kaptan Kaptan is offline
 
Join Date: Oct 2007
Location: Kocaeli
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want my costumers able to write a comment for products,
Is it possible?
Reply With Quote
  #245  
Old 07-27-2012, 03:12 PM
fotoking fotoking is offline
 
Join Date: Jun 2010
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, Im in need of some help, I am trying to add a custom currency into the paypal. Can someone point me to the right track to adding a new currency. Thanks

And also btw, does anyone know how to deactivate the mobile style for this particular shopping cart so users wont click on the mobile style and open up a blank screen. Thanks Guys
Reply With Quote
  #246  
Old 10-05-2012, 03:14 AM
Uberguilds Uberguilds is offline
 
Join Date: Jun 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Display Order & Coupon codes would be absolutely amazing for this product. Working on changing $cartplog['product_options'] from a drop down to a textarea where people can give me their own information.


http://socialpdx.com/
Reply With Quote
  #247  
Old 10-05-2012, 06:17 AM
Uberguilds Uberguilds is offline
 
Join Date: Jun 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Display order update, sorting productIDs in vb3_cartplog_products:



Code:
if [ $# -ne 2 ]; then
	echo "Usage: $0 <first product ID to swap> <second product ID to swap>"
	echo "Example:  $0 5 10"
	exit 0
fi

echo "Enter MySQL password for user $(whoami): "
stty -echo
read PW
stty echo
echo ""

mysql -u"****DATABASEUSER****" -p"$PW" ****VBULLETINDATABASE**** -e "UPDATE vb3_cartplog_products SET productid=10000 WHERE productid=$1; UPDATE vb3_cartplog_products SET productid=$1 WHERE productid=$2; UPDATE vb3_cartplog_products SET productid=$2 WHERE productid=10000;"

echo "Swap completed, Visit SocialPDX.com."


THEN, run this query.

ALTER TABLE vb3_cartplog_products ORDER BY productid
Reply With Quote
  #248  
Old 03-18-2013, 02:53 AM
BenOwns BenOwns is offline
 
Join Date: Dec 2011
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey there,

i am trying to use the view transactions, but i am receiving nothing from it :/
Reply With Quote
  #249  
Old 05-15-2014, 05:21 PM
JohnKellum JohnKellum is offline
 
Join Date: May 2014
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having an issue i keep getting an error when I click pay.

"We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com."

Any ideas on fixes?
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 06:52 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.10167 seconds
  • Memory Usage 2,284KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_code
  • (1)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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