Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Kjolebutikken

Pioneers
  • Posts

    491
  • Joined

  • Last visited

Everything posted by Kjolebutikken

  1. Sorry that I don't understand what you mean. I don't understand what you mean by documentation ? What do I look for? How does the code that generates the header look like? Thanks, Kjolebutikken
  2. Hi, I have the same problem. If you have figured it out yet, or someone else can help, I would much appreciate it :-) Thanks, Kjolebutikken
  3. Hi Tamsyn, Thanks for answering me, but unfortunately it did not work. Any other suggestions??? Thanks, Kjolebutikken
  4. I'm sorry, but I don't think I have any "documentation (???). I did not get the STS by installing an STS contribution. I installed a finnished STS template. I have the following files, if that is what you mean by documentation? : includes/sts_template.html includes/sts_display_output.php includes/sts_product_info.php includes/restart_capture.php includes/start_capture.php includes/sts_usercode.php What would the code that generate the header look like? I can check the above files for this code if I just know what to look for. Thanks again :-) Kjolebutikken
  5. Thank you for trying, but tried for 5 hours tonight but still could not find this out. Not sure what you mean. Is the header not created in includes/header.php? Where I most would like the link is on the white space on the right side of my logo, over the links in the header navigation bar, but this is a picturefile, so I don't know if it is possible to lay this link "over the picture". Here is a link to my page so you can see what I mean: http://www.kjolebutikken.com/oscdemo1/ If the above is not possible, I would like the username to show either in the header navigation bar or in the footer. I have tried to put the username code in several files and also tried to add the usernamelink to the header navigation bar like the rest of the links, but I could not make it work. Any ideas is greately appreciated :-) Thanks Kjolebutikken
  6. Hi, I also wonder about this. In what file and where in the file do I put the above code? PS! I use STS. I don't know if that makes a differnce? Thanks Kjolebutikken
  7. Hi, I just installed the "Search engine friendly URL v.1.10" contribution, and my compare products page will not open. When I try to open it I get this error: Fatal error: Class 'url_rewrite' not found in /customers/kjolebutikken.com/kjolebutikken.com/httpd.www/oscdemo1/includes/functions/html_output.php on line 70 I've tried to ask on the Search engine friendly contribution support, but did not get any answer, so I will try here. Is it something special with the compare products page that provokes this error maybe? It works fine except for the compare products page and for another page which is for my printable catalog. Hope somebody can help. Thank you so much:-) Kjolebutikken
  8. Hi, I just installed the "Search engine friendly URL v.1.10" contribution, and my printable catalog disappeard. When I try to open it I get this error: Fatal error: Class 'url_rewrite' not found in /customers/kjolebutikken.com/kjolebutikken.com/httpd.www/oscdemo1/includes/functions/html_output.php on line 70 I've tried to ask on the Search engine friendly contribution support, but did not get any answer, so I will try here. Is it something special with the printable catalog that provokes this error maybe? It works fine except for the printable catalog and for another page I have for comparission of products. Hope somebody can help. Thank you so much:-) Kjolebutikken
  9. Can anyone help ? Have not figured it out yet. All input is very appreciated. Thank you so much :-) Kolebutikken
  10. Hi, I have installed the contribution "catalog_products_with_images_full.php" earlier. It's a product catalog of all my products. After installing this SEF contributin, I cannot open the product catalog anymore. When I try to open this page, I get this error message: Can anybody help me? Thanks:-) Kjolebutikken
  11. Have you tried to change the code like I did? Worked for me:-) Look at my post above for the changes. Kjolebutikken.
  12. Hi, I'm trying to make a contribution that adds a new link in manufacturers info box on product info page in catalog, to a new page with information about the designer. I want this to be controlled from admin. I want to add a new field below the field for manufacturers url in admin (under products - manufacturers), where one can write whatever additional information one wants about the manufacturer. When the customer press the link on product info page, he is then directed to a new page which hold this info for this particular manufacturer. I have never made a contribution , so if someone can tell me how to add the correct changes to the database to make this new field appear in admin, I would be very grateful. Thanks:-) Kjolebutikken
  13. Hi, I solved my problem with changing a little the some of code in the product_info.php to: // MOD 2389 oscStudio.com ic 20050803 - Category & Manufactureres Name in Product_info if (tep_not_null($product_info['products_model'])) { $products_name = $product_info['products_name'] . '<span class="smallText"><br><br>Varenr.: </span><span class="smallText">' . $product_info['products_model'] . ' </span>' . ' <span class="smallText"><br>Kategori: </span><span class="smallText">' . $category['categories_name'] . '</span>' . ' <span class="smallText"><br>Designer: </span><span class="smallText">' . $manufacturer_info['manufacturers_name'] . '</span>'; if (tep_not_null($$manufacturer_info_info['manufacturers_name'])) { $products_name = $products_name . ' <span class="smallText">' . $manufacturer_info['manufacturers_name'] . '</span>'; } } else { $products_name = $product_info['products_name'] . '<span class="smallText">' . ' <span class="smallText">' . $category['categories_name'] . '</span>'; if (tep_not_null($product_info['manufacturers_name'])) { $products_name = $products_name . '<span class="smallText">' . $manufacturer_info['manufacturers_name'] . '</span>'; } } // END 2389 Not a proper change I think, don't know much about it, but it works. I have a little cosmetic problem however. I want the space between the modelnb (varenr in my case) and the category to be the same as between the category and the manufacturer (Designer in my case). Now there are more room between the fisrt two. Not much, but if it is possible to change, I would like to do that:-) Here you can see on my page: http://www.kjolebutikken.com/oscdemo1/prod...?products_id=29 Thanks Kjolebutikken
  14. Hi there, still have not been able to get this to work. Basically what I need is to place the dropdownmenu for shop by price at the end in the search box. I do not want it in its own box like now. Can this be done??? Here is a link to my page to let you see how it looks at the moment: http://www.kjolebutikken.com/oscdemo1/index.php All help is very appreciated. Thanks Kjolebutikken
  15. Hi, I just installed this contribution, but only the category shows below the modelnr (varenr). The manufacturer does not show. What is wrong? Cannot figure it out. Hope somebody can help me out here. Here is my product_info.php file for you to see: <?php /* $Id: product_info.php,v 1.97 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO); $product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product_check = tep_db_fetch_array($product_check_query); // MOD 2389 oscStudio.com ic 20050803 - Category & Manufactureres Name in Product_info $categories_name_query = tep_db_query("select cd.categories_name from " . TABLE_CATEGORIES_DESCRIPTION . " cd, " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c on p.products_id = p2c.products_id left join " . TABLE_CATEGORIES . " c on p2c.categories_id = c.categories_id, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($categories_name_query); // END 2389 ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <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=150,screenY=150,top=150,le ft=150') } //--></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <? include(DIR_WS_MODULES . 'thumb_bar.php'); ?> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> <?php if ($product_check['total'] < 1) { ?> <tr> <td><?php new infoBox(array(array('text' => TEXT_PRODUCT_NOT_FOUND))); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <?php } else { $product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_pop, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product_info = tep_db_fetch_array($product_info_query); $manufacturer_info_query = tep_db_query("select m.manufacturers_id, m.manufacturers_name from " . TABLE_MANUFACTURERS . " m where m.manufacturers_id = '" . (int)$product_info['manufacturers_id'] . "'"); //qty discount GoddardHewett.com $manufacturer_info = tep_db_fetch_array($manufacturer_info_query); tep_db_query("update " . TABLE_PRODUCTS_DESCRIPTION . " set products_viewed = products_viewed+1 where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and language_id = '" . (int)$languages_id . "'"); if ($new_price = tep_get_products_special_price($product_info['products_id'])) { $products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s><span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>'; } else { $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } // MOD 2389 oscStudio.com ic 20050803 - Category & Manufactureres Name in Product_info if (tep_not_null($product_info['products_model'])) { $products_name = $product_info['products_name'] . '<span class="smallText"><br><br>Varenr.: </span><span class="smallText">' . $product_info['products_model'] . ' </span>' . ' <span class="smallText"><br>Kategori: </span><span class="smallText">' . $category['categories_name'] . '</span>'; if (tep_not_null($$manufacturer_info_info['manufacturers_name'])) { $products_name = $products_name . ' <span class="smallText">[Mfg:' . $manufacturer_info['manufacturers_name'] . ']</span>'; } } else { $products_name = $product_info['products_name'] . '<br><span class="smallText">' . ' <span class="smallText"> ' . $category['categories_name'] . '</span>'; if (tep_not_null($product_info['manufacturers_name'])) { $products_name = $products_name . ' <span class="smallText">[Mfg:' . $manufacturer_info['manufacturers_name'] . ']</span>'; } } // END 2389 ?> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"> <?php if (tep_not_null($product_info['products_image'])) { ?> <table border="0" cellspacing="0" cellpadding="2" align="right"> <tr> <td align="center" class="smallText"> <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), DISPLAY_IMAGE_WIDTH, DISPLAY_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image_pop']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image_pop'], $product_info['products_name'], DISPLAY_IMAGE_WIDTH, DISPLAY_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> <tr> <td> <?php require(DIR_WS_MODULES . FILENAME_ADDITIONAL_IMAGES); ?> </td> </tr> </td> </tr> </table> <?php } ?> <?php $products_attributes_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "'"); $products_attributes = tep_db_fetch_array($products_attributes_query); if ($products_attributes['total'] > 0) { ?> <table border="0" cellspacing="0" cellpadding="2"> <tr> <br><td class="main" colspan="2"><?php echo TEXT_PRODUCT_OPTIONS; ?></td> </tr> <?php $products_options_name_query = tep_db_query("select distinct popt.products_options_id, popt.products_options_name from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "' order by popt.products_options_name"); while ($products_options_name = tep_db_fetch_array($products_options_name_query)) { $products_options_array = array(); $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'"); while ($products_options = tep_db_fetch_array($products_options_query)) { $products_options_array[] = array('id' => $products_options['products_options_values_id'], 'text' => $products_options['products_options_values_name']); if ($products_options['options_values_price'] != '0') { $products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') '; } } if (isset($cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']])) { $selected_attribute = $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']]; } else { $selected_attribute = false; } ?> <tr> <td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td> <td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td> </tr> <?php } ?> </table> <p><?php echo stripslashes($product_info['products_description']); ?></p> <?php } ?> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php if (tep_not_null($product_info['products_url'])) { ?> <tr> <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '20'); ?></td> </tr> <tr> <td class="main"> <?php $search_string_array = explode(" ",$product_info['products_name']); foreach($search_string_array AS $search_entry) { if(strlen($search_entry) > 3) { $search_entry = ereg_replace("[^a-z0-9]", "", strtolower($search_entry)); $search_string .= '<a href="'.tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT,'keywords='.$search_entry).'">'.$search_entry.'</a> '; } } echo 'S?k etter andre tilsvarende varer.<br>Klikk p? s?keordene som f?lger her: '.$search_string; ?> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <//td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main" align="left"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_PRINT, tep_get_all_get_params()) . '" target="_blank">Utskriftsvennlig side HER.</a>' ?></td> </tr> </table></td> </tr> </table><br></td> <?php } if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { ?> <tr> <td align="left" class="smallText"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td> </tr> <?php } else { ?> <?php } ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="left" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> <td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> <td width="1"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table><br></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '30'); ?></td> </tr> <?php include(DIR_WS_BOXES . 'manufacturer_info.php'); ?> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td> <br><?php include(DIR_WS_MODULES . 'thumb_bar_join.php'); ?> </td> </td> </tr> </table></form> <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { //include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Thanks:-) Kjolebutikken
  16. Hi, I figured it out. It had nothing to do with sts. I deleted the code from my includes/sts-product_info.php file and put it back in the product_info.php file. I just had to move the code to another location than described in the installation instructions. I think this is because I have commented out with // the code which is about the also purchased products as I don't use this, but it seems that if I put any code below this, it will not show. So now I got it working and I like it very much. Thanks:-) Kjolebutikken
  17. Thank you so much for all help. I will try to make this work:-) Kjolebutikken
  18. That was just it. Thank you so much. Really appreciate it. Now it works like a charm:-) Best regards to you Kjolebutikken
  19. Hi again, Think I will need some help here. Would reallylike this to work. I have now edited all files and added new files, but nothing shows in my admin section. Maybe it's because I was not able to run the sql-query? (see my post above) Can anyone help? Thanks Kjolebutikken
  20. Oh, so thats what it mean. OK, I will go ahead and try to install the contr. Thanks:-) Kjolebutikken
  21. Hi, I just installed and I use sts so it did not show at first, but I put the code in includes/sts_product_info.php and then it showed. But I have one problem. The link is showing over my header instead of on the page. Here is a link to my site: http://www.kjolebutikken.com/oscdemo1/prod...?products_id=30 How do I move it to the page? Thanks:-) Kjolebutikken
  22. Hi, I just run the sql query in my phpmyadmin. I get this error message: Error SQL-query : ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '16.000' NOT NULL MySQL said: #1060 - Duplicate column name 'shipping_tax' I have tried with both 16.000 and 0.000 but get the same error. Somebody know what I can do? Thanks Kjolebutikken
  23. Hi, I liked the end result so much that I wanted to use my updated contact_us file another place om my site. I have a page called Feedback (Kommentarer & Tips) which is for the cusomers to e-mail me if they have any suggestions for new ideas for the page or comments about it. The form I had did not work like I wanted it to and I thought I could use the same code as in the contact_us page instead, and only change the options in the dropdown menu and the text and headline etc. I copied the code from contact_us.php to my feedback.php file and I also copied the code form includes/languages/norwegian/contact_us.php to my file includes/languages/norwegian/feedback.php My problem is that when I change the options and the text in the feedback language file, nothing happens. I wonder if anyone can tell me if I'm doing something wrong? Do I have to change something in my database also? If yes, what sql query do I have to put in my phpmyadmin to get this to work? Thanks:-) Kjolebutikken
  24. Hi Andreas, Thank you so much for all your help. It worked perfectly:-) Kjolebutikken
  25. Wow!!! Thanks:-) I tried for two hours before I gave up, and it was that simple, he, he. Well, now I learned something new:-) You wouldn't by any chance also know if it is possible to get more room between the adress / text and the fields for name, e-mail, order etc. I mean move the fields a bit to the right to get more space in the middle, if you know what I mean??? Thank you Kjolebutikken!
×
×
  • Create New...