vb.org Archive

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

geckoz 08-03-2011 07:10 AM

What happens if somebody buys something? How can I set the page where they will be redirected to? Will I receive an email so that I know that somebody bought something? This mod needs an option to present the buyer a specific landing page with custom content.

PreciseDemise 08-15-2011 07:44 PM

Has anyone else noticed you can't edit or delete Items in the "shop" just categories ..?

Martyn1983 08-15-2011 08:16 PM

You can...

In AdminCp

Go into View Categories
Then search for the category your item is in. Click the NUMBER of items over on the right to correspond with the Category
Then you can click edit next to the item.

It's not as straightforward as it could be, but you definately can edit the items ;)

ctsolutions 10-28-2011 12:40 PM

Just wonder where can I disable the shipping. By a sales from 10€ comes +9€ shipping. That's lol.

Any hint?

Thanks,
Mike

Okay, got it:

cartplog_view_cart

Code:

<input type="hidden" name="no_shipping" value="1" />
Great Mod, thanks

Scyther 11-07-2011 08:24 AM

Well...i downloaded and installed it...but don't get the Cartplog option on Side Menu...

What might be wrong?

Scyther 11-07-2011 08:30 AM

Sorry for the above post....got my way thru and it's installed and working fine..

Good Mod..marked installed...

Martyh 11-20-2011 02:40 PM

Is there a method to send the customer directly to the view cart page ?

Reason - If I have only one product, I won't need to have them select anything or make any choices.

So going directly to the view-cart page with that product already in the cart would be desirable. Once there, they can select how many they want.

Actually there will be two items but they are bought at the same time, so I would need both to be in the cart with only the selection of how many they want of each left for them to do.

Is this possible ? thanks,

ctsolutions 12-10-2011 09:07 AM

Hello, can you tell me if I made something wrong or is a little bug in the transactions view.
Total payment will be *10. That means 40.00 EUR x10 =4000.00

Total: 40.00 EUR

User Name: XXX
Session ID: cd44724b2efbcbdee28ccbc37a0f6900
Transaction ID: xxxxxxxxx10402W
Total: 4000.00 EUR
Status: Completed
Date: 04-12-2011

In which template can I modify?

Thanks

harm63 01-05-2012 08:22 AM

Hello
dows any one know if i can set thumb bigger? or a mouse over for more detaild image??
the thumb is a litle small i think

can i add shiping cost? ( seperated)
thx

DeniDov 03-11-2012 04:35 AM

For people trying to add a link on the navbar, here is a small help:

Log into your admin CP>
Plugins & Products>
Add new plugin>

Now..

Product: Leave vBulletin selected
Hook Location: Process_Templates_Complete
Title: E-Shop (or w.e you want)
Execution Order: Use this field to enter the order in which code at the same hook will be executed.
Plugin PHP Code:

Code:

$tabselected = ''; 
$tablinks = ''; 
if (THIS_SCRIPT == 'eshop') 

    $vbulletin->options['selectednavtab']='eshop';
    $tabselected = ' class="selected"'; 
    $tablinks = '                <ul class="floatcontainer"> 
                        <li><a href="link1.php">Link 1</a></li> 
                            <li class="popupmenu"> 
                                <a href="javascript://" class="popupctrl">Drop Down</a>
                                <ul class="popupbody popuphover"> 
                                        <li><a href="sublink1.php">SubLink 1</a></li> 
                                        <li><a href="sublink2.php">SubLink 2</a></li> 
                                        <li><a href="sublink3.php">SubLink 3</a></li> 
                                </ul> 
                            </li> 
                        <li><a href="link2.php">Link 2</a></li> 
                        <li><a href="link3.php">Link 3</a></li> 
                </ul> '; 


$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="http://www.YOURFORUMURL.com/cartplog.php" target="">THE LINK TITLE FOR YOUR SHOP</a>'.$tablinks.'</li>' ;

Edit at the code end:

<a class="navtab" href="http://www.YOURFORUMURL.com/cartplog.php" target="">THE LINK TITLE FOR YOUR SHOP</a>'.$tablinks.'</li>' ;[/CODE]

mark it as ACTIVE, save, and done.

(Sorry if the code is too messy, i took it from google, thanks)


All times are GMT. The time now is 06:35 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.01049 seconds
  • Memory Usage 1,742KB
  • 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_code_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
  • (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