Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Leaderboard

Popular Content

Showing content with the highest reputation on 10/16/2017 in all areas

  1. @Tsimi Pushed the updates to sync to last published version (I found only the difference you mentioned and the install manual) Pushed the german language file update Pushed the auto tick update for admin/orders.php
    1 point
  2. Sorry for the mess. I'll update my master with the good files from the uploaded add-on.
    1 point
  3. @raiwa I added the German translation for the FAQ 18 part to my github fork. You cannot merge everything since I don't have the exact same files as you do. You used older files for your latest changes which included some old minor bugs. For example; inside the customers_points_pending.php file you have this $uInfo = new objectInfo($pending_points); twice in there which will cause some weird behavior with the table row select feature. Just download my fork files and take the German language files and upload them to your github.
    1 point
  4. Pull down would only allow the auto tick for one status. Coma separated list allows to use it for more than one status. There are store owners using different status (more than one) for final order status. It's just more flexible like this.
    1 point
  5. allows the function to be only available and used inside the own class
    1 point
  6. @raiwa Regarding 1. Should such fixes for various addons be mentioned inside the install manual? I don't really want to add code fixes for 265165433818 addons which might clutter up the files. I remember, the Order Editor addon was one of those addons that had various code pieces inside to fix compatibility for addons that maybe a few use. Mention it inside the install manual however seems to be a good idea don't you think? Regarding 2. I thought about a similar approach, add an empty entry inside the HT module where admins/shop owners can doe the following. Add a Status ID activates that function and confirms the pending points if the order is set to that certain Status ID. If the setting entry is empty then no auto confirmation happens at any Status ID. Not sure what and Que and Delete do function wise. and Que means confirm points and add it to the My Account listing? and Delete means confirm points but don't show inside the My Account listing? Is that correct? If that is the case then maybe if selected Status ID = true -> and Que only. So that customers can see that their points have been added to their account. Regarding 3. Is that fix ( get_pages_pr ) something you gonna implement into the current code base of the addon? Or is this like case in 1. ? @TITO4 Thanks for your help with the Spanish language files, very appreciate it.
    1 point
  7. @CGhoST Sorry another typo was inside the previous code. I just hide that post to not confuse you. Use this inside the points payment module. FIND: function update_status() { global $order, $cart, $max_points; REPLACE WITH: function update_status() { global $order, $cart, $max_points, $PHP_SELF; if(basename($PHP_SELF) == 'edit_orders.php') { require_once('../includes/functions/redemptions.php'); } That should do it now.
    1 point
  8. Addon is now available. Congratulations!
    1 point
×
×
  • Create New...