Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GLWalker

♥Ambassador
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by GLWalker

  1. Hi everyone, thanks for the input thus far, I probably rushed into getting it ready for the BS Community edition, and overlooked a few things. If anyone is using the standard 2.3.XX download, use the first version I uploaded, should be fine. I'll make more changes and upload, I've been n the middle of a move, so this was my first chance back online since the last time I posted. As for the GitHub recommendation, I have been thinking of that too, so expect to see a repo soon. Existing order editing - this doesn't do that - but if there's enough interest it could.
  2. New update addressing errors here uploaded. Another update will come addressing specials price. The price does show as special while in the cart, just not in the product listing.
  3. Just searched around on this file and it appears that it was only being used with USPS module, and it's outdated as well, so it was removed from the BS version.
  4. Code has been updated for compatibility with Bootstrap Community version. Please report any further bugs.
  5. Ahhh, yes.. forgot about those changes for the BS edition - my most recent testing was on the standard 2.3.4.1 download. I'll make changes and update. Thanks for the feedback.
  6. This is the support thread for the Customer Service Portal https://apps.oscommerce.com/xihXD&customer-service-portal The primary goal of the Customer Support Portal is to allow osCommerce shop owners to allow their employees to work on order fulfillment and customer support inquiries without having to allow direct admin access. Additionally it serves as a full fledged order placement system that will work with a shops existing payment methods, as well as a couple of new payment modules that could be useful in case alternate means of payment processing are desired, or in person cash sales are needed. The Customer Support Portal also allows a true guest checkout option. No customer is created if this option is used. All customer information is stored only in the actual order information. There is a quick link in the Customer Portal Header menu that allows guest orders to be viewed separately from the rest of the store orders. Please note that in the ht_customer_service module settings there is an email field to fill out, by default it uses the store owners set email address. This email is used for certain functions within the Customer Service Portal, such as a placeholder email in guest account creation. It will always be populated on the guest customers information field, just to skip the additional step of gathering an email address from a guest. Whenever done with guest accounts, or even logging into an existing customers account always go back to the dashboard. This resets the session for that particular customer. If you are in a customers account, then you have to take on a session allowing you to access their info, the dashboard kills any sessions that are not related directly to you the customer service agent. If you are using the cash payment option, you will need to adjust the sort order of you order total module sp that the order totals and cash back amounts are computed correctly. Helpful Videos: https://www.youtube.com/watch?v=cwaid91cp1A&feature=youtu.be https://www.youtube.com/watch?v=dLgiD1FoTj4&feature=youtu.be Known issues: This plugin has been used in working shops for a number of years and proven to be stable. There are howver 2 issues I am aware of. 1) If a product in the cart has attributes, the update quantity field wont work properly. If a different quantity is desired, just delete it and add the correct quantity from the product listing itself. 2) I have not noticed this until testing on PHP 7.0, when using the cash payment option, the update button needs to be clicked twice. Feel free to post with comments or suggestions.
  7. Need coffee...

    1. Show previous comments  1 more
    2. Tsimi

      Tsimi

      Nice to hear from you again Gary. :smile::thumbsup:

    3. GLWalker

      GLWalker

      Thanks All :thumbsup:Wheres the beer emoti?

    4. Dan Cole

      Dan Cole

      We thought you took it...it disappeared around the time you left.  :biggrin:

  8. Soviet interference by Soviet premier Putin! LOL! What a croc.

    1. MrPhil

      MrPhil

      Da, comrade. And just today, FBI director Comey was sacked for letting his investigation get too close to our Dear Leader.

    1. MrPhil

      MrPhil

      In that vein: Fly Me to the Moon https://www.youtube.com/watch?v=mhZ2X9znPxM and Bam, Pow, to the Moon!

    2. Peper

      Peper

      hehe, i sometimes tell my little girl we are going to build a space rocket, relentlessly she always smiles at my silly comment.

    3. mattjt83

      mattjt83

      Very cool! Thanks for sharing

  9. Pretty handy reference/cheat sheets for developers: http://overapi.com/

  10. Big thumbsup to all who have been working away at the Responsive Build and building addons for it.

    1. Dan Cole

      Dan Cole

      So where have you been?

    2. GLWalker

      GLWalker

      Working new job. Congrats on Member of the Month!

    3. Dan Cole

      Dan Cole

      Thanks Gary and welcome back...you've been missed.

  11. New payment module - Realex Realauth HPP added to addons.

  12. Disadvantaged children need your help to buy video game systems and other items of no real value. DONATE NOW

    1. MrPhil

      MrPhil

      OK, I have some disadvantaged children. Where should I mail them?

  13. Havent had much time in the playground lately. These time outs get longer and longer.

    1. joli1811

      joli1811

      Got my Christmas present early this year so gong to play later :)

    2. Mort-lemur

      Mort-lemur

      @joli1811 - Gongs are always useful xmas gifts..... :)

  14. I should have known, you cannot use 0 as first character in a column that is INT - it just strips to the next whole number on insert - however - INT does allow - so the random customer_id is set to start with - followed by a few randomly generated and shuffled numbers. Looking in the database table it makes it very easy to see which are quest orders as the - is very easy to spot at a glance - and I like how it represents negative in the case of a non account holding customer. I did not realize that mySQL has built in regex checking, so it was very simple to create a search query using REGEXP to find the customer_id starting with a - . https://dev.mysql.com/doc/refman/5.1/en/regexp.html#operator_regexp http://www.guru99.com/regular-expressions.html all these hidden gems
  15. @@burt Ah yes, I remeber seeing your screenshot or video for that a few months ago :thumbsup: @@wHiTeHaT I have confimed a random generated customer_id will work with multiple "guest checkouts if we set the id VIA session key to bypass any create account functions we can go to the address_book, dynamically add a session based email and phone number, then collect the standard address info - BAM! order complete, all info recorded, email updates can be sent out. So this bypasses any script that would want to update customer, customer_info tables, and prevents an anwanted welcome email, yet still allows for an order success email. I did 2 orders at the same time simutaniously running open windows of the same browser - no conflicts, 1 a COD order, the other using Stripes test CC numbbers which had to create a connection to process I set the random IDs to begin with 00, this way I think I can set up a search function to lookup only the guest orders using a match first two as 00 - as a real customer will never have an id that starts with 00. But thats not on a default install, but Im sure a little tweaking can get it there. Maybe next year it will see the light of day. If done correctly, it should port over to the next version with little adjustment :-
  16. Yes, you brought up a lot I overlooked on a regular customer account. For what I am building it is no problem becuase the files are all controlled within their own private area and I can bypass the update to customer info if it is a guest. Still though, it makes me think about better ways to achieve a guest checkout - making a temporary account is good, but Im looking into how to do it without hacking the core :)
  17. Both being on account at same time is possible, - but you did remind me of a very important aspect I overlooked - the shopping cart. Perhaps a customer_id could just be randomly generated and set by session. As for the customer data it is all stored in the orders table so the customer is still notified VIA any admin order updates. And of course a token for checking updates would work well. Overall - trying to put the concept of very little to no core updates into the process. Can it be done? I think so. But now I must recode my addon to try using a random ID in case 2 or more employess are taking strictly "guest" orders at the same time. +1
  18. Recently Ive been developing a very large addon for store owners to allow their employess to use without having to give them access to the store admin. A employee may view and process orders, email customers, create customer accounts, edit ordrs, and take orders over the phone using its own built in checkout process. Orders can be made for existing customers or strictly guest. Anyhow, while using the mod, it dawned on me that I had esencially created a method of making guest orders for customers that call in and do not want an account. Any order took this way goes into a customer account that is stricly owned by the store, and the address books can be set to a higher number than the regular customer accounts. So I was wondering, with the couple of guest checkouts available, - 1 deletes customer info after checkout, the other flags it as guest and allows the guest to become customer later. I think for guest you should not keep account data if you tell them they are a guest! Why not create a simple flow for guest that is very unintrusive to the core code by: 1) Have a select guest option - when initiated a session is set, lets call it guest_order. If guest_order is set, then the customer_id is the same as the stores customer account. 2) After setting the session, the guest is then directed to the store's customer accounts address book process where they enter their address, with the session set there will also be two more fields in the address book, phone and email. 3) After filling out complete address info, then two more sessions are set for phone and email, they would work very much like the comments session. 4) Customer goes throught the checkout and when checkout_process is initiated it takes the session info for phone and email and inserts it rather than the stores defualt info. Then it clears the phone and email session. - Probably delete any address book entries made as well. But thats another area that would be handled by session assignment as well. 5) On checkout success guest_order session is cleared, order is done, customer can move on. All the while the guest_order session is set certian things need to be disabled, such as access to account areas. Most of this could all be done using a header tag module. The checkout process would need some editing to tell it if guest_phone/guest_email exist then insert this else default. Unless it is possible to override it with a header tag module - but I dont think so. Overall a lot less code changes, no database changes, and orders page would have all the info needed for contacting customer. So far as I can figure in this scenario, - only 2 to 4 core files to change. Or 1 file, checkout_process, and then add new files for the address book/checkout new address selections. Thoughts?
  19. Cant find my hat!

    1. Tsimi
    2. GLWalker

      GLWalker

      +1 Good deal T - and looks like its spandex so it stretch's to accommodate.

    3. altoid

      altoid

      Very, very dapper

  20. Ive been looking at this. @@Tsimi I downloaded your package, I like the screenshots showing how it looks. I only browsed the code and my initial thoughts were it could get better and be less intrusive. My thoughts : Most of the code that pulls the logic should be able to move into a header tag module -OR- All the code could be put into a content module and then place the markup to grab it in the shopping cart file. There's no need to show order totals, just shipping quotes. These type of things have to be as simple as possible, not necessarily because of all the different outcomes depending on totals, tax, weight, distance, etc; but as Gary mentioned "customers sometimes display a lack of common sense." That's a big time reason.
  21. @@slupostrupek I concur with Jacks suggestion. The author once told me he should have never released it.
  22. I am; yes I am.

    1. Show previous comments  1 more
    2. ArtcoInc

      ArtcoInc

      That Will.I.am That Will.I.am I do not like that Will.I.am Dr. Seuss

    3. GLWalker

      GLWalker

      I have not tried green eggs and ham, but I think I would like them better than jellyfish

    4. multimixer

      multimixer

      The big question is: Lemon or Melon ?

×
×
  • Create New...