Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SimonSay

Archived
  • Posts

    35
  • Joined

  • Last visited

Everything posted by SimonSay

  1. When I switch the "Switch To Default Language Currency" to true the English language drop all prices to 0. But both The Swedish krona and the other contries that use EURO has got the right price. Only the English that drop to 0. Wierd!! When I set the "Switch To Default Language Currency" to false, the English works like a charm..
  2. Thanks! Exactly what I needed! And the mzmt module change the currency also. GREAT!. And Works with different languages, except when I choose English then all the prices drop to 0. Both the shipping and the price for the product. It is a clean installation of oscommerse except for the Swedish language and the mzmt module. Any Ideas?
  3. Thanks for a great contribute. Will (hopefully) make my life easyer. I have some questions though. How does it work with different languages and currencies? I guess I need to place the mzmt.php in all languages/module/shipping folders And change the language? How do I change the (lbs)? Will it change to the right currency, or do I need to work some magic? Thanks again! Love the idea of the multi zone.. Sincerely, SimonSay
  4. Thanks, Great Tip with the MZMT_Shipping V1.2 Contribute. I will down load it and give it a try. Hope It will help with the Different Zones. It is a French company.. So I guess its all the colonies that makes many of the zones.. Im not sure. Bit pricey though.. I believe I'll only find costumers in the first 6 zones, but you'll never know. So the price between 0 and 1 is the price from 0 to 1. and the price after 20 is the price from 20 and upp? It like "Start value" : "The price", "Up to the End value" ..and repeat? Sincerely, SimonSay *Sorry If I hijacked the thread*
  5. Hi.. I'm trying to figure this shipping stuff out as well. I got 14 different Zones. And I was thinking to use weight like >1kg, 1-5kg, 5-10kg, 10-20kg, 20-30kg. Look something like this: 1:7,5:8.90,10:9.11,20:15.95,30:20.65 weightcost Am I close?.. The 14 different zones might mess it up, got any tips? Sincerely, SimonSay
  6. Thank you sir! The last post made most sense to me.. I guess I need to read up on my php to implement the other info. Thank you and have a nice day! Sincerely, Tim
  7. Hello there again! Still this (these) question(s) I cant find an answer to. Hope there is one, or maby two answer(s). In the Module config files I read With this module you have the possibility to define a separate "content template" that will replace the $content of the main template. But later all I find is $content for the product.php_ .html page. I know how to create a page to change the $content in the product.php.html page. Name it product_info.php_(category id)_(product id).html and place it in the content folder. Is it possible to create a content template with some other page? Like the index.php.html? Is it possible to show the products a list of thumbnails 3 in a row with sts, on the category page? Im glad for any answers, speceally good ones ;) or just point me in the right direction.... Sincerely, Tim
  8. Thank you Sir! Ill Check it out in the morning. Sleep tight! All the best, Tim
  9. Hello! Im really curious. Index.php(.html) is the home page, the first page. The product.php(.html) is the product page. What is the name of the page in between? You know when you click on a category and the product line up on a list. I would like to change the way it is structured. Do I make sense? Hope so.. All the best! , Tim
  10. Sorry.. Wrong sts forum. Man I need to learn to read... Sry
  11. Sorry.. let me be more sts specific. Index.php(.html) is the home page, the first page. The product.php(.html) is the product page. What is the name of the page when you go to a category? And how do I change the content there? The defult is a list of products.. Do I make sense? Hope so.. All the best! , Tim
  12. Hello! I wonder... The page After you go to a catagory and get a list of products. 1. Is It possible to make the products line up like 4 or 5 thumbnails in widht, and the rest in height. Creat a grid of a sort? 2 On the product page. I would like to have 4 pictures. One on each side wich are links to the previous and next product. It is really great with all of you helpful people out there. With out you this would not be possible, for many of us. Thank you!
  13. was my bad.. was´nt really any extra space. Q:2 still working on that..
  14. Hi there! My flash has got some emty space above it. Q1: How do I erase that? (Is this really sts related?: I belive so, I got sts and Flash on the page... I dont know.. Hope so. ) Any way.. it looks something like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <script type="text/javascript" src="$templatedir/flash/swfobject.js"></script> <div id="flashcontent">Products from Couleurful.com </div> <script type="text/javascript"> var so = new SWFObject("images/flash/couleurful.com_flash.swf", "movie", "763", "368", "8", "#ffffff"); so.write("flashcontent"); </script> </div> Css: #flashcontent { float: left; margin: 0 30; } And then some Javascript bkellum was kind enough to provide me with, Accually he gave me everything. Bkellum is A bright light in a dark trubbled world... of sts. ;) Q2: I would like to position something at the bottom of the screen, like the cart. Which is easy with css (fixed position? I belive) in firefox. But Ie dont really like that. Any thoughts? Would be great if someone could help me.. Sincerely, Tim
  15. Ouch.. It hurt my brains... It worked though... Thanks bkellum! Your really great! Is that Java script? What does it all do? Or rather why do one need it? Sincerely, Tim
  16. Hi there! May I ask How I get flash to work on/with the osC site? I sort of did like this in the index.php.html <div id="flash"> <object width="763" height="368"> <param name="movie" value="couleurful.com_flash.swf"> <embed src="couleurful.com_flash.swf" width="763" height="368"> </embed> </div> That dont work.. Were do i put the flash and what would one write? Sincerely,
  17. Hi! Is flash ok? I sort of did like this in the index.php.html <div id="flash"> <object width="763" height="368"> <param name="movie" value="couleurful.com_flash.swf"> <embed src="couleurful.com_flash.swf" width="763" height="368"> </embed> </div> That dont work.. ;) Do I put the flash in template/english/image or in the catalog/image or somewere else? What code do I need? Peace!
  18. Hi! Now I get it!.. or some of "it" ;) One question though: Where do I change the layout of the different place holders? Such as Categories, Search and so on. And One more Q: Where do I chage the main content? The "What's New Here?" . The $content variabel I guess? Have nice Days!
  19. Hey! I was way of! You can change the bread crumbs in the style sheet. Change: A.headerNavigation I think it might work...
  20. Thank you.. Now I start to roll down the right hill ;-) All the best!
  21. I see.. so I can have all my templates in the sts_templates folder?... How then do I name the files? I guess the first is index.php.html What is the next step? How do I know with php file the Content in the $content variabel comes from, that i need to change? I have read the manual.. and there are alot of question marks. Pleace point me to the right page.... Thank you so much for your answer! Im farely new to all this... Much appreceated!
  22. Hi.. I figured out my previous question.. I should create new folders with the name of ex: "index.php.html" New question: May I ask where the content to the "$content" variabel is? All the best, SimonSays
  23. Hello there! Im getting in to sts right now and let me tell you it kicks some serious tuchy. Im wondering now What those files in the folder "full" relates to? In the manual page 13 there is a description of placeholders. therde one $cataloglogo: Since v4.3: header_logo.gif, in template folder/images/english (or other language). The folder "template folder" were might I find it? Can I have the same image for all of my language? It would really help a lot if some friendly soul could tell me... All the best, SimonSay
  24. Hi Were is this templet folder where I should put my pictures for the $cataloglogo? In the manual page 13: Since v4.3: header_logo.gif, in template folder/images/english (or other language). I sure cant find the folder.. How is the speed with sts? Does it slow down the shoping any? Peace, love and.. piece of cake.
  25. Oh.. isnt it for the 2.2 MS2? Not the v2.2 RC2.. Does that matter? Any one know if there is one for the v2.2 RC2 in swedish? Peace!
×
×
  • Create New...