vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - CartPlog: The Lite PayPal Shopping Cart (https://vborg.vbsupport.ru/showthread.php?t=161010)

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

Quote:

Originally Posted by Rukas (Post 1400722)
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

Quote:

Originally Posted by Pirat3 (Post 1413440)
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

Quote:

Originally Posted by Borden (Post 1413934)
I would like to know the same thing.:(

Me too

ragtek 01-02-2008 08:32 PM

Quote:

Originally Posted by 5th-Level (Post 1414077)
Me too

Quote:

Originally Posted by Borden (Post 1413934)
I would like to know the same thing.:(

Quote:

Originally Posted by Pirat3 (Post 1413440)
Can someone please tell me how i can make this cart viewable by guests?

Hi
you can delete:
PHP Code:

    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
PHP Code:

// ###################### 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

Quote:

Originally Posted by cuphongle (Post 1425507)
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....&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

Quote:

Originally Posted by slmoney (Post 1400753)
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???


Quote:

Originally Posted by slmoney (Post 1427755)
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

Quote:

Originally Posted by inciarco (Post 1437252)
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

Quote:

Originally Posted by Junkie (Post 1367835)
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.


All times are GMT. The time now is 01:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01345 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete