Results 1 to 9 of 9

Can osCMax handle these requirements?

This is a discussion on Can osCMax handle these requirements? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I have a potential client that has some particular requirements for an ecommerce project. I have downloaded osCMax to my ...

      
  1. #1
    New Member
    Join Date
    May 2005
    Location
    Easthampton, MA
    Posts
    28
    Rep Power
    0


    Default Can osCMax handle these requirements?

    I have a potential client that has some particular requirements for an ecommerce project. I have downloaded osCMax to my local development server here and have worked through many of them but still have some questions about it's ability to meet the following requirements:

    1. Create additional pages that are editable using WYSIWYG editor - Client has a number of informational pages they would like full control over. Is it possible to create new editable pages within the framework - for example duplicating the privacy notice and maintaining the editing functionality for the new page? Or is it possible to add a WYSIWYG editor to the category description?

    2. Taxes - Client would collect taxes in one state only and within that state certain customers will be tax exempt (based on a tax id#). Is this possible?

    3. UPS order tracking module - I know that there are UPS shipping modules but do they also allow for orders to be tracked from UPS?

    4. Shipping - This is the piece that is the most complex. Some products can only ship overnight so I'm looking for a way that if such an item is selected the shipping defaults to overnight. Additionally, there are three other product specific charges that may need to be added to any given item (and they need to be product specific). I was thinking setting up attributes for these but I don't know if that would do it.

    Thanks in advance for your thoughts.

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default Re: Can osCMax handle these requirements?

    1) yes.
    2) yes.
    3) yes.
    4) there are any number of ways to do this. We have modified our version to have a flag that determines if it goes via UPS, USPS or BAX based on zip code and a special flag that we add to the product table. So, yes, you can modify the code to have a special flag in it, and when that flag is seen modify the way that it calls the UPS module to get quotes only on specific values. As for product specific charges added at the individual item level, that's just a matter of making small modifications on the products table and then coming up with the code on the admin side to add/edit them when adding/editing a product, and on the product_info and maybe shopping_cart side to displat that information to the users. So, yes again.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  3. #3
    New Member
    Join Date
    May 2005
    Location
    Easthampton, MA
    Posts
    28
    Rep Power
    0


    Default Re: Can osCMax handle these requirements?

    Can you elaborate on #1 - 3 ... Would these be modules that already exist or would they be custom programming for each? I'm trying to get a better sense of the time commitment involved so installing a module vs. having to modify code changes things in terms of planning.

    Thanks in advance!

  4. #4
    Lurker
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0


    Default Re: Can osCMax handle these requirements?

    I see in this post that it says it can handle tax exempt customers in their own state. How is this implemented into OSCMax?

    I have several church related sites, some which sells products and they need to allow churches in their own state to order things as tax exempt while everyone else gets charged tax if in their state.

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Can osCMax handle these requirements?

    Quote Originally Posted by aperfecthost View Post
    I see in this post that it says it can handle tax exempt customers in their own state. How is this implemented into OSCMax?

    I have several church related sites, some which sells products and they need to allow churches in their own state to order things as tax exempt while everyone else gets charged tax if in their state.
    Customer groups.... Create a new group - say "Church-State Tax Exempt" or "Business-State Tax Exempt" etc...

    Set:
    Show prices with/without tax: Show prices without tax
    Tax Exempt: Yes
    Etc...

    Change all "approved" customer group to this group.

    Done.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    Lurker
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0


    Default Re: Can osCMax handle these requirements?

    Quote Originally Posted by jpf View Post

    Change all "approved" customer group to this group.

    Done.

    where do I set the "approved"? I need all customers to be able to place orders right after they create account if they want too and not to have to wait on the admin to set their group.

    So, how would I add a drop down list to the create account page that would allow the customer to select their group?

  7. #7
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Can osCMax handle these requirements?

    Sorry - there is no option for this as default "retail" customer then could change themselves to "Wholesale" etc. You have to MANUALLY approve and change the customers to this group. Or else everyone could get tax free purchases etc...
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  8. #8
    Lurker
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0


    Default Re: Can osCMax handle these requirements?

    I understand that adding that would be "at our own risk". However since 95% or so of their customers are exempt because of the nature of their business, this needs to be an option. I also would then need to collect their tax exempt number.

    However, if you could tell me what I need to add to the customers create account page to give them that drop down box I would appreciate it.

    Thanks.

  9. #9
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Can osCMax handle these requirements?

    Simply thing would to be to enable TAX ID and then put an IF statement (if NOTNULL TAX_ID then GROUP="Business Group" Else GROUP="Default")
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

Similar Threads

  1. Replies: 3
    Last Post: 07-08-2007, 10:54 PM
  2. How to handle oversize charges
    By JohnW in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 12-05-2006, 04:58 AM
  3. Can osCMax meets my requirements?
    By shoocho in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 09-28-2005, 04:59 PM
  4. Product attribute - too many of them, how to handle?
    By jc2002 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-18-2004, 10:50 PM
  5. Modifying cart/checkout to handle customized products?
    By GCasper in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-10-2003, 12:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •