PDA

View Full Version : Miscellaneous Hacks - CartPlog: The Lite PayPal Shopping Cart


calorie
10-23-2007, 10:00 PM
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 (https://vborg.vbsupport.ru/showpost.php?p=1367403&postcount=1) contains this here release.
Post2 (https://vborg.vbsupport.ru/showpost.php?p=1367406&postcount=2) 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.

calorie
10-24-2007, 11:44 AM
Reserved.

nyqnzguju
10-24-2007, 11:53 AM
Kool Thanks

Will Install Asap

yoyoyoyo
10-24-2007, 12:17 PM
very cool - first to click install! :D

EnIgMa1234
10-24-2007, 01:09 PM
nice calorie. great hack

Surviver
10-24-2007, 01:32 PM
Thank you :)

StuntFactoryX
10-24-2007, 02:23 PM
very nice... im using geekmart but this is somthing vb really needed. very limited options out there.

tarionyx
10-24-2007, 02:27 PM
Does this allow different prices for usergroups?

sensimilla
10-24-2007, 02:51 PM
Great adddon. Thanks.

ChurchMedia
10-24-2007, 03:11 PM
WOW! Very cool. Great job! :)

projectego
10-24-2007, 04:04 PM
* projectego clicks install :)

yahoooh
10-24-2007, 04:06 PM
thanks

DragonMasterNYC
10-24-2007, 04:11 PM
I love it saves me days of work.

Installed

Thank you
Dragon

joeychgo
10-24-2007, 04:24 PM
Does this allow different prices for usergroups?


good question.... I also would like to know this

aggiefan
10-24-2007, 04:51 PM
a very good application and much needed for vbulletin....

i would like to see a few things added though.... first some more advanced options in the category. ie to sell shirts/hats etc when you create that category be able to specify its clothing or something like that so we can get a small, medium, large options.

also would like to see this integrated into the usergroups so we could add items via the application itself and not only through admincp. would be nice to get the formatting options of vbulletin.

MrNase
10-24-2007, 06:37 PM
Nice one!
I started writing my own Shopping Cart 2 days ago because I couldn't find a good script for vBulletin. Well, you filled that gap and I am sure this one will become really famous. :)

elmati
10-24-2007, 07:44 PM
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...

xplicit.syrian
10-24-2007, 07:52 PM
Good work, installed and working fine on my site.

Click Installed.

johnrizz
10-24-2007, 08:10 PM
O-Yeah! I Like this one, I'll be installing it... thanks

bang
10-24-2007, 08:58 PM
will there be a full or a pro version?

Itworx4me
10-24-2007, 09:09 PM
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.

NFLfbJunkie
10-24-2007, 09:29 PM
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?

NFLfbJunkie
10-24-2007, 09:53 PM
What is the point of adding options? They display in a drop down menu for what reason?

NFLfbJunkie
10-24-2007, 10:00 PM
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?

NFLfbJunkie
10-24-2007, 10:07 PM
How can the image itself link to the next page like when you click on the title of the image?

NFLfbJunkie
10-24-2007, 10:19 PM
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?

calorie
10-24-2007, 10:20 PM
Thanks for the thanks. :D

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 (http://www.members.aol.com/paypalhelper/simpcoup.html) example.

... 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."

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 (http://www.members.aol.com/paypalhelper/simpcoup.html) example.

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.

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.

calorie
10-24-2007, 10:32 PM
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.

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.

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.

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.

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.

Coders Shack
10-25-2007, 03:27 AM
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?

elmati
10-25-2007, 03:27 AM
any way to add another payment method?
i mean without credit card o something...

calorie
10-25-2007, 03:38 AM
CartPlog Lite is specifically coded to work with PayPal. To add another payment processor would require a review of that processor's documentation and code edits. If I ever have the extra time and energy I might add another processor, but for now PayPal is it.

IR15H
10-25-2007, 01:24 PM
Two things things I'd like to see;


The ability to have items in multiple curriences ie. Product A - $50 USD, ?25 GBP etc. EDIT: Or different curriences per category.
The option of sub categories.


It is still awesome as it is right now though :D.

Snake
10-25-2007, 03:41 PM
I'll definitely install this when I get back to home. Nice release!

Coders Shack
10-25-2007, 10:37 PM
CartPlog Lite is specifically coded to work with PayPal. To add another payment processor would require a review of that processor's documentation and code edits. If I ever have the extra time and energy I might add another processor, but for now PayPal is it.
nothing against paypal but they are more secure now, you can no longer create and account and add a CC in the same day. It takes about 3 days to verify the CC. Google Checkout is instant. I understand though.

elmati
10-26-2007, 02:06 AM
any way to get an option for Cash on delivery?
I mean, the mailing that is realized through mail, once the products are received, you pay the mailman. O printing a code bar and going to pay at the phisical store...
you know what i mean?
or an extra "html field" to add own code button for each product, that's would be a really nice option ;)

calorie
10-26-2007, 03:13 AM
Nope, no COD or code bar. CartPlog Lite is specifically coded to work with PayPal. The product description field allows HTML but heed the warning you see on the ACP page.

Shazz
10-26-2007, 03:27 AM
Lite version?, Where are the differences between the lite and full with the cost =\

elmati
10-26-2007, 03:31 AM
ok, i'll install and see :)
ty for your answers, calorie.

Best regards

rayw
10-26-2007, 04:18 AM
I have this working fine on a 3.6.7 PL1 board.

Thanks a lot for this - great work! :)

777connect
10-26-2007, 07:22 AM
Working fine as I am testing it, but one thing I am missing and not sure if it is there or I am just missing it. What about shipping charges. Is that there somewhere so that S/H is added to the order?

Thanks for a long time needed product.

calorie
10-26-2007, 01:01 PM
Thanks again for the thanks. :)

Lite version?, Where are the differences between the lite and full with the cost =\

See posts #27 and #28. Lite right now means a basic cart. Not sure at this point if there will be a pro version.

... What about shipping charges. Is that there somewhere so that S/H is added to the order? ...

Not without modifying the code or adding shipping into the total price and making note of it in the description:

<input type="hidden" name="shipping_' . $cartplog['xnum'] . '" value="0.00" />

SVTCobraLTD
10-26-2007, 03:56 PM
Looks good... will be installing later.

My current shopping cart is $4 to ship until they reach a certain amount of money spent and then its free. Is there a way to add that? Thank you very much for this, its great.

SVT

