Remove Service Fee Tutorial | removeservicefeetutorial
image Is That All There Is? Peggy Lee & PJ Harvey
English
Swahili
  Home  |   About Us  |   Policies  |   Customer Service  |   Links  |   Shopping Cart  |   Checkout  |   الدين البهائي   e-Gift Cards     Wish List  
Search    
Home 4 U Artwork Books Garments Hardware + Electrical Home + Decor FREE Stuff Photographic All Departments >>
image image

<b>SALE</b>






Fauxlaroids.com is an Upfront Merchant on TheFind. Click for info.


              
image

image

Help support American Red Cross's disaster relief efforts to help those affected by the Oklahoma Tornadoes.

image

PST10: How to Remove the Product Services Fee from the Product Detail Page

ATTENTION: Paste code samples into notepad before using in the store templates to remove any residual formatting.

There may be times when you want to use the Product Services feature but don't want to charge customers a fee; if you leave the Fee field blank it will still display $0.00 on the Product Detail Page. The $0.00 fee can be removed by copying the Product Detail and Add to Cart templates and editing the source code.

Product Detail Template

Go to Store Design > Page Template Manager put a check in the box to the left of the Product Detail template and select “Copy Page Template” from the More Actions... drop down menu. Enter “Product Detail X” (X being the variable for your specific product) in the Page Name field and “Product Detail for Product X” in the Notes field.

Click  

Go to the Product Information page for the Product X, click “Update” and select “Product Detail X” from the “Product Detail Template” drop down menu.

Click  


Add to Cart Template

Go to Store Design > Page Template Manager put a check in the box to the left of the Add to Cart template and select “Copy Page Template” from the More Actions... drop down menu. In “Page Name” enter “Add to Cart - No Fee”; in the “Notes” add “Add to Cart with no Fee for Product Services”.

Click  the Copy button.

Back in the Page Template Manager click on the name “Add to Cart - No Fee” to view the source code (be sure to set a Baseline).

In the Source Editor find the
    <ss:value source="$product.customService1Title"/> - <b><ss:value source="$product.customService1Fee" format="currency"/></b>
code and add bold tags (<b> </b>) to the Service1Title tag and comment out the Service1Fee tag as below:
    <b><ss:value source="$product.customService1Title"/></b> <!-- - <b><ss:value source="$product.customService1Fee" format="currency"/></b> -->
Make the same edits to the Service2Title and Service2Fee tags
    <b><ss:value source="$product.customService2Title"/></b> <!-- - <b><ss:value source="$product.customService2Fee" format="currency"/></b> -->
Click  Save and Publish


Go back to the Product Detail X template (be sure to set a Baseline), find the code
    <ss:include template="cartadd"/>
and change "cartadd" to "Add to Cart - No Fee".

Click  Save and Publish

Go back to the live store, refresh the Product X product page and you will see that $0.00 no longer appears next to the Product Services fields.


Give us your FEEDBACK on this tutorial. DRAFT: Last Revised 05.29.10

Go Back

Bookmark this page


Hope is Life



Assigned Goals - Remove Service Fee Tutorial