Thread: Order By Phone

Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2010
    Posts
    68
    Plugin Contributions
    0

    Default Order By Phone

    My client has decided to make several categories of products 'Order By Phone' only.

    I had thought I could create a new Product Type to handle this but I now see it's -work- to do so.

    Of course, I can hard code something into the Product_Info based on Category, but I was hoping there was some more elegant way to do this just within the Admin.

    What we want is to hide the Add To Cart Button but have an 'Order By Phone Only! banner in that spot.

    Ideas?

    ---JC

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Order By Phone

    A very simple solution could be this

    Depending on your stock settings, you could set the in stock amount to zero, so it looks like sold out. Then you only have to edit some defines.

  3. #3
    Join Date
    Nov 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: Order By Phone

    Quote Originally Posted by Design75 View Post
    A very simple solution could be this

    Depending on your stock settings, you could set the in stock amount to zero, so it looks like sold out. Then you only have to edit some defines.
    Not that I'm lazy, but where are these DEFINES located? (I -still- get confused about the ZC hierarchy.)

    Thanks,

    ---JC

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Order By Phone

    I just remembered it is just a button in the button_names.php

    define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
    define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');

    just make a new button and you could be done

 

 

Similar Threads

  1. How to take phone order?
    By accent2010 in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 31 Dec 2011, 09:42 AM
  2. Phone order Help
    By oxicottin in forum General Questions
    Replies: 3
    Last Post: 6 May 2008, 05:53 AM
  3. Phone order through backend
    By Waves77 in forum Managing Customers and Orders
    Replies: 3
    Last Post: 22 Feb 2008, 08:54 AM

Posting Permissions

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