Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

diy

Pioneers
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diy

  1. Hope i am in the forum for the right contrib (there is a seo sitemap and a sitemap seo) I was getting Warning: Call-time pass-by-reference............... **********\includes\functions\sitemap.php on line 25 Warning: Call-time pas................ ******\includes\functions\sitemap.php on line 128 and i commented out those lines and the message dissapeared 25 if (GetFilesArray($path, &$lines)) 128 if (GetFilesArray($path, &$lines)) Come to think of it i am also not getting the headings (in purple) pages of interst by categories etc edit ok saw the solution delete the & before $lines now i will check why i cannot see the headings
  2. Dont quite undestand what you mean with the dropdown but the problem I see is that the cart is not stored (if you place a prod on the cart and close the window the cart is lost when you return) What I know is that sessions are set in the configure.php file where you set define('STORE_SESSIONS', 'mysql'); or set define('STORE_SESSIONS', 'l'); but you will have to create an extra folder with name tmp
  3. search also the freeamount.php for the vlue 48.00 as somewhere in line 43 you may have tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Minimum Cost', 'MODULE_SHIPPING_FREEAMOUNT_AMOUNT', '48.00', 'Minimum order amount purchased before shipping is free?', '6', '8', now())"); and no matter what you put in the admin side you get 48
  4. Solved that quite some time ago and i am not sure how i didi it so this is a very rough explanation but the problem is in the contribs as someone changed the name of the value of freeamount !! are you referring to this http://addons.oscommerce.com/info/4331 contrib ??? If you are referring to that contrib see waht you have after $free_shipping_mount = and check in your freeamount.php if it exists PS depends on which version you use some have MODULE_SHIPPING_FREEAMOUNT_AMOUNT others MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER PS2 I am using the contrib but use the value from table shipping so I have $free_shipping_mount = MODULE_SHIPPING_TABLE_COST
  5. Thanks the $pf->hasQuantityPrice == false actually worked now I am trying not to include the base price in the table (but thas just a detail) As for Mark who cant see the header-do you mean cant see the content of the cells or there is no row alltogether??- it MIGHT be a case of transparent background or color of letters in the infoboxheadingin stylesheet. In priceformatter.php <table border="0" cellspacing="1" cellpadding="4" class="infobox">'; $lc_text .= '<tr valign="top"><td width="120" class="infoBoxHeading">' . TEXT_ENTER_QUANTITY .'</td><td align="center" class="infoBoxHeading">1+' . '</td>'; foreach($this->price_breaks as $price_break) { $lc_text .= '<td align="center" width="50" class="infoBoxHeading">' . $price_break['products_qty'] .'+ </td>'; try changing the class from infoBoxHeading to "main" or whatever
  6. I thinkthat the point of the one asking the question is that he wants the price as the original file and IF there is a quantity discount to display it somewhere else!! i managed to move it but now i have 2 prices when i dont have a quantity break. I also tried to delete the savings part of the table I deleted this $lc_text .= '<tr valign="top"><td width="120" class="infoBoxContents">' . TEXT_SAVINGS . '</td>'; if (true == $this->hasSpecialPrice) { $lc_text .= '<td align="center" class="infoBoxContents">' . $this->getDiscountSaving($this->thePrice, $this->specialPrice) .'</td>'; } else { $lc_text .= '<td align="center" class="infoBoxContents">- </td>'; } foreach($this->price_breaks as $price_break) { $lc_text .= '<td align="center" width="50" class="infoBoxContents">' . $this->getDiscountSaving($this->thePrice, $price_break['products_price']) .'</td>'; } from pricefomatter.php and it worked but I dont know if it worked from pure luck or i deleted the correct part of code Anyway i think what would be interesting is to have the price as it was and the table of discounts in a table sowhere else starting from the 1st discount step ie price as it was for 1 and then on the table 2+ price 3+ price etc
  7. I insist that with firefox I cantno even get to the eurocommerce site -I just get a message in oscommerce- so the only way to find if someone has tried to use a card is throught the pp3 table. i have used the 4281 contrib with an MS2 shop add osc hellas Eurobank contrib with an rc2 shop!! both did not work with firefox i am using n English Firefox . Proxypay works fine with Chrome and Opera PS I mean that if you want to test it you dont have to actually pay you can go to the point where you put you card details on the eurocommerce site
  8. Do you mean that not using IE is a problem of Eurobank and not of proxypay ???? (With Mozilla there is surely a problem on the back end but ALSO with paying through Mozilla. The bank admitted that) I used your contribution for Eurobank but i have RC2.2 version of oscommerce and after hitting pay now i did not go to checkout_process but to index php Changed $payment_success_return = 'osCsid='.$osCsid; tep_redirect(tep_href_link(FILENAME_CHECKOUT_PROCESS, $payment_success_return, 'SSL', true, false)); to $payment_success_return = 'osCsid='.$osCsid; tep_redirect(tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', true, false)); and i can make a successfull transaction with IE. Mozilla just gets me to nok.php (I mean I never go to the site of the bank where i put in my card details- I just get the error message) Edit tested with Chrome IE Opera And Firefox. Its only with Firefox that the site of the bank does not even open !!
  9. @ Greegg: tested the site added 6 of http://www.boutique-audition.fr/product_in...;products_id=32 but the total price is based on 2.95 and not on 2.85. @ everybody: I thought that the contribution was supposed to take into account the decreased price if the quantity is more than something is that correct??
  10. i dont think that cookies are a problem - to participate in forums etc you need to have cookies enabled. In any case i mean that peole will be able to browse your site regardless of the cookies but they might not be able to create an account!!! If you Want to order from a site 90% need cookies enabled so...... As for proxypay the bank (Eurobank) told me it DOES have a problem with firefox which I think a fe people have realized it. Tha bad thing about proxypay is taht the bank will give no support and that a few pepople in this forum use it so its very difficult to have support. Still trying to make it ork on RC2 . I will try the 5248 tomorrow and see what happens but will also try paypal. The firefox thing is a bummer (saw in my db that 2-3 people tried to pay with no sucess- I did not just lose 3 small amounts but worse 3 people not coming back to my store)
  11. As i said in anothre post i was using contrib 4281 (very similar to 5022) and again I had to "force cookies" and I did not find anything bad about that!! What version is your shop because i think that these contribs are not compatible with the latest version of oscoommerce!! From my (small) experience I think that proxy pay does not work through Mozilla but I am not sure Dis you try add on 5248??
  12. i recently changed my shop from an MS2 version to the last one RC2.2 I was using this proxy pay http://addons.oscommerce.com/info/4281 which i think *is not compatible with the latest version of oscommerce *(I cant make it to work anyway) does anybody know if this one http://addons.oscommerce.com/info/5248 (or 5247) work with RC2.2 ??? Also i noticed that proxy pay does not work if the order is made with Firefox is that right??? Would you advise me to use paypal as well???
  13. I dowloaded lightbox 2 from http://www.huddletogether.com/projects/lightbox2/ added under </head> 1 and 2 and changed the line with enlrange (the 1st one0 with the code supplied in the contribution. the paths bothered me for a lot of time but i finally made it work (ex if you download lightbox 2 and your oscommerce is under catalog the path should be <script type="text/javascript" src="/catalog/lightbox/js/prototype.js"></script> or <script type="text/javascript" src="catalog/lightbox/js/prototype.js"></script> Finally i made it work but i have one small problem in Firefox the image appears on the center of the screen but on IE7 it goes just under the toolbar anf if the image has a small widht a scroll bar appears !! any idea on how to center the lightbox image under IE7
  14. I downloaded the last file from http://addons.oscommerce.com/info/558 which does not include the fix above which is included (?) here http://addons.oscommerce.com/info/3542 Besides the instructions language an the fix are the the contributions different?? The fix above solves the line 90 problem and I dont see the problem that go2pub refers to (ok I have a lot of prods but less than 40 )
  15. I tried and tested a lot of things (when i put € in the databse all prices become the ? with the black background) I THINK that it has to do with the flash version or fonts or something like that The $ sign works fine and the english pound sign can work
  16. edit I am experiencing some trouble with the € euro sign when I change i to € is shows an x in the caroussel and when i put & euro ; i get that and not a sign
  17. If you look carefully you will see that featured appear under best seller!!!! (edit i guess you found a way to set up correctly featured i see it in the index page) The way that your template is set up my guess is that it will be very difficult to add the column left (not impossible but difficult)
  18. Assuming that you have installed the contrib correctly freeamount appears when you actually have exceeded the free amount value!!! I also had another problem which I dont remember but I managed to solve it BUT i ended up NOT using the freeamount option!!! Try making a huge order and see if free shipping option appears PS try the latest version 3.5f
  19. Did you set the display featured products to true?? I mean under admin configuration featured in the admin side.
  20. diy

    tooltip

    Is your problem is that when you mouse over details the details appear out of the screen.? Since you dont speak English well no one can help you. If you speak french or German or Spanish threre are different support forums in those languages! this is in English hope it helps http://www.oscommerce.com/forums/index.php?showtopic=184363
  21. Sorry for the silly question but file MySQL 5 Fix.txt says If you are using MySQL 5 you will need to change line [b]609 [/b]to: ......................................................... The only change is the addition of brackets after the FROM clause: (" . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id, " . TABLE_PRODUCTS_DESCRIPTION . " pd) Line 609 of which file ???????
  22. My question is NOT actually related to what you are talking about but this is the closest thrad i could find and I don open a new thread beause it might be slightly related!!! I am trying not to upload but to INSERT images through fckeditor!!! The main image of the product is not shown when we press "...to enlarge" on firefox but only the alternate text!! (On IE it is shown) When I insert an image inside the description the image is shown BUT if I PRESS ON THE IMAGE the product is added on the shopping cart and I am directed to the shopping cart!!!!!!!!!!!!!!! Last time I added a product I lost the ability to view the shopping cart and the moment I sent an email to my host the problem was solved!!! It might be a problem with the host but what could it be???? I cant contact my host everytime I add a new product PS I am using FC v4.3 do you think I should change to the last one???? PS2 Does FCK editor haw anything to do with products image??? My guess is No
  23. Fc editor 2.4.3 works for me on the latest Osc (though it takes a whhile to load). Just ONE problem. I renamed the admin file (for security purposes) and fceditor did not work!! Any idea why???. I tried changing require("fckeditor/fckeditor.php"); to require("adminewname/fckeditor/fckeditor.php"); but i got a blank page. edit Solution to my and hopefully everybody's problem $oFCKeditor = new FCKeditor($name); $oFCKeditor -> Width = $width; $oFCKeditor -> Height = $height; $oFCKeditor -> BasePath = 'fckeditor/'; $oFCKeditor -> Value = $tex changed BasePath = 'fckeditor/' to BasePath = '../admin/fckeditor/'; (actually in my case BasePath = '..adminewname/fckeditor/';
  24. If a picture ia a thousand words how many words ia a video??? Ps many thnks to http://www.clubosc.com/ because I found the above video through one of his videos
×
×
  • Create New...