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!
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.
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?
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?
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
... 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
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
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
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.
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
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
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
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
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.