Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SimonSay

Archived
  • Posts

    35
  • Joined

  • Last visited

Posts posted by SimonSay

  1. 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?

    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. The lbs stands for the standard weight you choose, by me it's kg.

     

    in usps.php on line 91

     

    'module' => $this->title . ' (' . $shipping_num_boxes . ' x ' . $shipping_weight . 'lbs)');

     

    in mzmt.php on line 52 - 53

     

    (' . $combined_quote_weight . ' lbs)',

     

     

    hope this helps.

     

    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. Solved, but, documentation is very confusing:

     

    by other shipping methods if you state as a first step .5 it means automatically from 0 -.5 , but not here.

     

    i this contrib, .5 would mean from .5 upwards...

     

    Again very confusing as the other shipping methods work the other way round.

     

    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. Hi,

     

    Why use so many zones?

    Most post companys have only 3 or 4.

    setting the amount is this

    0:Price,1:Price,5:price,10:price,20:price

     

    This way all between 0 and 1 have the 0 price etc

     

    I use MZMT_Shipping V1.2 myzelf

     

    That works perfect, I have zone europe 1 and europe 2 and rest of world, according to TNT NL

     

    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.

     

    Why use so many 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.

     

    setting the amount

     

    0:Price,1:Price,5:price,10:price,20:price

     

    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. TIP

    Here is a quick rundown of common template names:

     

    • sts_template.html
      • = Default template

      [*]index.php.html

      • = Default Category template (used for all category pages that do not have a specific template page created for it – if you didn’t have this template, STS would use sts_template.html).

      [*]index.php_0.html

      • = Home page template

      [*]index.php_x.html

      • = Specific category template where x = the category ID.

      [*]index.php_x_y.html

      • = Specific subcategory template where x = the category ID and y = the subcategory ID

      [*]product_info.php.html

      • = Default Product template (used for all products, in all categories, if no specific product template is found).

      [*]product_info.php_c23.html

      • = Product template for all products in a specific category (23 in this example – change to the category ID needed)

      [*]product_info.php_23.html

      • = CONTENT template for product ID 23. All content template should be saved in the SGP/content/ folder. Review the sample content template provided in the STS template “full/content” folder. The STS Module Product Info must be enabled in order to use this STS feature. This template is not recommended unless you really know what you are doing since you would need to make modifications to it if you ever added new osCommerce contributions to your shop.

      [*]popup_image.php.html

      • = Template for the product popup image.

      [*]index.php.mfr.html

      • = Default Manufacturer template page (used for all manufacturer pages that do not have a specific template page created for it - if you didn’t have this template, STS would use sts_template.html).

      [*]index.php.mfr_x.html

      • = Specific Manufacturer template where x = the manufacturer ID.

     

     

    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!

     

    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

     

    See Post 3755 or read the documents in the 'doc' folder that came with the contribution:

     

    http://www.oscommerce.com/forums/index.php?sho...p;#entry1226986

     

    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. 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

  9. 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

     

    Sorry.. Wrong sts forum.

     

    Man I need to learn to read...

    Sry

  10. 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.

     

    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

  11. 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!

  12. 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

  13. ...I use the above all of the time and it is rock solid with osCommerce and STS.

     

    As you see above, adding Flash to a STS template is exactly the same as adding it to any other HTML page. See http://blog.deconcept.com/swfobject/ for more details on Flash and the SWFObject embed script.

     

    Hope this helped,

     

    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

  14. 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,

  15. 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!

  16. Hey!

     

    I think they are .gif pictures. So I guess you cant change them with css..

    Not sure though.

     

    Peace! ;)

     

     

    Hey!

     

    I was way of!

    You can change the bread crumbs in the style sheet.

     

    Change:

     

    A.headerNavigation

     

    I think it might work...

  17. No,

    You can have all your templates in the sts_templates/*your template folder*/, where *your template folder* would be either "full" or "test" or "my_templates" or whatever folder name that you created.

     

    When you install STS, the default template folder is "test". This should be changed to your template folder. I suggest changing it to "full" since the "full" template folder demonstrates on the folder structure for "boxes", "images" and "content" folders. These folders include your infobox templates, your template images, and your content templates (if you use them).

     

    At this point, do not mess with any content templates as you need to familarize yourself with STS and osCommerce first.

     

    Read the included files in the "doc" folder of the contribution. These files explain how STS chooses which template to use for each PHP file being called for in the browser. These files also explain how you should name your templates.

     

    Hope this helped,

     

    Thank you..

    Now I start to roll down the right hill ;-)

     

    All the best!

  18. This is not correct.

     

    The sts_templates is the main depository for all of your custom template folders such as full, test, or any other additional template folders that you may add. You can not delete the sts_templates directory but you can delete any template folder within it such as full, test, etc.

     

    The template folder should include your templates such as index.php.html, sts_template.html (default template), box templates, content templates, etc.

     

    The $content tag pulls in the data that is being requested. The actual content is spread out through many different php files within your store.

     

     

    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!

  19. 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

  20. 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.

  21. Guess this i not so good either...

     

    Warning: include(C:/Server/wwwroot/webshop/includes/languages/svenska/modules/payment/authorizenet_cc_aim.php) [function.include]: failed to open stream: No such file or directory in C:\Server\wwwroot\webshop\admin\modules.php on line 128

     

     

    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...