calorie
10-26-2007, 04:06 PM
Look for the "HTML Variables for Individual Items in Third Party Shopping Carts" section on this (https://www.paypal.com/IntegrationCenter/ic_std-variable-reference.html) page, the "Define item details" section on this (https://www.paypal.com/us/cgi-bin/webscr?cmd=_pdn_howto_checkout_outside) page, and check this (http://www.members.aol.com/paypalhelper/simpcoup.html) example. You might find something to use that can be added to the code to account for that shipping/price scheme.

basilrath
10-30-2007, 04:23 PM
just a quickie i looked in paid subscriptions and cant see anything but the Paid Subscription Email Notification

how do find the rest

or do you have to set a group up or something to work this

yotsume
10-30-2007, 05:27 PM
Installed on 3.6.4 and works perfect.

Yea I know, I know, I know, I need to update VB!

Now All I have to do is change the name of the cart so my members will have a clue!

Dabbi
10-30-2007, 05:46 PM
This looks great! Is there a way for a specific user group of members to each have their own? Like a store for things they'd like to sell?

Although it would be great to be able to accept MO's, checks and Google payment down the road most of my members are PayPal users anyway (many are small eBay sellers). :)

yotsume
10-30-2007, 06:34 PM
1. This is in dire need of some kind of permission settings ASAP. The store is either open or closed. We need to be able to limit access to the store to specific member groups or specific user IDs.

2. Future version where you can pay for a digital product and once you pay you are taken to a secure download area where you can download the product you purchased.

3. I have more suggest but I'll wait because this sucker is off to an awesome start and I need #1 on my suggestion list badly.

Thnaks!

yotsume
10-30-2007, 07:12 PM
Ok I found a problem for lack of a better term...

When you click on "View Category" there is no way to tell which category you are actually viewing. You should make the title say: Category: xxxxxx

I mean this title should change just above ID and Thumb on that bar above those headings.

Permissions added yet? LOL Sorry I will have to nag until that is added to this

Wayne Luke
10-31-2007, 01:02 AM
Can different options have different prices?

calorie
10-31-2007, 11:20 AM
just a quickie i looked in paid subscriptions and cant see anything but the Paid Subscription Email Notification ...

ACP -> CartPlog -> View Transactions

This looks great! Is there a way for a specific user group of members to each have their own? Like a store for things they'd like to sell? ...

Nope, there is no store per user option.

... Permissions added yet? LOL Sorry I will have to nag until that is added to this

Nag? How about you check this (https://vborg.vbsupport.ru/showthread.php?t=82844) article?

Can different options have different prices?

Nope, but this (http://www.members.aol.com/paypalhelper/simpcoup.html) example could be used.

yotsume
11-01-2007, 05:35 PM
CartPlog Footer Issue?
Please see attached screen shot.

The popular products block on the left side when I first go to my shopping cart breaks the default theme layout by extending into and past the footer. Once I refresh the page it corrects itself. This only happens when you first enter the shopping cart. If I clear the cache in Firefox it will break again and extend into the footer.

How can this problem be fixed? This board is on vBulletin 3.6.4 and to confirm with you your mod works perfect except this footer issue.

How to Add $ to Price
My second question. Can you show me how to add a $ before the cost of products please. So instead of 20 it would display as $20.

Thanks!

calorie
11-02-2007, 05:42 AM
... The popular products block on the left side when I first go to my shopping cart breaks the default theme layout by extending into and past the footer. ...

That page should be valid XHTML 1.0 Transitional so it might have something to do with how Firefox renders the page. See here (https://vborg.vbsupport.ru/showthread.php?t=161099) for more information, and try letting Firefox completely load the page before you scroll.

... Can you show me how to add a $ before the cost of products please. So instead of 20 it would display as $20. ...

You'll need to edit the CartPlog templates (search for currency) using & #36; (without spaces) for the dollar sign so not to have any confusion with variables.

yotsume
11-02-2007, 06:10 AM
In internet explorer the shopping cart renders fine. In Firefox the page is loaded fully and I am not scrolling but again as my screen shot in my previous post shows the left side block breaks into the footer. Wish there was a way I could add code to prevent it from happing. Yea yea yea I know I need to update my board! LOL

Thanks for the $ hint. I will try to implement adding the $. Can you give me examples on how to add the $ code to a line in the templates.

Thanks,

EnIgMa1234
11-03-2007, 11:12 PM
In internet explorer the shopping cart renders fine. In Firefox the page is loaded fully and I am not scrolling but again as my screen shot in my previous post shows the left side block breaks into the footer. Wish there was a way I could add code to prevent it from happing. Yea yea yea I know I need to update my board! LOL

Thanks for the $ hint. I will try to implement adding the $. Can you give me examples on how to add the $ code to a line in the templates.

Thanks,Lets say $variable is equal to 4

To get it to display $4 you would use

&_#36;$variable

Removing the red part

yotsume
11-03-2007, 11:23 PM
Yea I figures out how to code the $. Now can you please fix the problem with the left blocks. Is there some code I can add to make sure the left blocks don't break into the footer.

Thanks

LEAD_WEIGHT
11-05-2007, 04:37 AM
This is just for regular paypal or can it work for pro version.
https://www.paypal.com/cgi-bin/webscr?cmd=_wp-pro-overview-outside

sensimilla
11-06-2007, 01:26 PM
Outstandig, I would love to see CMPS module for it :)
Or maybe theres a way to pull shoping cart and newest product modules on all pages ?
Any chance to make it work with vbseo ?

Thanks great hack!

ragtek
11-06-2007, 05:47 PM
more options would be cool

for clothing you need size +color

sensimilla
11-08-2007, 08:28 AM
subcategories ? watermarks for images ? additional payment processors ?
Seems this hack is unsupported, any chance for commercial version ?

calorie
11-08-2007, 01:33 PM
... Now can you please fix the problem with the left blocks. ...

That page should be valid XHTML 1.0 Transitional but you could try using different HTML if you want to change the look of the page.

This is just for regular paypal or can it work for pro version. ...

Regular.

Outstandig, I would love to see CMPS module for it :)
Or maybe theres a way to pull shoping cart and newest product modules on all pages ?
Any chance to make it work with vbseo ? ...

See below.

more options would be cool

for clothing you need size +color

See below.

subcategories ? watermarks for images ? additional payment processors ?
Seems this hack is unsupported, any chance for commercial version ?

Yes, this modification is marked as unsupported, but other questions including the question about a commercial version have already been answered.

CartPlog was released on vBorg for people to use, but additional features are left up to individuals to code into the version of CartPlog on their server. Just because someone wants a feature doesn't mean that I'm going to code it. :)

markbolyard
11-13-2007, 01:04 PM
Nice midification, but I have products that I can't edit or remove. Does this have to be done through the database?

fishhub
11-13-2007, 03:53 PM
Oh, how i wish this could work for 3.5.x:o

cuphongle
11-13-2007, 04:20 PM
Is there anyway we can add Cartplog on Navbar?

btw i try test to check out i got this error

Return to MerchantPayments By PayPal

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.

calorie
11-13-2007, 05:03 PM
Nice midification, but I have products that I can't edit or remove. Does this have to be done through the database?

You can edit and delete products via the ACP -> View Categories and click a products link.

Oh, how i wish this could work for 3.5.x:o

It might work on vB 3.5 but you may need to edit the XML and then run some tests to see.

Is there anyway we can add Cartplog on Navbar?

btw i try test to check out i got this error ...
Reread step one of the installation directions and check how other links appear in the navbar: cartplog.php$session[sessionurl_q]

cuphongle
11-13-2007, 05:11 PM
:( im not good at edit so can you please help me :) how to add navbar please :)
check how other links appear in the navbar: cartplog.php$session[sessionurl_q]
http://img155.imageshack.us/img155/887/picir1.jpg
this is all i got

calorie
11-13-2007, 05:13 PM
... this is all i got
Please, reread step one of the installation directions. You are at the wrong ACP location.

cuphongle
11-13-2007, 05:23 PM
oh nvm ahha i got heheh
anyway how do we add link to navbar?

calorie
11-13-2007, 05:24 PM
... anyway how do we add link to navbar?
That has already been answered, but maybe someone else will post the HTML if you cannot figure it out. :)

NFLfbJunkie
11-13-2007, 05:27 PM
In several posts back I asked:

"Is there a way to control the number tof products that show as popular products?"

You replied: "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."

What file and where exactly do I limit the number of products that display? I have tried quite few edits with no luck.

