Rank: Member
Joined: 4/20/2017(UTC) Posts: 3
|
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?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 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 |
|
|
|
Rank: Member
Joined: 4/20/2017(UTC) Posts: 3
|
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.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: KTOh 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 |
|
|
|
Rank: Member
Joined: 4/20/2017(UTC) Posts: 3
|
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.