-
Content count
183 -
Joined
-
Last visited
Everything posted by charmdiva
-
I have installed HTC with STS4 and it is working except my META tags are showing up at the top of the HTML page, before the HTML and HEAD opening tags. Any idea what might be going on here? Thanks
-
I'm not sure if this is an STS issue but I have looked into every other possibility I can think of. I want to change the symbol that appears in the breadcrumbs navigation between Top, Catalog, etc. and replace it with a small image. I found the line of code in header.php and replaced the symbol » with the code for my image. However, the original symbol is still appearing. It isn't cached in my browser. I'm wondering if STS doesn't capture this part of header.php? Thanks.
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
You might want to look at this contribution to see if it will do what you want: http://www.oscommerce.com/community/contri...ons,4491/page,7 -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
You can change the thumbnails globally by going into Admin>Configuration>Images and changing the dimension of the small images. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
What do you want to change? -
Ajay, Put this in the head of your template and your popup images should work: <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=50,screenY=50,top=50,left= 50') } //--></script>
-
I apologize if this has already been posted. I did a search and didn't find the answer. I uploaded all the files for this contrib. It is showing up under payment modules in admin. However, when I go to edit the settings and hit Update, my changes aren't saved. It still shows Enable PayPal IPN module is set to false. Any idea why my changes aren't updating? Thanks
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I just set up a new store using STS. I am having a problem with my product info template. I have my Click to Enlarge link set up like this: <a href = "java script:popupWindow('http://bellagemmadesigns.com/catalog/popup_image.php?pID=$productid')">Click to Enlarge</a> However, when the template is parsed, the variable $productid isn't being processed. I have an older store that works with this syntax. Did something change with the newest build of OSC? Thanks for any help. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Thanks for your reply. We haven't upgraded mySQL. I tried the fix they recommend in the thread, but nothing changed. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I've been unable to find the answer to this. When I use the search feature, I get this error on the advanced search results page: 1064 - You have an error in your SQL syntax near 'distinct p.products_id) as total from products p left join manufacturers m usin' at line 1 select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%dress%' or p.products_model like '%dress%' or m.manufacturers_name like '%dress%') ) [TEP STOP] Has anyone else had this problem when using STS? Thanks -
I am having a problem using the Search feature when I have STS implemented. Works fine when not using my templates. When entering keywords into the search box, I get this error: 1064 - You have an error in your SQL syntax near 'distinct p.products_id) as total from products p left join manufacturers m usin' at line 1 select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%pendant%' or p.products_model like '%pendant%' or m.manufacturers_name like '%pendant%') ) [TEP STOP] Any idea why this is happening or what the fix would be? Thanks
-
I've gotten hosed on a couple of recent orders since the increase. Doesn't look like there is a way to determine correct shipping for an order with the way USPS is doing things now?
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
It would help if we could see the code for your STS template. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Are you trying to modify the main page, the individual product page or the product category page? To change the content of the main page, go to Define Languages under Tools in admin. For the other two, you would create a template. You can do this in any HTML editor (Dreamweaver, Front Page). Insert placeholders for the different types of data where you want them in your template. You will find a list of placeholders in the document that came with the STS package. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
On the example you give, you would make a template, name it index.php_3_15.html and put it in the directory with your other templates. -
I don't know if this has something to do with STS or not. The variables in my boxes are all being processed, but any variables in the content area are showing just the variable names. It's probably something obvious I am doing wrong, but I don't have a clue. Thanks.
-
I have installed and enabled the most recent PayFlow Link contrib. I entered the appropriate values in the config. However, the credit card option isn't appearing on my checkout page. Then I realized that the other modules have a Sort Order option in their configuration that determines the order in which they are displayed on the page. The PayFlow Link config doesn't offer this, so I am thinking that is why it isn't appearing on my checkout page. Is there a fix for this? Thanks
-
This is ideal for me. I sell dolls, doll furniture and clothing and have most of my sales during the Christmas shopping season. I don't want to be paying monthly fees on a merchant account for the rest of the year. This PayPal option doesn't require any long-term contract. It won't work for everyone, but there are those of us that could put it to good use.
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
How did you insert the reviews button into your template? If you look at the source code of the page as it displays in the browser, you will see that the button image has no hyperlink. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Double check. Is your index template in the includes/sts_templates folder? -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Sorry I didn't reply sooner. My online business really went well for the Christmas shopping season and we've been packing up and shipping boxes like crazy for the past two weeks or so. I need to dig out my notes to refresh my memory on how I did this but basically I added a new table column to hold the name of the second image and then made a change in the code to call the correct image. Unless this is something you need done immediately, give me until Monday (after the holiday) to get it to you? Merry Christmas to all of those who celebrate! -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I would start by viewing the source code of your page when it shows the image and then when it doesn't show the image and compare the two to see if there is anything obvious in the output. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I was able to do this by adding a column to the database table to hold the new image info and then changing the variable name for the main catalog image. Actually, I have a button for the category infobox, a title graphic for the head of each category page and then a separate image for the main catalog. If you are interested in this kind of change, let me know and I will look through my notes for the specifics. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Is there a call to your stylesheet in the head of your template? <link rel="stylesheet" type="text/css" href="/catalog/stylesheet.css"> or whatever the path would be for your setup. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I believe you can make those changes in header.php. In my file, it shows up around line 69. Just change it to use the same class as the breadcrumbs that you created.