ragtek
11-13-2007, 05:32 PM
i know that this is here standing:
// do not hide, change, remove, etcetera !!!
$cartplog['powered_by'] = '<br /><div class="smallfont" align="center"><a href="http://www.photoplog.com/">' . $vbphrase['cartplog_powered_by_cartplog'] . ' ' . CARTPLOG_VERSION . '</a></div>';
but i need to put it left instead of center
am i allowed to do this?

calorie
11-13-2007, 05:41 PM
... What file and where exactly do I limit the number of products that display? I have tried quite few edits with no luck.
Find where $cartplog['popular_products'] is initialized in the cartplog.php file, and in the prededing query add a limit (http://dev.mysql.com/doc/refman/5.0/en/select.html).

i know that this is here standing:
but i need to put it left instead of center
am i allowed to do this?
Yes, you can move it to the left or right.

cuphongle
11-13-2007, 05:41 PM
any of u guys have Cartplog added to Navbar???
i try look in every page but cant find it :)
help me out lolz

calorie
11-13-2007, 05:47 PM
any of u guys have Cartplog added to Navbar???
i try look in every page but cant find it :)
help me out lolz
Via the ACP look at the vB navbar template. There are several links in that template that you can use as an example. Try it out. :)

ragtek
11-13-2007, 05:49 PM
In several posts back I asked:

"Is there a way to control the number tof products that show as popular products?"

You replied: "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."

What file and where exactly do I limit the number of products that display? I have tried quite few edits with no luck.
hi
look into the file at line 230(hope thats the right, i have modified my)
search for $cartplog_product_infos = $db->query_read("SELECT productid, catid, thumb, title, price
FROM " . TABLE_PREFIX . "cartplog_products
WHERE sales = " . intval($cartplog_max_salescnt) . "
");

$cartplog['popular_products'] = '';

while ($cartplog_product_info = $db->fetch_array($cartplog_product_infos))
{
$cartplog['product_productid'] = intval($cartplog_product_info['productid']);
$cartplog['product_catid'] = intval($cartplog_product_info['catid']);
$cartplog['product_thumb'] = strval($cartplog_product_info['thumb']);
$cartplog['product_title'] = htmlspecialchars_uni($cartplog_product_info['title']);
$cartplog['product_price'] = round(floatval($cartplog_product_info['price']), 2);

eval('$cartplog[\'popular_products\'] .= "' . fetch_template('cartplog_product_item') . '";');
$cartplog['popular_products'] .= '</tr><tr>';
}
here now limit the query
WHERE sales = " . intval($cartplog_max_salescnt) . "

i hope thats it

NFLfbJunkie
11-13-2007, 05:59 PM
Okay I find 3 instances of $cartplog['popular_products'] in the cartplog.php file. But I don't understand when you said "and in the prededing query add a limit (http://dev.mysql.com/doc/refman/5.0/en/select.html)."



$db->free_result($cartplog_product_info);
$cartplog_product_infos = $db->query_read("SELECT productid, catid, thumb, title, price
FROM " . TABLE_PREFIX . "cartplog_products
WHERE sales = " . intval($cartplog_max_salescnt) . "
");
$cartplog['popular_products'] = '';
while ($cartplog_product_info = $db->fetch_array($cartplog_product_infos))
{
$cartplog['product_productid'] = intval($cartplog_product_info['productid']);
$cartplog['product_catid'] = intval($cartplog_product_info['catid']);
$cartplog['product_thumb'] = strval($cartplog_product_info['thumb']);
$cartplog['product_title'] = htmlspecialchars_uni($cartplog_product_info['title']);
$cartplog['product_price'] = round(floatval($cartplog_product_info['price']), 2);
eval('$cartplog[\'popular_products\'] .= "' . fetch_template('cartplog_product_item') . '";');
$cartplog['popular_products'] .= '</tr><tr>';
}
$db->free_result($cartplog_product_infos);
$cartplog['popular_products'] = eregi_replace(preg_quote('</tr><tr>') . '$', '',

cuphongle
11-13-2007, 06:04 PM
hmm i tries this add this after that but doesnt work :(
<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">$vbphrase[shopping]</a></td>

after this
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>

NFLfbJunkie
11-14-2007, 12:52 AM
I am still trying to figure out how to limit the number of popular products that show on the main products page. The instructions given are not helping; not enough information really. More specific instructions would be greatly appreciated. Thanks.

cuphongle
11-14-2007, 01:03 AM
true lolz
he/she trying make us do the hard thinking :)

dartho
11-19-2007, 04:22 AM
hmm i tries this add this after that but doesnt work :(
<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">$vbphrase[shopping]</a></td>

after this
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>

There is no "Shopping" phrase, if you want to use "Shopping" as the term you can create a new phrase, or hardwire "Shopping" as such:

<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">Shopping</a></td>

cuphongle
11-20-2007, 08:18 PM
There is no "Shopping" phrase, if you want to use "Shopping" as the term you can create a new phrase, or hardwire "Shopping" as such:

<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">Shopping</a></td>


nice nice work :)
thanks you

solidlink
11-23-2007, 03:20 PM
How do I change the currencies available? Please help thanks.

rknight111
11-24-2007, 03:26 PM
Nice work thanks, been looking for somthing like this for a while.

I need to add two things to the total, how would I go about doing this?

I need to add the Sales Tax, in Canada we have GST of 6%
I need to add shipping & handling of $5.00 for one Province and $8.00 for others

Does someone what coding I need to add and where, this would be helpfull.

Thanks
RON:D

Borden
11-25-2007, 02:10 AM
I have my forum closed to guests. Is there any way I can alter the code so guests can shop as well?

solidlink
11-28-2007, 05:23 AM
Up........... can someone help? I want to change the currency to SGD. Thanks

I tried to change the values in the php files but it doesnt solve the problem... I believe the problem lies with the xml file?

EDIT: solved... problem with cache

Scalemotorcars
12-07-2007, 11:07 AM
Installed on 3.6.5 and working fine.

Few suggestions.
This is a great cart that integrates easily with VB but it really needs Sub-categories. Also would be nice if products could be organized better. Right now they simply display as posted. Adding a display order would greatly improve it. Also the ability to change the order displayed from ascending to descending or vis versa.

To the designer I have to say thanks. So far its one of the better scripts and I personally would be happy to pay for the script if it had these changes. I realize your busy from reading your posts but a few tweaks to it would greatly improve its usability.

Any pointers you could give to add these options would be great appreciated. Thanks... :)

Scalemotorcars
12-07-2007, 01:37 PM
Ive been messing around with the script a little. Looks like product are organized according to date. Item I listed yesterday go to the bottom. Items listed today applied in order as listed but still above yesterdays items.

Ive resolved to deal with the lack of Subcategories but the ability to organize the products is a must. Ive tried DESC and ASC code without a change but its most likely I'm applying it in the wrong place. Can someone look into the code and help me add the ability to change the display order. Thanks

SbyD_Salient
12-12-2007, 02:03 AM
Awesome exactly what we need, thank you very much to the Author :) Will be trying this out on my dev box straight away.

About the only thing I can think of adding at this stage is a hook into the vB subscriptions system, i.e purchase in the chart and auto update subscriptiions :)

Looks like I may be trying my hand at a slice of vB coding judging from the Author's statement that you can modify to your own requirements.

Will be back with a verdict :D

slmoney
12-12-2007, 03:25 AM
Is there any way to code it so that once a purchase has been made via paypal, that it refers back to say..a download page? My forum deals with blackberry themes, and if I want to sell a theme this would be really handy.

I've installed it, but cannot see where I would put a web page address for the download link.

