Print Page | Close Window

Turning Off Feature

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart Add-on's
Forum Name: Apparel Add-on
Forum Description: All topics concerning the use of the Apparel Add-on
URL: https://forum.productcart.com/forum_posts.asp?TID=5691
Printed Date: 28-March-2024 at 7:49am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Turning Off Feature
Posted By: Leather_Treaty
Subject: Turning Off Feature
Date 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



Replies:
Posted By: ProductCart
Date 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 http://www.productcart.com" rel="nofollow - shopping cart software


Posted By: Leather_Treaty
Date 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


Posted By: ProductCart
Date 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 http://www.productcart.com" rel="nofollow - shopping cart software


Posted By: Leather_Treaty
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net