Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Monika in Germany

♥Ambassador
  • Posts

    4,850
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Monika in Germany

  1. there should be a function in your currencies.php where the price is being determined for display, depending on customer status. Basically (if I recall correctly it was a bunch of if/else statements) I'd pick this apart into two different calls of the function - make a function for retail, one for wholesale, and call them accordingly, NOT looking at the session parameter but YOUR predefined ID for there status (wholesale/retail) ...
  2. though so ;-) ... I used to have an endless form for a callcenter tool a while ago (countless options to choose from) and this is waht I used/did!
  3. why don't you define a height for your div and have the rest of the rows hidden, visible by scrolling within the div?
  4. look at your file ... when you edited it, you added a second where clause instead of adding to the existing where clause! that second "where" should be an "and" where c.customers_group_id = cg.customers_group_id where
  5. your facebook page should offer the option to post new statuses/photos via email. it would be easy to have the admin of your store send a specified email to that address whenever you add a product in admin or whenever the date available matches the current date ...
  6. you can always add conditional statements to any order total module ... in this case, make it check your payment module and disable it when it's cod!
  7. hi Mat, well basically anything can be coded into shipping modules ... they are highly flexible. There are many different ways to do it and the fact that there is no downloadable add on for you does not mean it cannot be done to match your needs. Your description is a bit unclear though, you'd have to think through the system for all possible cart contents (mixed, only free stuff, only reg shipping ...) and then decide on a scenario for each of those. When you have accomplished that (without any loopholes), a new system and and a coding concept can be created ... and as always, even then, there are many ways of solving the issue.
  8. Hi Sammy,

    thanks so much for the compliments. As for a new book ... I have not promised anything yet ;-).

    regards

    Monika

  9. the " is missing at the end of your query ... you typed the code, right? you have $manufacturers_query = tep_db_query("select distinct m.manufacturers_id, m.manufacturers_name, m.manufacturers_image from " . TABLE_MANUFACTURERS . " m where manufacturers_name <> '' order by manufacturers_name); should be $manufacturers_query = tep_db_query("select distinct m.manufacturers_id, m.manufacturers_name, m.manufacturers_image from " . TABLE_MANUFACTURERS . " m where manufacturers_name <> '' order by manufacturers_name");
  10. sure! http://www.packtpub.com/inside_

    oscommerce/book/mid/20090

    6cwe7wm

    regards Monika

  11. Hi, I'm sorry, I'm helpful, but not THAT helpful. Posting in all bold is weird also. Maybe your anger - as it looks like you are angry - should be directed to the developer of that module. PM Harald to fix you up step by step.
  12. Hi Eduardo, I have not used the module before but it seems that it's a similar issue as with paypal... not returning. Either the customer has to cliock a button to return, which they don't do, or you have to specify a return url somewhere. Anyway, install this to keep you covered: http://www.oscommerce.com/community/contri...+logging+before
  13. I use this for horizontal scrolling (define the tickertext from a query first) <tr> <td class="main" valign="middle"> <marquee id="mm" direction="left" scrollAmount="4" onmouseover="java script:mm.stop()" onmouseout="java script:mm.start()"><?php echo $ticker; ?></marquee> </td> </tr>
  14. Hi Mark, and many thanks :-) Verify in your config table this variable has been set to true, as only then is the ip filled ... exerpt from application_top.php by default, it is set to false ...
  15. the lowdown for this is pretty basic, the coding probably more complicated... idea: enable/disable USPS according to items in cart, similar to how it's enabled/disabled for zones if a zone has been selected method: loop through the cart content, and decide according to your business rules whether module is on or off coding ... too long to do it here for free, sorry
  16. http://www.oscommerce.com/community/contri...attribute+price there is lots of work left though, if you also change the price by the radios. If only your dropdowns every change the pice, it will be much easier to adapt to the option type feature mod. Good luck!
  17. Hi Eric, nope, I have not seen a contribution hack for the osCommerce paypal IPN module yet on this topic.
  18. there is a contribution called option type features (you'll need that for the radios) and one for the actual price, but it's only been coded for the default dropdowns setup, so it would have to be modified. other than that, no contributions I know of to make your work easier... as for finding a coder, there are freelance sites, google them, or you may luck out and get a bunch of emails through this post here. You'll need someone who is good with javascript almost things on your page will need it.
  19. hi Eric, sure you can add a column to yur orders table and when IPN tells your database that the payment has been verified, grab the variable for the fee and enter it into the orders table. The variable name is payment_fee ...
  20. look in tips and tricks ... boxtel has a thread there!
  21. Anita, this is a wonderful module. I can already see needing it for future projects!! Thanks a lot, fabulous read me file also. WTG!
  22. uninstall is a must, but like I said I'd even remove the file so noone accidentally installs it. what is the email error message?
  23. no, the old paypal module is not worth anything. I tend to even remove the file from teh module folder. Who needs lost orders, definitely not me.
  24. rumour says oscommerce and yahoo do not mix well ... maybe start an extra post on this? I have never tried it so I cannot confirm. yes, leave blank fields in the lower section just as they are
  25. you can safely leave those values just the way they come (default). As for all online shops, you should have SSL installed anyway, either a shared (free) one by your host or buy a full certificate (dedicated IP required)
×
×
  • Create New...