spankaveli
12-13-2007, 07:35 AM
If prices are not in whole dollars (i.e. $10.50) the code lists the price as 10.5 not 10.50. Any way off hand to correct this?

Rukas
12-13-2007, 11:48 PM
Does this support downloadble products and custom forms for particular products that require additional information?

slmoney
12-14-2007, 01:36 AM
Does this support downloadble products and custom forms for particular products that require additional information?

Thats what I want to know as well.

yotsume
12-17-2007, 01:38 PM
Is the further development of CartPlog dead? :confused:

BelMaseto
12-24-2007, 07:14 AM
Installed and working. Thanks.

Pirat3
01-01-2008, 10:16 PM
Can someone please tell me how i can make this cart viewable by guests?

rooney72
01-01-2008, 11:51 PM
Can I have a section in my forum of downloadable files which cannot be downloaded unless the payment has been affected. I mean the zip file would appear for th user once the payment to PayPal is done

Borden
01-02-2008, 03:50 PM
Can someone please tell me how i can make this cart viewable by guests?

I would like to know the same thing.:(

5th-Level
01-02-2008, 08:14 PM
I would like to know the same thing.:(
Me too

ragtek
01-02-2008, 08:32 PM
Me too

I would like to know the same thing.:(

Can someone please tell me how i can make this cart viewable by guests?
Hi
you can delete: if (!$vbulletin->options['cartplog_active'] || !$vbulletin->userinfo['userid'])
{
print_no_permission();
} in the cartplog.php
but i don't know if this have any consequences !!!(could be because then somewhere the userid or anything else is missing!!!
so just try it out and pls not on the livesite

Pirat3
01-02-2008, 10:55 PM
cananyone please confirm ragteks method?

schlizzag
01-03-2008, 05:22 PM
i'd like to report a bug:

if you add an item, then move it to another category - the counts for the categories do not reflect the change, though the item does indeed move

ragtek
01-04-2008, 07:30 AM
one more time:
you can delete // ###################### CHECK CARTPLOG ACCESS ###########################
if ($_REQUEST['do'] != 'postback')
{
if (!$vbulletin->options['cartplog_active'] || !$vbulletin->userinfo['userid'])
{
print_no_permission();
}
}
beginning at line 69 in cartplog.php located in your forums path
BUT as i said, i don't know if the permissioncheck is necessary, maybe something wount work then

Pirat3
01-04-2008, 12:57 PM
thanks bud works 100%

NemoTech
01-07-2008, 04:44 PM
Ppl have been looking for this sort of hack for years. Thanks.

BarryoBrien
01-12-2008, 10:56 AM
I get page not found any ideas on how to fix it?

cuphongle
01-21-2008, 12:18 AM
wow is there anyway we can make the cartplog as public so people can look at it b4 register to website?

ragtek
01-21-2008, 04:20 AM
wow is there anyway we can make the cartplog as public so people can look at it b4 register to website?
https://vborg.vbsupport.ru/showpost.php?p=1415178&postcount=101

Joey805
01-23-2008, 05:12 AM
Any further development or possible pro version going to be offered. This is off to a great start, I'd hate to see it die here...

Joey805
01-23-2008, 03:07 PM
Just tried this with firefox, when you click on add to cart for an item, it doesn't add it.

However it works fine in internet explorer.

Bummer, I was ready to go live with this....

slmoney
01-24-2008, 03:24 AM
Thats what I want to know as well.


Any news on whether this will support downloadable product?

yotsume
02-05-2008, 12:36 PM
Ok I will second this request! Can you please for the love of VB God make this support downloadable products before 2009! Personally I think someone needs to join the development team here and help this guy out with any form of updates. This is way to important to let go into the hack graveyard!

Knock Knock any news please???


Any news on whether this will support downloadable product?

Princeton
02-05-2008, 12:44 PM
great job calorie!

inciarco
02-06-2008, 05:40 AM
One Bug: In the Control Panel the Option to View Products and to Edit Products is missing. There is an Option to Create a Product, but not to See them nor to Edit them!! :confused: :(

My Best Regards!! ;)

:)

admin0
02-06-2008, 01:17 PM
Hi,
Is anyone using this for production?
I am thinking of putting approx 1000+ products.

Suggestions?

Merrillizer
02-07-2008, 04:37 PM
One Bug: In the Control Panel the Option to View Products and to Edit Products is missing. There is an Option to Create a Product, but not to See them nor to Edit them!! :confused: :(

My Best Regards!! ;)

:)


Also realized this. Today I noticed that changing a product from one category to another does not "stick". I added a test product, accidentally put it in the wrong category, but in the ACP it is still listed in the old cat. and not where I put it in the new cat.

On the cartplog page it is also still listed in the old cat. instead of where I put it. This could definitely be a problem in the future.

synisterk
02-11-2008, 06:57 PM
Great Plugin. I was looking for a way to sell some site related merch and this is awsome. =)

pmcnamara
02-14-2008, 04:43 PM
What is the point of adding options? They display in a drop down menu for what reason? small, medium, large ?

rollinjunk
02-18-2008, 01:44 PM
any way to get this to work with google check out>??>?>?

Traxdata
02-21-2008, 08:19 PM
Hello,
does it work on vb3.7. beta???
Thank you.

Traxdata
02-21-2008, 08:23 PM
Is there a pro version of this great add on???

Traxdata
02-22-2008, 08:36 AM
Ok, seems to work on 3.7.beta.

ezurick
02-22-2008, 08:50 AM
Not Supported! Another great potential mod down the drain!

Uninstall!

yotsume
03-09-2008, 04:57 AM
Yea someone with a clue really needs to just take this mod and develop it and re-release it big time!

DieselTruck
03-20-2008, 01:05 AM
Yea someone with a clue really needs to just take this mod and develop it and re-release it big time!

Agreed!

DieselTruck
03-20-2008, 01:43 AM
Ok...When someone purchases something. Am I going to beable to view there shipping information?

ezurick
03-20-2008, 10:42 AM
Ok...When someone purchases something. Am I going to beable to view there shipping information?

Apparently you didn't read the past few posts, did you? Try reading them...

To everyone esle: One of the bad things here... nobody can just take this mod and continue with it... they would have to get the author's approval. But it doesn't seem like they aren't available... So it is dead in the water...

DieselTruck
03-20-2008, 07:49 PM
Apparently you didn't read the past few posts, did you? Try reading them...
To everyone esle: One of the bad things here... nobody can just take this mod and continue with it... they would have to get the author's approval. But it doesn't seem like they aren't available... So it is dead in the water...


I don't want negitive comments! Ok?

Yes. I read though all 9 pages and NO, I didn't see the answer to my question!

dancue
03-21-2008, 12:10 AM
Ok...When someone purchases something. Am I going to beable to view there shipping information?

Diesel, the shipping information will be sent to you via e-mail. It will be the shipping e-mail they have used on their paypal account.

On a side note, I've done some minor changes to improve the cart.

These include the following:

Clickable Thumbs - When on the index page they will redirect you to the product info. When clicked again in the product info page it will redirect you to a larger size image.
A second set of options. Haven't figured out how to display the chosen 2nd set of options during the checkout process, but I believe it will save it to the database.
There is a limit to how many products are displayed under the popular products column. I set it to 5.
There is a limit of 15 products displayed on the index.
"$" symbols and "," are used for Currency.
When viewing a category list it is now sorted by alphabetical order.


Here are the files. If you want these changes just upload them.

To the Author:
If this is not permitted, I apologize. Let me know so I can take them off.


