1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

T-shirt Website Template

Discussion in 'Free Website Templates' started by Mimoun, Feb 16, 2012.

  1. roedi73

    roedi73 New Member

    Great one I looking for, how can I make each picture link to preview product detail?
     
  2. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    Don't have a CS3 copy at the moment will see if I can test this with CS3 in the future. If you do just open it and let us know.
     
  3. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    It's very easy to do this just wrap a link around the images like this:

    Code:
    <div id="featured">
        <ul>
            <li><a href="shirt-red.html"><img src="images/shirt-red.jpg" alt="shirt" /></a></li>
            <li><a href="shirt-orange.html"><img src="images/shirt-orange.jpg" alt="shirt" /></a></li>
            <li><a href="shirt-green.html"><img src="images/shirt-green.jpg" alt="shirt" /></a></li>
            <li class="last"><a href="shirt-blue.html"><img src="images/shirt-blue.jpg" alt="shirt" /></a></li>
        </ul>
        <a href="shop.html" class="button">shop here!</a>
    </div>
    Make sure you create the shirt-red.html etc. pages first just use a copy of the shop.html as a starting point.
     
  4. barefoot

    barefoot New Member

    Is there also a background (bg-header.png) file available without the text?
     
  5. lafseo

    lafseo New Member

    You may want to change the font size or style. Or add a header or footer. When it comes time to save the changes to your template, click save as type and choose document template. Thanks.
    Regards,
    [link removed by moderator]
     
    Last edited by a moderator: Sep 3, 2014
  6. Cityman54

    Cityman54 New Member

    How would I add paypal as my payment system into this website

    thanks
     
  7. Yen

    Yen Programmer Verified Member

    @Cityman54 To add paypal option to your site will require some programming.

    The flow is as follow:
    1. Create (or use your existing) Paypal Merchant Account.
    2. Follow this link to add a PayPal button to your site
      • upload_2014-9-4_3-10-41.png upload_2014-9-4_3-9-15.png
    3. Click on the "Customize & Preview" link
    4. Fill in the necessary details
    5. Copy the entire script tag and place it at the appropriate location in your html page.
    6. Upon a successful payment, you will be notified thru' a call to your Callback URL (you provided this info. during "Customize & Preview")
      • this Callback URL should lead to a script (e.g. PHP) that will receive the payment details
      • it should check the details to ensure the correct amount received for the correct item
      • once payment verified to be correct, the system should record this as a new order
      • you should regularly check your backend for new orders, then proceed to fulfill those orders
    You need to have some intermediate programming knowledge (e.g. PHP) for writing the Callback URL script.
    Details here.

    Alternatively, you could also omit the "Callback URL" script and instead regularly check your PayPal account for new incoming transactions, the proceed to fulfillment step.

    Check out this (slightly outdated) video too.
     

    Attached Files:

    Ruthe and Dawn like this.
  8. maaaz khan

    maaaz khan New Member

    thanks for sharing!
     
    Last edited by a moderator: Nov 10, 2014
  9. James Anderson

    James Anderson New Member

    Great template for any T-shirt seller. It is amazing and growthful for sales the T-shirt.