• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

KTOh
#1 Posted : Thursday, April 20, 2017 12:03:47 PM(UTC)
KTOh

Rank: Member

Joined: 4/20/2017(UTC)
Posts: 3
United States

Hello,

I was hoping to add an option for our customers where they can print what they have in the shopping cart to show their managers the subtotals. Some of our clients need to show their managers a "quote" or subtotal prior to purchasing.

Is there a way to do this? or add a button?
Aaron
#2 Posted : Thursday, April 20, 2017 2:42:24 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
A user can print any web page from their browser. It is possible to add a link/button to the page that will fire the print dialog of the browser. In fact, there is already a control to do this. Add the code below to the top of your cart page below the other register directives:

Code:
<%@ Register Src="~/BVModules/Controls/PrintThisPage.ascx" TagName="PrintThisPage" TagPrefix="uc" %>


Then, add the code below wherever you want the print button to appear:

Code:
<uc:PrintThisPage runat="server" />


You can view the HTML that this control outputs by viewing the control here:

/BVModules/Controls/PrintThisPage.ascx

Edited by user Thursday, April 20, 2017 2:43:59 PM(UTC)  | Reason: Not specified

Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
KTOh
#3 Posted : Thursday, April 20, 2017 3:25:17 PM(UTC)
KTOh

Rank: Member

Joined: 4/20/2017(UTC)
Posts: 3
United States

Hmm okay well maybe our version doesnt have the BVModule Control area we have 2015.1.1.1059? When I put in that URL to ours it doesn't come up.

Also we need that button for people who, which are most of our customers, dont know they can print from the browser.
Aaron
#4 Posted : Friday, April 21, 2017 8:14:19 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: KTOh Go to Quoted Post
Hmm okay well maybe our version doesnt have the BVModule Control area we have 2015.1.1.1059? When I put in that URL to ours it doesn't come up.


It does. Were you editing your Cart.aspx page? Did you receive an error?
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
KTOh
#5 Posted : Friday, April 21, 2017 2:37:33 PM(UTC)
KTOh

Rank: Member

Joined: 4/20/2017(UTC)
Posts: 3
United States

I think because we didnt create our template, only our webmasters are allowed to edit the pages because we dont have the option to edit or customize our shopping cart page.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012