Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wiliwili

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Thomas Andersen

wiliwili's Achievements

  1. Hallo FWR You have nothing to excuse. You are doing a great job for free. Thanks a lot - its working now . Regards Thomas
  2. Hallo FWR I'm have lust made a fresh install and dumped the auctionfiles on top on www.loppeshoppen.dk Search results is set to 4 an rowsperpage in the auctionclass is set to 4 as well. Having done anything but changing the search results in admin to 4. But the productlisting is not working as you can see. If you go to dvd movies -> action - > it displays the first 4 movies as it should - but if you click on 'next' it returns to the index page - and that is somehow caused by auctiontastic - i have tested it maybe 20 times with same result. you are welcome to check the settings in admin - user: admin password: admin - if you like. This is not for my own personal matter (as i made another way to display the auctions on my real site) i'm just trying to help finding bugs in this great contrib. Regards Thomas
  3. Hallo FWR I have the same problem as described in the thread above. When i set admin/configuraton/max values/search results: to 5 for instance and // BOF: User defined var $rowsPerPage = 4; // EOF: User Defined In the auction classes is set to 4 as above the pagelinks generated in the normal product listing doesnt seems to work. It sends me back to the main page of my shop. But if i set // BOF: User defined var $rowsPerPage = 1; // EOF: User Defined (wich doesnt make much sence) I can browse the product listing pages ( this only happens on my live shop, in other fresh installations locally and on other servers it doesnt work at all) I tried to test this on different servers on different installations and i cant get it to work, so somehow this affects the product_listing on nonauctionproducts as well - on the servers i working at at least. So i dont know if we could call it a bug? Regards Thomas
  4. Hi FWR It seems to rock now with the shopping cart Thanks Thomas
  5. Hallo FWR Media A little bug here from DK. we are planning to using table rate shipping weight based. However when a custumer wins two auctions it only adds shipping costs for the first item. ( works good if custumer only wins one item) It works perfecktley when custumer buys the items in the "normal way" so I think it must have something to do with the way auctiontastic adds the items to the cart. Regards Thomas
  6. Hi all First of all thanks for a great module with a lot of potential. I have been following this thread for a while from the sideline, and i think we go live with the auction module in two weeks time. chooch - you are talking about making a column for the auctions product. I have made one but i dont know if you can use it the way it works. We are running an antiquestore in Denmark and only got one of each product/item - therefor you can't buy the items in the auctionbox in a normal way (Buy now) - to prevent someone is buying an item wich is alredy on auction of course. Its a kind of showroom. I have also made a link wich is added to the products on auction automaticly. The link goes to that specific auction for the item. If anyone is interested the code is here. ( i think someone was asking for it a few weeks ago) The link goes in product_info.php just BEFORE: <?php $reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'"); $reviews = tep_db_fetch_array($reviews_query); if ($reviews['count'] > 0) { ?> HERE IS THE LINK CODE: <?php //add link to auctions if(true==$oscAuctions->isAuctionProduct()) { $auctionlink= tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' .(int)$HTTP_GET_VARS['products_id'] . '&page=' . '' . '&auction_show=1', 'SSL'); echo '<tr><td class="main"><br><a href="' . $auctionlink . '">' . TEXT_GO_TO_AUCTION . '</a>'; } ?> The link to the shop (still in development) is here if you like to see if you can use the auctionbox in the next beta release. www.sparemor.dk Its only in danish right now but i think you can figure it out. Bye for now Thomas
  7. Ok i did When i went to bed it was working perfectley, but this morning it was the same problem again. So it seems to just happen about every 2. hour or so. When i look in my database i can see sitemap_seo in the configuration_group simply is gone. The other module allproducts shows the link in the heading and the links in the shop like this: ALL_PRODUCTS_SEO_HEADING_TITLE Alle varer ALL_PRODUCTS_SEO_SUB_HEADING_TEXT ALL_PRODUCTS_SEO_LINK_SEPARATOR A ALL_PRODUCTS_SEO_LINK_SEPARATOR B ALL_PRODUCTS_SEO_LINK_SEPARATOR C ALL_PRODUCTS_SEO_LINK_SEPARATOR D ALL_PRODUCTS_SEO_LINK_SEPARATOR E ALL_PRODUCTS_SEO_LINK_SEPARATOR F ALL_PRODUCTS_SEO_LINK_SEPARATOR G ALL_PRODUCTS_SEO_LINK_SEPARATOR H ALL_PRODUCTS_SEO_LINK_SEPARATOR I ALL_PRODUCTS_SEO_LINK_SEPARATOR J ALL_PRODUCTS_SEO_LINK_SEPARATOR K ALL_PRODUCTS_SEO_LINK_SEPARATOR L ALL_PRODUCTS_SEO_LINK_SEPARATOR M ALL_PRODUCTS_SEO_LINK_SEPARATOR N ALL_PRODUCTS_SEO_LINK_SEPARATOR O ALL_PRODUCTS_SEO_LINK_SEPARATOR P ALL_PRODUCTS_SEO_LINK_SEPARATOR Q ALL_PRODUCTS_SEO_LINK_SEPARATOR R ALL_PRODUCTS_SEO_LINK_SEPARATOR S ALL_PRODUCTS_SEO_LINK_SEPARATOR T ALL_PRODUCTS_SEO_LINK_SEPARATOR U ALL_PRODUCTS_SEO_LINK_SEPARATOR V ALL_PRODUCTS_SEO_LINK_SEPARATOR W ALL_PRODUCTS_SEO_LINK_SEPARATOR X ALL_PRODUCTS_SEO_LINK_SEPARATOR Y ALL_PRODUCTS_SEO_LINK_SEPARATOR Z ALL_PRODUCTS_SEO_LINK_SEPARATOR FULL Thanks for your quik response again.
  8. Hallo again Thanks for the quik response jack I now have a more serious issue (the other one doesnt mean a lot for me). I installed the seo_sitemap contrib yesterday evening and everything was working fine. After configuration of the module i was watcing the beautifull sitemap it created and it suddently all went to the right of the site. In admin the link in the configuration group was gone. I reinstalled the sql file and everything was working fine again exept that i had to start from scratch again with the configuration. This morning it was the same story. It was all at the right, the infobox links and the admin/configuraton/sitemap_seo was gone. I reinstaled again everything worked again. Then i installed your latest allproducts module - and it now happens with both modules. both are working fine but after a while (hours) it crashes and i have to install the sql files again. With allproducts the link in admin/configuration/allproducts isn't gone when it happens but the is no content when you click on it. I get no error while set up the modules in admin and it seems to work perfect. I have STS- header tags seo - seo urls- informationpages unlimited-and chemos sitemapgoogle- installed and they are all working with STS I Hope someone can help me out on this one :-) Thanks in advance
  9. Hey Jack thanks for a great contribution I only have one problem. in the Boxes Group Control no box are showing up in the multi-select panel only and therefore not in the front end. only header_tags.php, information.php and uages.php shows up. I'm using STS and informationpages. Thanks in advance
×
×
  • Create New...