Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Flotec

Pioneers
  • Posts

    122
  • Joined

  • Last visited

Everything posted by Flotec

  1. I have looked at the includes/modules/optional_related_products.php file and it does not contain code for info_box_content like it was used for 2.2 oscommerce or "div class="ui-widget infoBoxContainer" like it should be for 2.3.1. Anyone has a proper optional_related_products.php that I can use to get the related products included in a box? I use the latest Related Products Add-on http://addons.oscommerce.com/info/8057
  2. I have installed Vers 4.0 of this contribution in an Oscommerce 2.3.3 shop. Everything works great except that related products are shown without being included in a box on product_info page. I did not expect the box being exactly like the 2.3.3 "also purshaced" box but I had expected some sort of box around the related products. I suppose this has something to do with includes/modules/optional_related_products.php but I have just uploaded the included file. Anyone has an idea what could be wrong?
  3. Now I have problems with the Article cross-sell box in product information. It is not stiled in the same way as the other boxes in 2.3. Any tips how I could change that? I have searched but not found any information on that.
  4. That was not that diffucult despite very low knowledge in php. I changed the articles_px.php file to this in the midle: while ($xsell = tep_db_fetch_array($xsell_query)) { $xsell['products_name'] = tep_get_products_name($xsell['products_id']); $info_box_contents[$row][$col] = array('align' => 'left', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => tep_image(DIR_WS_IMAGES.'icons/article.gif').' <a href="' . tep_href_link(FILENAME_ARTICLE_INFO, 'articles_id=' . $xsell['articles_id']) . '">' . $xsell['articles_name'] . '</a><br>'); $col = 0; $row ++; } Can be good to know for anyone that has the same problem as I had.
  5. I have Article manager version 1.57 installed in an 2.3.3 oscommerce and everything is working. I should however want to change the way articles are presented in the article cross-sell box in the product page. Now if I have two articles linked to one and the same product they are included side by side in the box. I should want to have them under each other aligned to the left. I know that this has to do with the articles_pxsell.php file. I got the first aligned to the left but how do I get the two articles listed under each other?
  6. I have discovered that it's only when using english as the language I get these two problems: - Fatals errors in admin when trying to include an article - Blank page in front-end shop I have one more language and for that everytning works just fine both in admin and the shop. I have compared all the language files and they seem OK. Can anyone help?
  7. I think I have checked it carefully. It's the latest version and I have Header Tags SEO installed an working. There is one more problem. If I activate the article box and then look at the first page in the shop I get a blank page. The source code is this: <style type="text/css"> .separatorArticle { height: 1px; color: #FF0000; } .separatorBlogArticle { height: 1px; color: #FF0000; } .separatorNewArticle { height: 1px; color: #FF0000; } .separatorTopic { height: 1px; color: #FF0000; } </style> Can this be related to the first problem in admin?
  8. After installation in admin trying to add one article I get this error message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11683 bytes) in /home/xxxx/public_html/new2/oscadmin/includes/functions/articles.php on line 53 I have checked everything carefully but cannot find any errors made. I have a Osc 2.3.3 shop. The only problem I had during installation was in catalog/tell-a-friend.php. I could not find places where I should put in the last two things.
  9. Sorry there was a small misstake in admin/includes/colums_left.php. Now I can see the headet tags box. However there where some strange things in admin/manufacturers.php file when I made the installation. Has anyone else with osc 2.3.3 had the same experience?
  10. I have installed Header Tags latest version 3.2.8 in an Oscommerce shop 2.3.3. Everything seems OK, I don't get any error messages. However in admin I get no special header tag box so I cannot fill in header tags for index page for example. I can fill in header tags for categories and products so that works. What have I done wrong if I don't get any header tag box in admin? Someting I have forgotten? Note: I had some problems in admin/manufacturers.php file. It does not look the same as in the installation description. Maybe that file has changed in osc 2.3.3.
  11. Can someone help me with the cross-sell function. This is how it looks like know on the product info page: article 1 article 2 article 3 I want it to look like this: article 1 article 2 article 3 I have managed to align it to the left, instead of in the center, but the problem is that I want a new line for every article.
  12. I don't understand the problem. I can find only one test article under "info" and that looks good. In the admin area do you see any html editor. Which one have you installed?
  13. I mean that I have aligned it left, sorry for that. Maybe I should try with a better explanation. This is how it looks like know on the product info page: article 1 article 2 article 3 I want it to look like this: article 1 article 2 article 3 Somewhere in the code there should be a <br> but where.
  14. I would like to change the article xsell box in the productinfo page. Instead of having the different articles side by side and centered I would like to have each article per row and alilgned to the left. I think this could be done in the articles_pxsell.php file. This is how the file looks like: <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => TEXT_PXSELL_ARTICLES); new contentBoxHeading($info_box_contents); $row = 0; $col = 0; $info_box_contents = array(); while ($xsell = tep_db_fetch_array($xsell_query)) { $xsell['products_name'] = tep_get_products_name($xsell['products_id']); $info_box_contents[$row][$col] = array('align' => 'left', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => tep_image(DIR_WS_IMAGES.'icons/article.gif', $xsell['articles_name']).' <a href="' . tep_href_link(FILENAME_ARTICLE_INFO, 'articles_id=' . $xsell['articles_id']) . '">' . $xsell['articles_name'] . '</a><br>'); $col ++; if ($col > 1) { $col = 0; $row ++; } } new contentBox($info_box_contents); ?> Note that in the while statement I have changed to align right. How can I change it further so the articles are not listed on the same row, ut instead a new row for every article? Please, if someone could help me.
  15. Thanks a lot for the quick answer, however this did not solve the problem. I should have clarified, the problem was never the top margin. The problem is instead that Firefox will still show the website as centered. In Explorer the website is aligned to the left which is the way I want to have it.
  16. I have used this contribution but should want to align the whole shop to the left and remove the top margin. So I did make some changements to the styesheet, see the underlining below: BODY { text-align: left; background: #CCCCCC; color: #000000; margin: 0px; } .fixcenter { width: 1000px; border: solid; border-width: 1px; background: #ffffff; color: #000000; margin: auto; margin-top: 0px; text-align: left; } This works great in Explorer but not in Firefox. Any suggestion how to change that?
  17. What I did is the following if someone has the same problem as I had. I copied back the old table_background_xxx images. Sure they are ugly but now the thumbnailing works.
  18. Am I the only one that has these problem? Does it have something to do with how the server is set up or what can be the problem?
  19. I tried with html_output-no-cssbuttons. The problem dissapered but so did the thumbnails. I also tried with the standard html_output in the BDP 2.1 but the result where the same.
  20. Which one should I use, there are many. I do want thumnails but no CSS buttons.
  21. I have a problem with On the fly auto thumbnailer part of this contrib. When activating this function the small category gif images, those that vhere changed to transgifs, does not show up properly. Just a big box with an error message inside. I have tried different html_output files with the same result. I have also tried with the seperate "On the fly...." contribution but the result is the same. I use the 2.2ms2-060817 release and I don' want to have CSS buttons.
  22. You can edit your product description using normal html. Use for example <br> to get a new line.
  23. I have installed this contrib and after that used the stylesheet to modify the looks of all the boxes to my liking. After that I installed two contributions with there own boxes, Article manager and Latest news. These boxes however is shown with their original look. I now want to change them to the same look as the rest but cannot figure out how this is done in the Basic Design Pack contribution. Can you give me a hint how this is done.
  24. Just installed 1.9. Since I have installed oscommerce at the root and not the catalog I copied everything from the catalog of the contribution to the root of my webserver. At the same level as catalog there is a Thumbs.db file. What do I do with this file? Anyway it works perfectly. I have the latest OSc by the way.
×
×
  • Create New...