Turning Off Feature |
Post Reply |
Author | |
Leather_Treaty
Newbie Joined: 07-July-2012 Status: Offline Points: 35 |
Post Options
Thanks(0)
Posted: 07-August-2013 at 9:50pm |
Hello,
when using the apparel addon can the "Save and choose another" feature be turned off or removed?It creates an issue when customization is evolved as all items will have the same name engraved for example. You then need to tell the customer to edit each on the shopping cart level. This is a bit confusing and better not to have the feature. Thanks, Gary
|
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Look at the bottom of /pc/app-ViewPrdFuncs.asp for: <div id="AddtoList" style="display:none"><%if popUpAPP<>"1" then%><a href="javascript:new_AddSPtoList(SelectedSP);"><%respo nse.write dictLanguage.Item(Session("language")&"_viewPrd_spmsg7") %></a><%end if%></div> Backup this file first, then remove this code to test. Best Regards, NetSource Commerce
|
|
Leather_Treaty
Newbie Joined: 07-July-2012 Status: Offline Points: 35 |
Post Options
Thanks(0)
|
Hello,
when I remove code as suggested I get an error when I open my product pages there is the wait as the database is accessed and it grays out the page behind it. This stays like this so I must hit the back button to get off the page. Any more suggestions? Thanks, Gary
|
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
My apologies. Hiding those two areas requires only a small code change. You can do so by changing a little bit of code on the page (/pc/app-ViewPrdFuncs.asp). Specifically, open the file and find the sub-routine:
Public Sub CreateStockMsgArea() In the subroutine, replace this line: <table class="pcShowContent" width="100%"> ...with: <table class="pcShowContent" width="100%" style="display:none"> Save the file and upload it back to the "pc" folder. The "Inventory Status" area and "Save and Choose Another" link will now be hidden from the product details page. |
|
Leather_Treaty
Newbie Joined: 07-July-2012 Status: Offline Points: 35 |
Post Options
Thanks(0)
|
Works great,
thanks a bunch saves me a lot of time explaining and illustrating that feature on my site. Best Regards, Gary
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |