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)

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

Quote:

Originally Posted by tommydamic68 (Post 2250063)
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....2&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-...-socialpdx.png

Code:


if [ $# -ne 2 ]; then
        echo "Usage: $0 <first product ID to swap> <second product ID to swap>"
        echo "Example:  $0 5 10"
        exit 0
fi

echo "Enter MySQL password for user $(whoami): "
stty -echo
read PW
stty echo
echo ""

mysql -u"****DATABASEUSER****" -p"$PW" ****VBULLETINDATABASE**** -e "UPDATE vb3_cartplog_products SET productid=10000 WHERE productid=$1; UPDATE vb3_cartplog_products SET productid=$1 WHERE productid=$2; UPDATE vb3_cartplog_products SET productid=$2 WHERE productid=10000;"

echo "Swap completed, Visit SocialPDX.com."



THEN, run this query.

ALTER TABLE vb3_cartplog_products ORDER BY productid

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?


All times are GMT. The time now is 07:37 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.04232 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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