I really feel like this mod has serious potential. I am not a coder, I was just very motivated to figure these things out. If anyone is willing to help me to improve this cart just reply to this thread or pm me. Together we can make this a better, very useful mod.

dancue
03-21-2008, 03:39 AM
Those of you interested in a good shopping cart system please pm me.

I want to gather information from you in order to determine demand. Please include how much you'd be wiling to spend. There is a coder I know that may be interested in putting this together for us. There needs to be demand.

Those of you that are interested in coding a shopping cart, please also pm me and I will give you all the info I have gathered.

Of course, I'd love it if Cartplog had a Pro version out and available, but they have their own reasons.

ezurick
03-21-2008, 08:52 AM
Those of you interested in a good shopping cart system please pm me.

I want to gather information from you in order to determine demand. Please include how much you'd be wiling to spend. There is a coder I know that may be interested in putting this together for us. There needs to be demand.

Those of you that are interested in coding a shopping cart, please also pm me and I will give you all the info I have gathered.

Of course, I'd love it if Cartplog had a Pro version out and available, but they have their own reasons.

You need to get permission from the author (if you already haven't) before you go modifying a already written MOD. If you had, you would have stated so... This was my point a few posts ago... MOD down the drain! In fact, it would behoove you to heed what I am saying, because I recently witnessed someone attempting the same thing on another MOD... luckily the original author was understanding and allowed it... Otherwise, it could be a violation. Now, if you have permission, hats off to you since no one else can get ahold of the author...

These MODs are copyrighted... just like your other software...

ezurick
03-21-2008, 08:54 AM
I don't want negitive comments! Ok?

Yes. I read though all 9 pages and NO, I didn't see the answer to my question!

What part of UNSUPPORTED do you not understand? I just wrote that and you come on asking support questions... How negative should I not be?

dancue
03-21-2008, 11:24 AM
ezurick,
You clearly misunderstood what I wrote. I am simply finding out what the demand is for a product of this nature. Nowhere did I say that I was going to use this mod to create a better one.

This coder will be creating a brand new system. Clearly there is a demand. There are 9 pages of people who are frustrated on this page. I am one of them. I just want to see a shopping cart made.

My suggestion to you would be to read thoroughly before trying to play moderator on this forum. Reading is fundamental.

Respectfully,
dancue

DieselTruck
03-21-2008, 07:09 PM
What part of UNSUPPORTED do you not understand? I just wrote that and you come on asking support questions... How negative should I not be?

It was a simple question question! Upon asking the question, I figured someone has sold something and I was wondering how you got the customers shipping address..

That was it!

AbercrombieAron
03-22-2008, 08:13 PM
Wonderful product... Very nice work.

Do we know if this is good with 3.7?

dancue
03-23-2008, 01:43 PM
yes it is. I have 3.7 RC1

asandhanam
03-25-2008, 09:53 PM
Is sandbox testing possible with this mod?

DieselTruck
03-25-2008, 09:54 PM
Completed a Transaction last night!

Worked great!

UK-Biker
04-20-2008, 11:13 AM
I think if mods are to be included on here they should be fully supported. I think it should be a criteria to upload a mod, full stop. Especially for such a well supported platform like VB.

I really could do with a decent intergrated shopping cart for a site I run, but the lack of available products has so far stopped me.
I tried this mod/hack, but way to many problems, not enough SIMPLE features that really should be included and just isn't what most people are looking for.


Unistalled.........:(

SpeedJunkyz
04-29-2008, 12:47 PM
Anyway to add categories inside of categories?

Ex.

Turbo Kits>
Greddy turbos kits
HKS turbo Kits
Exhaust systems>
Oem Systems
aftermarket systems


That way when you click on the Store link itll take you to a main intro page then you can click on the Cat. you want......instead of everything popping up in one page

--------------- Added 1209476074 at 1209476074 ---------------

Here is what I am talking about:

Instead of the part being in the middle of the page, there would be an Intro description of what the store is, and then the categories over on the left like it is........But after you click on the category link it'll take you to another page with more linked categories to choose from with thumbnails or icons

http://www.speedjunkyz.info/forums/cartplog.php?

Or maybe there is a way to take the info fom here: www.speedjunkyz.com and integrate to here:
http://www.speedjunkyz.info/forums/cartplog.php?
so it looks like a real store


I have the same program and wonder how to add shipping to it as well.


^^I would say just add it to the price^^ but if there is another way I would like to know aswell

EcoForumZ
05-07-2008, 12:17 AM
Installed on VB 3.7 Gold and get the below errors. I installed VB 3.7 with php5 on the forum and cartplog is looking for global.php but my global file is global.php5. Any suggestions on how I can fix this?


Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/e/c/o/ecoforumz/html/cartplog.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/e/c/o/ecoforumz/html/cartplog.php on line 67



Update:

FIXED: Had to edit cartplogacp.php and cartplog.php and do a global replace of global.php with global.php5.

I thought I searched them for a reference to global.php but searched the xml files instead:rolleyes:


Update2:

Had to rename cartplogacp.php and cartplog.php to cartplogacp.php5 and cartplog.php5 and do a global replace on cartplogacp.php5, cartplog.php5, product-cartplog.xml, and cpnav_cartplog.xml. Replaced ".php" with ".php5"

Seems to be working now. If I have any other issues I will update this thread.

ilanyon
05-10-2008, 01:30 AM
Hi all,
Great mod! Anyone know how I might go about adding shipping/postage costs as a mandatory part of the checkout process?

Cheers and thanks,

Ian

Froggy32701
05-20-2008, 01:31 AM
Does this work with 3.7?

dancue
05-20-2008, 04:47 AM
Yes. But there is absolutely no support here.

indie2industry
05-22-2008, 10:26 PM
are you able to limit the amount of inventory??? Like, if you were selling lamps and only had 10, is there a way to set the inventory limit to 10 so 15 people don't try to but 10 lamps??

wickedstangs
05-27-2008, 05:52 AM
Very Nice Mod Installed on 3.7.0 without any problems and works great for my needs..

pgowder
06-10-2008, 07:53 PM
Does this allow for digital downloads?

DieselTruck
06-11-2008, 01:31 AM
are you able to limit the amount of inventory??? Like, if you were selling lamps and only had 10, is there a way to set the inventory limit to 10 so 15 people don't try to but 10 lamps??

Don't think so.

Daz wilde
06-28-2008, 10:03 PM
In several posts back I asked:

"Is there a way to control the number tof products that show as popular products?"

You replied: "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."

What file and where exactly do I limit the number of products that display? I have tried quite few edits with no luck.

Can someone show us a modded part for this! Thanks

Daz wilde
07-15-2008, 07:42 PM
Also is there a way to pull products to a non vb php page???

Hanoifishing
07-18-2008, 08:49 AM
My country haven't support to checkout on internet yet. So that I want to replace the checkout function of this mod with a formmail. How can I do that?

Queball_Beast
07-19-2008, 10:17 PM
I would pay money just to have this hack updated, to support more options, like payment modules, guest viewing, better category layout with options for sold out, out of stock, new stock arrival date, pre-order options and more.

Daz wilde
07-22-2008, 09:36 PM
Also is there a way to pull products to a non vb php page???

Does anyone know how to do this?????

nfn
07-30-2008, 07:59 AM
Amazing MOD ... just what I need, but ...

I would like to have a shopping cart on my board just to let people order t-shirts and the payment will be made by wire.
The member just need to fill the Name, Address ... etc, and I just need to have a history of order (like the one) and the data from the member that make orders.
Is it possible to have CartPlog to work for orders only without PayPal?

Please :)

NemoTech
07-30-2008, 03:48 PM
how do you edit a product you've added. I see "add product" only.

Xphusion
07-30-2008, 03:59 PM
does this cart work with "digital downloads" IE zip files rar files etc? if not is there a shop that does?

chick
08-03-2008, 06:33 PM
how do you edit a product you've added. I see "add product" only.


NO it does not work with digital downloads, you need something like vbdigishop

and there is nowhere to remove or edit the product once you have added it unless you totally delete the category and then start again, so be careful adding products.

It is really a shame this is not supported or someone doesn't write a paid vbcart script. :up:

You might try vbclassified a paid script. The coder is back and doing a great job. It can be used to sell items.

yotsume
08-08-2008, 03:29 AM
Never use vbdigishop! It is a code mess and has a few security holes.

So question about this mod... When does a mod which is not supported and never updated get moved into the mod graveyard!? For the love of god please update this mod already! :D

leannet
08-25-2008, 11:15 AM
how do you edit a product you've added. I see "add product" only.
I was wondering the same thing.

I know this is unsupported but was just checking to see if maybe someone had worked out a way to do it.

ArnyVee
08-28-2008, 06:20 PM
[B]It is really a shame this is not supported or someone doesn't write a paid vbcart script. :up:

I've been an affiliate for this company since I've used their slideshow mod for vBadvanced and I know that he just put out a cart mod. It's like $80 though, but looks promising.

RikiB
08-31-2008, 06:56 AM
wow, first Ive heard of this, I may have to check this one out! Thanks ArnyVee!

ArnyVee
08-31-2008, 12:25 PM
No problem. :D

Let me know how it works if you use it because I've been contemplating buying a license for myself.

RikiB
08-31-2008, 06:59 PM
Im extremely tempted! Ive been waiting for geekmart to release but it seems there is no telling when it will come out, maybe a few weeks, maybe a few months, or longer!

The only thing that makes me hesitate with this cart system, is there is no system for shipping physical goods, Geekmart should have this. If I get it Ill post again about it.

RikiB
09-01-2008, 12:35 AM
It seems vBcart is mainly meant for scripts that run on a webserver. It does not fit the needs of a digital delivery system for files like videos and music etc. Its very unfortunate, hopefully they change it up in the future.

Jrain157
09-12-2008, 01:28 AM
Awesome . . . just awesome. Thanks!!!

protoolers
09-19-2008, 09:58 AM
and there is nowhere to remove or edit the product once you have added it unless you totally delete the category and then start again, so be careful adding products.


In not true.
If you see products in View Category are linkable, and then you can edit or remove your product in your list.

Bye!

chrisbeau
09-23-2008, 09:16 PM
In not true.
If you see products in View Category are linkable, and then you can edit or remove your product in your list.

Bye!

Exactly, just click the product column, eg the number "2" if there are 2 products ;)

Bluefin221
10-10-2008, 01:11 PM
How do you change or remove this message "Welcome to our CartPlog shopping cart. To maximize your experience, please be sure cookies are enabled. If you have any questions, feel free to contact us. "

Borden
10-12-2008, 04:31 PM
How do you change or remove this message "Welcome to our CartPlog shopping cart. To maximize your experience, please be sure cookies are enabled. If you have any questions, feel free to contact us. "

I would like to know the same thing.

wildstylegrafix
10-16-2008, 06:35 PM
I would like to know the same thing.

How do you change or remove this message "Welcome to our CartPlog shopping cart. To maximize your experience, please be sure cookies are enabled. If you have any questions, feel free to contact us. "

Go to the admincp/Languages & Phrases/Search in Phrases/Search for Text/ paste it in there then edit to your likings.

Bluefin221
10-19-2008, 08:27 PM
Go to the admincp/Languages & Phrases/Search in Phrases/Search for Text/ paste it in there then edit to your likings.

Thank you WSG.

Bakushan
10-20-2008, 08:00 PM
getting an error now... (with the dancue version)

Warning: array_map() [function.array-map]: Argument #2 should be an array in /cartplog.php on line 547

rapidphim
10-27-2008, 02:56 PM
Can someone please let me know whether or not this hack will work on 3.7.3 or 3.8.0? Thanks much.

Twisted Shifter
10-27-2008, 08:26 PM
Can this be used to also do Paid subscriptions? I am looking for a tool to manage yearly memberships. But I need to capture data when this happens.

rapidphim
10-28-2008, 01:28 AM
Confirmed this hack is working on 3.8.0 beta 1

Bluefin221
11-18-2008, 09:15 PM
Does anyone know how to limit how many products are viewed on the cart index.

wildstylegrafix
11-21-2008, 10:33 PM
Does anyone know how to limit how many products are viewed on the cart index.

I am going to try to figure this out myself I hate all of the products showing as they do, hopefully somebody has already done this and can chime in.

This is a great mod BTW I have made several transactions already and all have went smooth with no issues.

Thanks for this mod.

xthecanadianx
12-29-2008, 03:18 PM
so im confused. what happens if some one
orders 15 of a product when i have 5? is there
a way to enter the amount of a product in stock?

thanks!

Jaxel
01-09-2009, 01:22 PM
Can you do custom prices by options?

And how do I edit a product?

Raffaele
01-15-2009, 08:21 PM
Hello everyone how can i fix the Pricing if i select 10.00 it shows only 10 and i noticed if i would do 10.99 the output is the same but not with even numbers like 10.00 output is 10.

Thank you for the help

Raffaele
01-15-2009, 08:37 PM
And how do I edit a product?


to edit a product i found that you should go to View Categories and click where it say's Product below the product you like to edit... i included an attachment hope this helps.

Raffaele

sateurope
01-25-2009, 03:11 PM
I Know not supported but!!!!!!

Can anyone tel me if there is a complete adress request when ordered?
Have not seen anything of that yet

hotwheels
02-06-2009, 01:38 PM
Diesel, the shipping information will be sent to you via e-mail. It will be the shipping e-mail they have used on their paypal account.

On a side note, I've done some minor changes to improve the cart.

These include the following:

Clickable Thumbs - When on the index page they will redirect you to the product info. When clicked again in the product info page it will redirect you to a larger size image.
A second set of options. Haven't figured out how to display the chosen 2nd set of options during the checkout process, but I believe it will save it to the database.
There is a limit to how many products are displayed under the popular products column. I set it to 5.
There is a limit of 15 products displayed on the index.
"$" symbols and "," are used for Currency.
When viewing a category list it is now sorted by alphabetical order.


Here are the files. If you want these changes just upload them.

To the Author:
If this is not permitted, I apologize. Let me know so I can take them off.


I really feel like this mod has serious potential. I am not a coder, I was just very motivated to figure these things out. If anyone is willing to help me to improve this cart just reply to this thread or pm me. Together we can make this a better, very useful mod.

That was a good try, I uploaded the two files, but they didn't work. I do have a question though if you are still using the files, where is the code you put in for clickable thumbs. I compared the code with the original files and all i can see is the option 2 code.

doug

hotwheels
02-06-2009, 01:42 PM
getting an error now... (with the dancue version)

Warning: array_map() [function.array-map]: Argument #2 should be an array in /cartplog.php on line 547

Yea, there are errors in the code........I tried to repair them and force the upgrade in mysql, but no go.

GTX2
02-11-2009, 10:42 PM
Hi all,
Great mod! Anyone know how I might go about adding shipping/postage costs as a mandatory part of the checkout process?

Cheers and thanks,

Ian

Same question here....
is there any way of adding shipping costs to the order?
I know i can add directly in the product price, but then the product looks very expensive...
i really want to add shipping costs at the end, when finalizing order....

anyone?

wickedstangs
02-12-2009, 02:31 AM
does this work on 3.8.1?

hotwheels
02-12-2009, 02:38 PM
Yes it works on 3.8.1.......and good luck with the shipping thing. Your best luck maybe to try to set up a shipping block within paypal, so that after the item is purchased, they user will have to type in the shipping price. I haven't really messed with that part yet, but i have been messing with this program.

Sadly, this is another one of those mods that should be in the modification graveyard, but since it was written by a mod, it still get's to stay alive. This program is really really basic and doesn't give you allot of options to work with. It isn't supported, and if you read earlier posts, the support that was given, wasn't very friendly. So, unless you know allot about php coding, i would not use this program. Maybe try zencart or oscommerce and remember that those programs aren't vbulletin friendly, but they will atleast do what you are looking for.

This would have been a great program had the original developer continued on with a pro version.

hotwheels
02-12-2009, 02:46 PM
Some of the things i have noticed wrong with this program: Images aren't clickable, so the thumbnail size is what it is, unless you add height and width to the template you want to show a larger image of.

You only have one option set, so you can set size or colors, but nothing else.

There is no shipping option with this, but you maybe able to add the shipping code from paypal in the proper template. But you will have to know what the shipping is going to be for all of your items, almost like flat rate shipping.

Your items count doesn't work right. I have one category that only has 2 products in it, but it show's that there are 9 items in it.

You can't set permissions, the cart is either turned on for members or it's off, and if you have guest's floating your site, they will not be able to see the cart at all. You can remove the code as suggested earlier, but anyone can purchase from your store and you may not know who it is that ordered, and it may turn out to be false purchase's made.

I have spent many hours trying to figure out how to add clickable image code to the php, but i am not very good at coding, so i am stuck with out of proportion images.

Anyways, those are just a few of the things i have found that need work on this mod and had someone with a bit more coding skill worked with this, it would have been a great addition for vbulletin.

ArnyVee
02-17-2009, 12:53 AM
So, there isn't an updated version of this mod? Or, a pro version of this mod? It's working, but still has lots of room for improvement?

So, my question is... why can't someone take this same mod over and just 'take it to the next level'?

UDPride
02-27-2009, 04:16 AM
In my honest opinion, Photopost are the ones we need to be pressuring. I have their Classifeds product and it integrates with VB beautifully, incorporates Paypal, auction bidding, photos, asking prices, everything. The only thing its missing is adding custom fields chosen by the buyer like size or color and a proper taxing API. They have 95% of it done.

Im trying to use it to sell items that are more merchandise and not "single one-off items" and while works okay as an ebay replacement, it should really be a commerce replacement. Why go to the trouble to make it 95% of what it could be when the last 5% would quintuple your sales. Everybody is clamoring for this.

jim doodle
03-05-2009, 12:16 AM
I really liked and probably will like the GEEKmart

http://www.thevbgeek.com/forumdisplay.php?f=25
http://www.thevbgeek.com/geekmart.php

I think they should get this mod sorted, i've always been impressed with their mods!

Fully integrated VB shop

vibedream
03-08-2009, 10:12 AM
does working on vb3.8?

KAWIE1
03-16-2009, 08:19 PM
I wish they'd finish it too.

hotwheels
03-17-2009, 02:03 PM
Yes this works on 3.8, but it is very limited to what it allows you to do.

From reading post's from the author of this mod, they have no intention of going pro, so what you see is what you get.

Not sure if you will see geekmart finished. I believe like all of the other carts that were started, there were big plans on making a geekcart, but it too was dropped.

I have not had good experiences with photopost. Their product service is very poor in my opinion, and i have had to cancel my subscriptions with them and move on to better supported photo products, like photoplog.......

johnbro
03-24-2009, 03:47 PM
I installed it... and when i want to place order via paypal it gives me this error
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.

in Options/payd subscriptons my mail is correct
BTW i use 3.8.1 version of vbulletin

DeeperImage
03-28-2009, 03:14 PM
Wow, this is exactly what I'm looking for but it looks like from what I've read it needs more work. Someone should take this project over and finish it/improve it. I'd be willing to donate money to whoever does and I'm sure others would too.

AllenMead
04-06-2009, 02:29 PM
Is there anyway i can get certain moderators access via the administrator permissions settings?

EagleNick
04-18-2009, 01:31 PM
Would this mod work good for intangible services? Or physical products only?

Daz wilde
04-18-2009, 05:53 PM
Also is there a way to pull products to a non vb php page???

Does anyone know if this is possible????????????????????????????

Reece^B
04-22-2009, 10:16 AM
Another fantastic product form calorie.

BelMaseto
04-22-2009, 05:24 PM
My personal mod.

If you want to exclude or deactivate some categories without delete them:

1).- Mark display order of the categories as "0"

2).- Find this code on cartplog.php:

$cartplog_category_infos = $db->query_read("SELECT catid, title, products
FROM " . TABLE_PREFIX . "cartplog_categories
ORDER BY displayorder
");

3).- And replace whith this:

$cartplog_category_infos = $db->query_read("SELECT catid, title, products
FROM " . TABLE_PREFIX . "cartplog_categories
WHERE displayorder > 0
ORDER BY displayorder
");

Regards.

TheLastSuperman
06-10-2009, 01:01 PM
Thanks Calorie, running on 3.8.2 no problems :D

Daz wilde
06-20-2009, 11:36 AM
Is there any way of adding in postage costs.

Jamey
08-26-2009, 12:54 PM
Thank you. Marked installed. Is there a way to change it to say store instead of cartplog everywhere?

Mobo
08-31-2009, 04:12 PM
Jamey, I don't have this installed yet, but I would think you could search the Phrase for cartplog and replace it with Store.

Cplkaos
09-18-2009, 04:50 PM
Help.

I have installed the cart as the instructions say....

But there is no way I am able to get my pics to display next to the item.

I have them on my server and all that.

Is there a certain size or should the folder the pics are in have a certain permission group.

Please help, I have stuff for sale and the users have money to spend.

Please help/advise.

Cheers.

nine5flareside
11-26-2009, 10:45 AM
Diesel, the shipping information will be sent to you via e-mail. It will be the shipping e-mail they have used on their paypal account.

On a side note, I've done some minor changes to improve the cart.

These include the following:

Clickable Thumbs - When on the index page they will redirect you to the product info. When clicked again in the product info page it will redirect you to a larger size image.
A second set of options. Haven't figured out how to display the chosen 2nd set of options during the checkout process, but I believe it will save it to the database.
There is a limit to how many products are displayed under the popular products column. I set it to 5.
There is a limit of 15 products displayed on the index.
"$" symbols and "," are used for Currency.
When viewing a category list it is now sorted by alphabetical order.


Here are the files. If you want these changes just upload them.

To the Author:
If this is not permitted, I apologize. Let me know so I can take them off.


I really feel like this mod has serious potential. I am not a coder, I was just very motivated to figure these things out. If anyone is willing to help me to improve this cart just reply to this thread or pm me. Together we can make this a better, very useful mod.

OK sorry if this is stupid BUT where/how do I install these alterations to this program? Please dont reply with adminCP! Provide me with the exact steps! There are 2 php files and this post with the files is located on page 9. Thanks for any help!

kmohamed
12-10-2009, 08:24 PM
any update for either 3.8 or 4.0
love this mod and i willing to donate for works like that

Alex@Mk3OC
12-13-2009, 10:09 AM
Have this working fine on 3.8.4, would love it to get it updated to work in 4.0 though

Massamo
12-15-2009, 08:16 AM
thanks i got it working on 4.0 but i changed it alot of the coding to how i want it to be

Alex@Mk3OC
12-18-2009, 01:20 PM
What code did you need to change, gonna have a look myself and see if i can figure it out, but coding is new to me

MyPornLife.info
12-18-2009, 11:14 PM
looking for a version for vB4

Silver_2000_)!
12-19-2009, 01:29 PM
Your items count doesn't work right. I have one category that only has 2 products in it, but it show's that there are 9 items in it.


