CALL TOLL FREE: 800.673.4898   or  

Turnkey Web Tools


+ Post New Thread
Threads 1 to 13 of 13

Forum: Customizations, Mods & Plugins

Post requests or share your contributions for the SunShop community.

  1. Sticky Thread Sticky: Adding "Add To Cart" to your own HTML pages

    Assuming you have your own button image and know the path/url to it, you would add the following in your page's HTML... <a href="index.php?l=addtocart&product=99&product=1"><img src="images/buynow.gif" border="0" /></a> Edit: Keep in mind that the path in this example is relative to where the...

    Started by TWT-Chris, 07-21-2010 06:46 PM
    • Replies: 0
    • Views: 216
    07-21-2010 06:46 PM Go to last post
  2. Sticky Thread Sticky: Assigning specific real-time shipping options to products.

    Note: Before you get started you should create a backup of "global.php"! The following modification allows you limit products to the real-time shipping option of your chouice. This mod will only work if there is only one item in the cart and that item ID is found in a text file that will reside...

    Started by TWT-Chris, 07-21-2010 06:42 PM
    • Replies: 0
    • Views: 155
    07-21-2010 06:42 PM Go to last post
  3. Sticky Thread Sticky: Creating SEO URL's without generating HTML pages

    1. Create an .htaccess or alter your apache config file to add the the following mod_rewrite entries: RewriteEngine on Options +FollowSymLinks RewriteBase / RewriteRule catalog/(*)/(*)-(*).html$ /index.php?l=product_detail&p=$3 RewriteRule catalog/new-products-0-1.html$...

    Started by TWT-Chris, 07-21-2010 06:39 PM
    • Replies: 0
    • Views: 249
    07-21-2010 06:39 PM Go to last post
  4. Sticky Thread Sticky: Altering & adding links to the SunShop navigation / menu bar

    In this example we will edit the "modern_black" theme. 1. Go to "Settings" -> "Manage Templates" in your SunShop administration area and select the "table_information.html" template. 2. Using a little bit of common sense & the code that is already in the template by default, you can easily...

    Started by TWT-Chris, 07-21-2010 06:36 PM
    • Replies: 0
    • Views: 171
    07-21-2010 06:36 PM Go to last post
  5. Sticky Thread Sticky: Embedding flash movies & animations into pages.

    1. Upload your SWF/FLASH file to your web site via FTP. or get the url/link to the flash file you would like to use. 2. In your SunShop administration area, click on "Products". 3. Find the product and click on the "Edit" icon (Looks like a pencil.) 4. Under the "Full Description" area of...

    Started by TWT-Chris, 07-21-2010 06:26 PM
    • Replies: 0
    • Views: 156
    07-21-2010 06:26 PM Go to last post
  6. Sticky Thread Sticky: Adding additional pages within SunShop

    1. Login to your Sunshop administration area and go to "Settings" -> "Manage Templates". 2. Scroll to the bottom of the page and look for the "Add New Template" link. When you click this, a text field should appear asking for the template name. ...

    Started by TWT-Chris, 07-21-2010 06:20 PM
    • Replies: 0
    • Views: 202
    07-21-2010 06:20 PM Go to last post
  7. Sticky Thread Sticky: Altering template text and language variables. (Welcome Message Changes)

    In this example we will alter the text in the Welcome Message template. Method 1: 1. In your SunShop administration area go to "Setting"s -> "Manage Templates". 2. Select "page_welcome.html" from the dropdown and search for the "$lang", "$lang" and "$lang" PHP variables. ...

    Started by TWT-Chris, 07-21-2010 06:16 PM
    • Replies: 0
    • Views: 226
    07-21-2010 06:16 PM Go to last post
  8. Sticky Thread Sticky: Customization / Modification Forum Rules

    Modification & Hacks Rules Please keep these simple rules in mind when posting code in this area. 1. Do not post or link to any code / software included with any of the software. 2. You may only post any addons, plugins, modification & hacks you made yourself. Make changes at your own...

    Started by TurnkeyAdmin, 05-21-2003 02:35 AM
    • Replies: 0
    • Views: 6,476
    05-21-2003 02:35 AM Go to last post
  1. W3C XHTML validation errors

    this is a little error, no big deal. I get 4 errors and one warning when i attempt to xhtml validate. The first is the allowtransparency attribute used in the iframe from facebook. I can't think of anything i can do about it. It is being defined on facebook so has nothing to do with us......

    Started by Lost_Adonis, Yesterday 01:26 PM
    • Replies: 0
    • Views: 8
    Yesterday 01:26 PM Go to last post
  2. How to

    You had a set of how-to examples at one time. Do you know what happen to them? Thanks! Jeff

    Started by jett69, Yesterday 10:43 AM
    • Replies: 1
    • Views: 20
    Yesterday 11:13 AM Go to last post
  3. Sunshop + Joomla?

    Has anyone ever seen or heard of anyone working on a Joomla with a Sunshop cart integrated site? I want to check it out and see if can be/has been done.

    Started by Spookious, 03-10-2006 10:23 AM
    • Replies: 7
    • Views: 1,770
    09-07-2010 12:02 PM Go to last post
  4. TOP SEARCHES Modfication

    Wondering if there is a simple "TOP SEARCHES" addon for Sunshop similar to that of the "Top Searches" on Google, Yahoo, etc. :confused: Thanks! Adam www.TheGymStop.com

    Started by thegymstop, 09-02-2010 11:20 AM
    • Replies: 0
    • Views: 64
    09-02-2010 11:20 AM Go to last post
  5. Fully Custom Site from Scratch

    I'm having a PHP meltdown. :confused::confused: I am building a site for a client that wants nothing to do with any of the templates included in Sunshop; he wants it all custom. I thought this would be a simple task, but nay, it has proved beyond my abilities....almost. My main question is...

    Started by afullmer, 08-25-2010 01:52 PM
    custom, flash, in dire need of help, php, variables
    • Replies: 3
    • Views: 166
    08-27-2010 01:22 PM Go to last post
  6. Show Featured product feed on custom page

    I am trying to show our 3 featured products on a custom page using the same code that shows them on the page_welcome.html template. However, they do not show up. The code is: $list The welcome_page can be found here:http://www.giftwineglasses.com/sunshop/index.php The custom page where...

    Started by afullmer, 08-27-2010 12:56 PM
    • Replies: 0
    • Views: 55
    08-27-2010 12:56 PM Go to last post
  7. Show Only Certain Credit Cards to be accepted

    I only want to show that I accept Visa, MasterCard, Discover and American Express. However, I don't see the option to turn certain credit cards on and off that I accept. How do I do this? Thank you.

    Started by NeedHelp, 07-24-2010 09:43 AM
    credit card, credit card installation
    • Replies: 1
    • Views: 191
    08-26-2010 11:03 AM Go to last post
  8. Categories and Templates

    Hello, I was wondering if there was a way to implement certain Category products in custom Templates that I built. For example, I have a custom template with a header message (like the Welcome message in lang_en.php) and would like to show a certain category of products in there. Very much...

    Started by zuludelta9, 08-26-2010 10:23 AM
    categories, featured, products, templates
    • Replies: 0
    • Views: 72
    08-26-2010 10:23 AM Go to last post
  9. Browser-stamp for each order placed?

    Anybody have any ideas on a mod, or some way to track what browsers are being used in our conversions on our site?

    Started by foberto, 08-18-2010 09:27 AM
    • Replies: 1
    • Views: 104
    08-26-2010 09:31 AM Go to last post
  10. How to change time zone?

    Maybe someone can help with advice on how to set the time zone? My store is in Europe. Time zone difference with the TWT is 9 hours and I am in UTC time zone +2.00.

    Started by latswimmasters, 08-20-2010 08:15 AM
    time zone
    • Replies: 1
    • Views: 107
    08-26-2010 09:27 AM Go to last post
  11. SEO URL's without generating HTML - Code is different than what the instructions say.

    Chris, In your instructions you say change: // Set Base URL if ($_GET == 1) $index = '<base href="'.((is_secure)?$settings:$settings).'" />'; to // Set Base URL

    Started by creatorx, 07-30-2010 08:55 AM
    • Replies: 14
    • Views: 392
    08-11-2010 11:05 PM Go to last post
  12. E-mail Drop Ship Vendor

    Hello, I use drop shipping for some of my products. I would like to e-mail the vendor straight from my shop and everything works fine its just that I can't figure out how to get the e-mail to include the SKU (model number) of the products in the e-mail. My drop shipper requires this as they...

    Started by Davidplayer100, 06-01-2010 05:25 PM
    • Replies: 2
    • Views: 277
    08-11-2010 01:23 PM Go to last post
  13. Change Welcome Message

    How do I change the "Welcome" message on the Home page? I searched page_welcome.html and main_index.html but could not find the current code.

    Started by Ryancy, 03-09-2010 03:20 AM
    • Replies: 4
    • Views: 313
    08-11-2010 04:32 AM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

© Copyright 2001-2010 Turnkey Web Tools, Inc. All rights reserved.
Privacy Policy