ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart Add-on's > Apparel Add-on
  New Posts New Posts RSS Feed - Turning Off Feature
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Turning Off Feature

 Post Reply Post Reply
Author
Message
Leather_Treaty View Drop Down
Newbie
Newbie


Joined: 07-July-2012
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote Leather_Treaty Quote  Post ReplyReply Direct Link To This Post Topic: Turning Off Feature
    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
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 08-August-2013 at 9:10am

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
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
Leather_Treaty View Drop Down
Newbie
Newbie


Joined: 07-July-2012
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote Leather_Treaty Quote  Post ReplyReply Direct Link To This Post Posted: 08-August-2013 at 2:31pm
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
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 09-August-2013 at 12:45pm
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.

The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
Leather_Treaty View Drop Down
Newbie
Newbie


Joined: 07-July-2012
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote Leather_Treaty Quote  Post ReplyReply Direct Link To This Post Posted: 09-August-2013 at 3:34pm
Works great,

thanks a bunch saves me a lot of time explaining and illustrating that feature on my site.

Best Regards,

Gary Clap
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.059 seconds.