When you added the products you put them in the category that now shows 9 and then moved them - the code doesnt include the correct info to update the Database when you move a product

you could just edit the DB

just change the number of products in products field in cartplog_categories

Massamo
12-23-2009, 11:09 AM
have to change all the fetch_template stuff in the php file and then just change the templates to make css work

Alex@Mk3OC
12-23-2009, 11:31 AM
I sent you a PM as well as I'm new to coding for VB, so any pointers would be appreciated, I know I'll need to change certain things, but trying to work out what i need to change them to is proving tricky

BioFall
01-22-2010, 04:19 PM
Does anyone know if this works for vBulletin 3.8 ? I have been searching for a shopping cart mod forever.

Alex@Mk3OC
01-23-2010, 02:18 PM
Works fine on my live 3.8.4 board

avitor
01-24-2010, 08:10 AM
hi
try install on vb 4 gold and have this error's

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

Parse error: syntax error, unexpected T_STRING in /*************/******/8888/html/merkava-project.com/merkavaforums/cartplog.php(303) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

any help to fix this error?

Wordplay
01-27-2010, 10:43 AM
never noticed this hack before, is it stable? does it work?

would anybody be willing to upgrade it to 4.0? and help me add a few functions? i asked for paid help in creating a shopping cart software here:
https://vborg.vbsupport.ru/showthread.php?t=234190

mrdb
03-08-2010, 09:04 PM
I have just moved whole VB database and files to new host all seems ok but cartplog?

When you try to edit a product in ACP you get a "You do not have permission to access this document" error when clicking save.

If i open "forum/admincp/cartplogacp.php?do=doeditproduct" direct it will open so i have access to the page.

What pages does the script call when posting changes??

Also transactions once paid do not seem to update, the paypal api tests ok and payment goes to paypal. im at a loss as i cannot get our shop working again....

Daz wilde
03-21-2010, 01:24 PM
Does this work with 4.0??

Alex@Mk3OC
03-21-2010, 09:01 PM
No it doesn't work with vB4

Daz wilde
03-21-2010, 09:06 PM
No it doesn't work with vB4

Cheers mate is there anything else out at the mo we can use??

Alex@Mk3OC
03-22-2010, 08:53 PM
Not at the moment, I had to get one custom made for us

MissKalunji
04-25-2010, 01:09 AM
works on 3.8

wickedstangs
05-20-2010, 03:29 AM
can someone port this for 4.0... Please

XionWEB
05-27-2010, 05:14 PM
waiting 4 4

wickedstangs
05-28-2010, 05:27 AM
needs to be ported for the new vb:)

Tukiisan
06-02-2010, 01:32 AM
Dear Calorie,

Will you make a new version for Vbulletin 4.0? or i can use this in vbulletin 4.0?

vortodox
06-06-2010, 10:56 AM
It would be great if someone would port this for VB 4.0.

wickedstangs
06-06-2010, 01:31 PM
yes it would... Calorie were are you:)

Shwiggler
06-14-2010, 07:56 PM
I agree. I can't find any shopping cart that is compatible with VB 4.0. Does anyone know of one?

Scalemotorcars
06-21-2010, 06:55 PM
<a href="http://www.itvault.com/osc_shop.php" target="_blank">vB Osc Shopping Cart Pro v1.0.6</a>

Works perfectly but its a paid script.

shooptek
07-03-2010, 12:46 PM
+1 for a vB4 port!

wickedstangs
07-13-2010, 11:18 PM
a very good application and much needed for vbulletin 4.0.5

Dragonsys
07-30-2010, 01:33 AM
vB Osc Shopping Cart Pro v1.0.6 (http://www.itvault.com/osc_shop.php)

Works perfectly but its a paid script.

?85.00 for a OSCommerce integration? It's nicely done, but no thanks.

andy1074
07-31-2010, 05:04 AM
can i use this for vb4?
i need this

piscaonline
08-01-2010, 10:45 PM
Not sure if anyone still needs help with shipping costs, but since I'm only charging my fans a flat rate for USPS shipping of 4.99, the integration for Paypal was rather easy.

Under the cartblog_view_cart template, add the following code:

<input type="hidden" name="handling_cart" value="0.00">

Where 0.00 is your flat-fee. I know it doesn't help with people who have shipping of various weights and sizes, but it's better than listing your items higher in order to charge shipping.

If you're good with PHP and MySQL maybe you can integrate a custom script (for yourself) to allow for custom rates for various items. If that's allowed.

kjsmith84
08-19-2010, 05:44 PM
Not sure if anyone still needs help with shipping costs, but since I'm only charging my fans a flat rate for USPS shipping of 4.99, the integration for Paypal was rather easy.

Under the cartblog_view_cart template, add the following code:

<input type="hidden" name="handling_cart" value="0.00">

Where 0.00 is your flat-fee. I know it doesn't help with people who have shipping of various weights and sizes, but it's better than listing your items higher in order to charge shipping.

If you're good with PHP and MySQL maybe you can integrate a custom script (for yourself) to allow for custom rates for various items. If that's allowed.



so where do you add this in the view_cart template?

blackrat250
03-04-2011, 10:36 AM
Does anyone know if there is something like this for Vb 4 ?

Bill Thebert
07-28-2011, 05:59 PM
Is there a way to put a "Paid Subscription" to the SITE into the "cart/store" that this product creates? Can any version of cartplog (1.0.0, 2.0.0 or 3.0.0) support this?

We're considering using this product for a motorcycle club. The club has a "membership" fee, and the off-the-shelf vBulletin "paid subscription" (with auto renewal via PayPal) works just peachy for our needs.

But the club ALSO has parts, accessories, T-shirts, stickers, patches, etc. -- things that are NOT renewable by nature.

It would be really nice if we could have "one-stop shopping" for both membership AND stuff.

Is this achievable?

Currently running vB 3.7.2, but we're willing to upgrade if necessary.

Nordraserei
09-23-2011, 12:27 AM
On the main page of the cartplog how do i get two items in a row instead of three?

tommydamic68
09-25-2011, 11:00 PM
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!

Nordraserei
10-05-2011, 11:36 AM
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.php?p=1414092&postcount=98

Kaptan
12-05-2011, 05:25 AM
I want my costumers able to write a comment for products,
Is it possible?

fotoking
07-27-2012, 03:12 PM
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

Uberguilds
10-05-2012, 03:14 AM
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/

Uberguilds
10-05-2012, 06:17 AM
Display order update, sorting productIDs in vb3_cartplog_products:

http://socialpdx.com/images/product-cart-display-socialpdx.png
(http://socialpdx.com)


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

BenOwns
03-18-2013, 02:53 AM
Hey there,

i am trying to use the view transactions, but i am receiving nothing from it :/

JohnKellum
05-15-2014, 05:21 PM
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?