Page 12 of 21 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 206
  1. #111
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by ooakllc View Post
    Thank you for your answer. I'm confused as to which button name I'm looking for. How do I find which button image the code is searching for?

    To answer your suggestion: I show-- define('BUTTON_IMAGE_CONFIRM_ORDER_GREEN', 'btn_submit_order_green.gif'); in buttons_names.php and
    an image named btn_submit_order_green in buttons/english

    As you can see I'm very lost..
    open includes/templaes/YOUR_TEMPLATE/templates/tpl_checkout_confirmation_default.php

    at around line 202 you will find the following line of code:
    PHP Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDERBUTTON_CONFIRM_ORDER_ALT'name="btn_submit" id="btn_submit"') ;?></div>
    replace that line of code with the following:
    PHP Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER_GREENBUTTON_CONFIRM_ORDER_ALT'name="btn_submit" id="btn_submit"') ;?></div>

  2. #112
    Join Date
    Feb 2008
    Location
    L.I., N.Y.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    ?>
    <hr />
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER_GREEN, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
    </form>

    The above is what I found without making any changes.
    ooakllc

  3. #113
    Join Date
    Feb 2008
    Location
    L.I., N.Y.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    clyde, i spoke to quickly. disregard the last reply as the code i showed in my response was not what resided on the server. my mistake.

    your fix worked wonderfully--thank you again.

    one last issue: step 4 presents a thank you/confirmation page and then a "log off" button. well the "log off" button does not show. is there a fix you could offer for this as well?
    ooakllc

  4. #114
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by ooakllc View Post
    clyde, i spoke to quickly. disregard the last reply as the code i showed in my response was not what resided on the server. my mistake.

    your fix worked wonderfully--thank you again.

    one last issue: step 4 presents a thank you/confirmation page and then a "log off" button. well the "log off" button does not show. is there a fix you could offer for this as well?
    again make sure BUTTON_IMAGE_LOG_OFF

    is defined in includes/languages/english/YOUR_TEMPLATE/button_names.php

    And that you have the appropriate button image located in

    includes/templates/YOUR_TEMPLATE/buttons/english/

  5. #115
    Join Date
    Feb 2008
    Location
    L.I., N.Y.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    again make sure BUTTON_IMAGE_LOG_OFF

    is defined in includes/languages/english/YOUR_TEMPLATE/button_names.php

    And that you have the appropriate button image located in

    includes/templates/YOUR_TEMPLATE/buttons/english/
    none of the above was present, but thanks to your direction log off image shows and even works!
    Thanks so very much for your help and for all the effort you put in to make Zen Cart the best product out there, bar none.
    Until the next time, all the best.
    ooakllc

  6. #116
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Step 3 of 3: I have a customer who is concerned that 8 of her credit card numbers are shown rather than 4, which would indeed be sufficient to indicate which card was used. Can I change that?

    Thanks

  7. #117
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by MeltDown View Post
    Step 3 of 3: I have a customer who is concerned that 8 of her credit card numbers are shown rather than 4, which would indeed be sufficient to indicate which card was used. Can I change that?

    Thanks
    This has nothing to do with the Order Steps mod.

    I'd check in admin -> modules -> payment -> and whatever payment module you are using.

    Or

    check in the shipping and payment modules section of the forum.

  8. #118
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Hi,
    I've just installed this mod - it's really nice - I like it a lot. I believe that it will make the checkout process for our customers an easier experience.

    I need some help tho, as now, during the checkout process steps, my RH column juts out quite a bit (I've attached the image)

    I imagine it's the stylesheets I need to look at...but I might be wrong? I really know nothing about that aspect - if a kind guru would like to point me in the right direction as to how to fix this, that would be wonderful
    Attached Images Attached Images  

  9. #119
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by Green333 View Post
    Hi,
    I've just installed this mod - it's really nice - I like it a lot. I believe that it will make the checkout process for our customers an easier experience.

    I need some help tho, as now, during the checkout process steps, my RH column juts out quite a bit (I've attached the image)

    I imagine it's the stylesheets I need to look at...but I might be wrong? I really know nothing about that aspect - if a kind guru would like to point me in the right direction as to how to fix this, that would be wonderful
    Do you have a url for your site?

  10. #120
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    This is my site (without the spaces)
    www. p a r t y k i t n k a b o o d l e.com.au

    many thanks

 

 
Page 12 of 21 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  2. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  3. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  4. Order Steps Tableless
    By Berserker in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Feb 2008, 04:04 AM
  5. Order Steps - Tableless small issue IE only
    By dharma in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Jan 2007, 02:40 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR