Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

René H4

Members
  • Posts

    676
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    René H4 reacted to Fiber in Dutch translation osC Phoenix 1.0.6.2   
    Update Dutch/Nederlands OSCOM CE Phoenix v1.0.7.14
    OSCOM CE Phoenix v1.0.7.14
  2. Like
    René H4 reacted to Fiber in Dutch translation osC Phoenix 1.0.6.2   
    Update Dutch/Nederlands OSCOM CE Phoenix v1.0.7.12
    OSCOM CE Phoenix v1.0.7.12
     
  3. Thanks
    René H4 reacted to puddlec in TinyMCE editor for admin   
    @jonwix @Heatherbell
    try the version i have attached, should be fixed now, also added support for the information pages
    TinyMCE 1.0.5.zip
  4. Haha
    René H4 reacted to Heatherbell in TinyMCE editor for admin   
    Just from my personal experience, in a prior job, if personnel continually did not double check their data entry, they would inevitably end up with no job!
  5. Thanks
    René H4 reacted to puddlec in TinyMCE editor for admin   
    just tried it it works perfectly fine, just make sure you are uploading to the correct place
  6. Thanks
    René H4 reacted to burt in Dutch translation osC Phoenix 1.0.6.2   
    You can change those headers within the Admin section (though I personally have not tried to do so).
    Admin > Localization > Customer Data Groups
  7. Thanks
    René H4 reacted to Fiber in Dutch translation osC Phoenix 1.0.6.2   
    Update CE Phoenix 1.0.7.9
    Bestanden geüpdatet
    - admin/includes/languages/dutch/version_check.php [CE Phoenix 1.0.7.9 update]
    CE 1.0.7.9 Nederlands/Dutch
    Volledige versie
  8. Like
    René H4 got a reaction from EGLTD in Gleichberechtigung nach "AGG".   
    I am not a supporter of Brexit, but I would consider this lucky for the British.
    We are getting mad in Europe, looking at this example. For those 100 people we have to change our software? NEVER as far as I am concerned.
  9. Like
    René H4 got a reaction from Stephan Gebbers in Gleichberechtigung nach "AGG".   
    I am not a supporter of Brexit, but I would consider this lucky for the British.
    We are getting mad in Europe, looking at this example. For those 100 people we have to change our software? NEVER as far as I am concerned.
  10. Like
    René H4 got a reaction from burt in Gleichberechtigung nach "AGG".   
    I am not a supporter of Brexit, but I would consider this lucky for the British.
    We are getting mad in Europe, looking at this example. For those 100 people we have to change our software? NEVER as far as I am concerned.
  11. Like
    René H4 reacted to puddlec in Support thread for JcM Header /Footer Message Animated V1.0 Phoenix   
    this after you go on about Censorship".
    and now you try to censor other people.
    also it is a fact you made terrible copies of other people code (not just supporters code), do you want a full list of how many times you have done this.
     
    all you have ever done is whine and complained about Gary's efforts in make oscommerce/phoenix better/easier to make install addons.
    if you hate oscommerce/ phoenix so much do everyone a favour and stop using it, use something else instead, and leave all those you want oscommerce to be great again in peace
     
  12. Like
    René H4 reacted to 14steve14 in Support thread for JcM Header /Footer Message Animated V1.0 Phoenix   
    Without that money the core code for oscommerce would not be changing. Its a shame that not everyone is behind moving the project forward and are out to spoil what some are working towards. But never mind, I fully understand that some people are like that, and that they, not necessarily you Zahid,  hold a grudge as they are excluded from the 'club' and don't want to help improve the core code. That's their choice of course but don't run down and insult those that want to help, and don't undermine the work of those that are working to improve the code by offering free code to those that do support. It will only drive a wedge between everyone and cause a split so that those on this forum will not benefit.
  13. Haha
    René H4 got a reaction from kgtee in Support thread for JcM Header /Footer Message Animated V1.0 Phoenix   
    "CopyCat detection" initiated by "Phoenix Club Member Protection Society" 
  14. Like
    René H4 reacted to mddel in Product listing   
    Thank you for the prompt reply. I have paid and joined as a Phoenix Supporter
  15. Thanks
    René H4 got a reaction from ralgiere in easy Populate : error MySql 1064   
    Like @raiwa says : "Otherwise you can post in the commercial support section to find a developer to fix this for you."
    Do you understand what is said here?
  16. Like
    René H4 reacted to valquiria23 in Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE   
    I think it would be great to make a package (called frozen 2 or as you like) that has the new admin of @shetch and the Frozen version with its bug fixes so that new users can download them in one place.
    What the community lacks are periodic updates to show that the software is alive.
    I do not know if this is the best place to post it, but the work of @shetchis fantastic, it's the cooler in oscommerce for a long time and it would be great to integrate it into the Frozen package.
    What do you think?
    Best regards.
    Valqui
  17. Haha
    René H4 reacted to raiwa in Unusual shipping requirements   
    Jack, @Jack_mcs, the post is from 2006! 😉
    Never mind, happened to me too.
  18. Like
    René H4 got a reaction from simplebaby in Recover Cart Sales   
    I found this on a French site, it worked for me:
     
     
    Patch for stats_recover_cart_sales.php
     
    REPLACE:

    $orders_query_raw = "select o.customers_id, o.date_purchased, s.orders_status_name, ot.text as order_total, ot.value from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id), " . TABLE_ORDERS_STATUS . " s where (o.customers_id = " . (int)$cid . ' OR o.customers_email_address like "' . $crec['customers_email_address'] .'" OR o.customers_name like "' . $crec['customers_firstname'] . ' ' . $crec['customers_lastname'] . '") and o.orders_status > ' . RCS_PENDING_SALE_STATUS . ' and s.orders_status_id = o.orders_status and o.date_purchased >= "' . $inrec['dateadded'] . '" and ot.class = "ot_total"';
    BY:
     
     

    $orders_query_raw = "select o.orders_id, o.customers_id, o.date_purchased, s.orders_status_name, ot.text as order_total, ot.value from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id), " . TABLE_ORDERS_STATUS . " s where (o.customers_id = " . (int)$cid . ' OR o.customers_email_address like "' . $crec['customers_email_address'] .'" OR o.customers_name like "' . $crec['customers_firstname'] . ' ' . $crec['customers_lastname'] . '") and orders_status NOT IN (' . implode(unserialize(RCS_PENDING_SALE_STATUS), ',') . ') and s.orders_status_id = o.orders_status and o.date_purchased >= "' . $inrec['dateadded'] . '" and ot.class = "ot_total"';
  19. Like
    René H4 reacted to Benjjj6 in Fancier Invoice & Packingslip v1.0   
    hi,
     
    on my invoice.php, packing_slip.php and print_my_invoice.php pages I have at the top:
     
     
    How can I edit this?
×
×
  • Create New...