Thread: Store_phone

Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2009
    Location
    Carlisle, Cumbria, UK
    Posts
    28
    Plugin Contributions
    0

    Default Store_phone

    Where can i find the place to enter the STORE_PHONE in the conditions of use php there is the following

    General email: <?php echo STORE_OWNER_EMAIL_ADDRESS; ?><br />
    Telephone number: <?php echo STORE_PHONE; ?><br /><br />

    The email address is coming up but I am not seeing the place to replace the line your Phone
    I have looked in Configuration/My Store I can see the line for name address and phone number but not one just for your phone

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Store_phone

    Quote Originally Posted by buster52 View Post
    Where can i find the place to enter the STORE_PHONE in the conditions of use php there is the following

    General email: <?php echo STORE_OWNER_EMAIL_ADDRESS; ?><br />
    Telephone number: <?php echo STORE_PHONE; ?><br /><br />

    The email address is coming up but I am not seeing the place to replace the line your Phone
    I have looked in Configuration/My Store I can see the line for name address and phone number but not one just for your phone
    Bu,
    admin panel/ configuration/ my store/ Store Address and Phone

    Ex:
    Busters, Inc.
    111 Oak Street
    Oak Cliff, NY 11111
    333-333-3333

    Now you will see a phone number appear

  3. #3
    Join Date
    Feb 2009
    Location
    Carlisle, Cumbria, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Store_phone

    I have this In this panel

    Crafty Ann's Shop
    8 Holmrook Road,
    Carlisle,
    Cumbria,
    CA2 7TG,
    United Kingdom,
    01228 540089

    But I still get this

    Our contact details are as follows:
    Crafty Ann's Shop
    8 Holmrook Road,
    Carlisle,
    Cumbria,
    CA2 7TG,
    United Kingdom,
    01228 540089


    General email: [email protected]
    Telephone number: STORE_PHONE

    does the phone number need to be somewhere else as well

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Store_phone

    Buster,
    Have you added this to the contact page???
    Telephone number: STORE_PHONE

    Need a link to view please

  5. #5
    Join Date
    Feb 2009
    Location
    Carlisle, Cumbria, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Store_phone

    OK I give up where is the contact page

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Store_phone

    Quote Originally Posted by buster52 View Post
    Where can i find the place to enter the STORE_PHONE in the conditions of use php there is the following

    General email: <?php echo STORE_OWNER_EMAIL_ADDRESS; ?><br />
    Telephone number: <?php echo STORE_PHONE; ?><br /><br />

    The email address is coming up but I am not seeing the place to replace the line your Phone
    I have looked in Configuration/My Store I can see the line for name address and phone number but not one just for your phone
    Bu,
    There is no entry for Store phone for you to echo.
    So lets try this:

    General email: <?php echo STORE_OWNER_EMAIL_ADDRESS; ?><br />
    Store Information: <?php echo STORE_NAME_ADDRESS; ?><br /><br />

    1. It is the only way I could get the phone number to show up

  7. #7
    Join Date
    Feb 2009
    Location
    Carlisle, Cumbria, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Store_phone

    Hi thanks for the help
    I tried that but ended up with the address ect doubled up so I decided to delete the line in condition.php that was looking for store_phone now it looks ok.
    and the phone number is in with the address line

  8. #8
    Join Date
    Feb 2009
    Location
    Carlisle, Cumbria, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Store_phone

    A separate thing but do you know where I can find the page that lays out the log in register page I have removed the check box for news letter but I would like to completely remove the frame itself we do not intend to have a news letter ever and leaving the box there suggests that there might be a news letter

  9. #9
    Join Date
    Feb 2007
    Location
    UK & Germany
    Posts
    52
    Plugin Contributions
    2

    Default Re: Store_phone

    Quote Originally Posted by buster52 View Post
    I tried that but ended up with the address ect doubled up so I decided to delete the line in condition.php that was looking for store_phone now it looks ok.
    and the phone number is in with the address line
    Copy and paste the code below to insert the STORE_PHONE variable. It will appear in Configuration->My Store.

    Tested on 1.3.7 and 1.3.8. Code is taken from my Database so I know it works, however, NO WARRANTIES, NO Comebacks and BACKUP BACKUP BACKUP!!!!!!!!!!

    Code:
    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (777, 'Store Phone', 'STORE_PHONE', '0', 'Enter the phone number for your store.<br>You can call upon this by using the define <strong>STORE_PHONE</strong>.', 1, 4, '2009-03-13 11:15:06', '2008-04-12 10:02:51', NULL, NULL);
    "I see" said the blind man
    "You're a liar" said the dumb

    www.Pictures2Stitches.com

 

 

Similar Threads

  1. Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX
    By SITM in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 17 Jul 2008, 08:21 PM

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