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)

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
Quote:

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

Quote:

Originally Posted by Daz wilde (Post 1576238)
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:

PHP Code:

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

3).- And replace whith this:

PHP Code:

$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


All times are GMT. The time now is 05:32 AM.

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.01308 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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