Version: 1.0.0, by calorie
Developer Last Online: Nov 2023
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!
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.
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.
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
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.
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
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."