Full service web hosting, great prices and support. Starts at $1.99/month!
Page 6 of 7 First ... 4567 LastLast
Results 51 to 60 of 64

Thread: osCmax v2.5 RC2 Released - discussion

  1. #51
    MBombardier
    Guest


    Default Re: osCmax v2.5 RC2 Released - discussion

    I downloaded RC2 yesterday, and noticed that in the header, the list to go to different pages (contact, my account, cart, wishlist) now reads (cart, my account, cart, wishlist).

    Clicking on the first "cart" goes to the contact page, like it should. I have an older version of RC2 on another website that when I hover over "contact" it reads "cart". It still goes to "contact." So I don't really care, except I would like to know how to change the first "cart" that the customer sees to "contact", where the link actually goes.

    I have looked all over the place to see how to solve this issue and haven't found anything. I have tried to copy from the older version to the new with no success. Help please?

  2. #52
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: osCmax v2.5 RC2 Released - discussion

    Look in catalog/includes/languages/english/core.php (or your own language is relevant)For HEADER_TITLE_CONTACT_US

    Although I am surprised this is incorrect in RC2!

    Regards,
    pgmarshall
    _______________________________

  3. #53
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Thumbs up Re: osCmax v2.5 RC2 Released - discussion

    Quote Originally Posted by pgmarshall View Post
    ..Although I am surprised this is incorrect in RC2!...
    Don't panic, Mr Mainwaring, I have a RC2 development site for a client and it works as expected.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  4. #54
    MBombardier
    Guest


    Default Re: osCmax v2.5 RC2 Released - discussion

    I have checked catalog/includes/languages/english/core.php for HEADER_TITLE_CONTACT_US in both copies of RC2 that I have and they are identical. They both are $Id: core.php 1472 2011-06-15 21:55:06Z cottonbarn $, and no changes have been made to either of them.

    Why they work differently on the different websites is a mystery. You can check it out yourself:

    http://www.jpedersenhg.com/catalog Everything looks great here, except hovering over “contact” brings up the word “cart”. I don’t really care.

    http://www.waldorfkennelsandgardens.com/catalog is where the header reads “cart, my account, cart, wish list”. I just want to change the first “cart” the customer sees to “contact”, and the font so it matches what is under the header image. I don’t think many customers will care that hovering over it reveals the word “cart” just so long as it works right, which it does.

    I know you all are volunteers, so thanks for any time and help you can give me.

  5. #55
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Exclamation Re: osCmax v2.5 RC2 Released - discussion

    Just checked another clients' site (RC1) and it's not right.
    Will be correcting it, so standby for a solution...
    Last edited by ridexbuilder; 10-16-2011 at 01:11 PM.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  6. #56
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: osCmax v2.5 RC2 Released - discussion

    Well, it's pretty obvious if you've been working on /catalog/templates/NotYourfallback/main_page.tpl.php:

    PHP Code:
        <tr>
        <td class="nav_tabs">
        <?php if ((tep_session_is_registered('customer_id')) && (!tep_session_is_registered('noaccount'))) { ?>
          <a href="<?php echo tep_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo tep_image_button('log_off.png'HEADER_TITLE_LOGOFF);?></a>
        <?php ?>
        <?php echo '<a href="' tep_href_link(FILENAME_CONTACT_US) . '">' tep_image_button('contact.png'HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' tep_href_link(FILENAME_ACCOUNT'''SSL') . '">' tep_image_button('account.png'HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' tep_href_link(FILENAME_SHOPPING_CART) . '">'?><?php if (BASKET_CART =='cart') { echo tep_image_button('cart_contents.png'HEADER_TITLE_CART_CONTENTS); } else {  echo tep_image_button('contents.png'HEADER_TITLE_CART_CONTENTS); } ?> <?php echo '</a> <a href="' tep_href_link(FILENAME_WISHLIST'''SSL') . '">' tep_image_button('wishlist.png'HEADER_TITLE_WISHLIST) . '</a>'?>
        <?php
        
    if ($cart->count_contents() > 0) {
          echo 
    '<a href="' tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' tep_image_button('checkout.png'HEADER_TITLE_CHECKOUT) . '</a>'?>
        <?php ?>
        &nbsp;&nbsp;</td>
      </tr>
    Should be:
    PHP Code:
        <tr>
        <td class="nav_tabs">
        <?php if ((tep_session_is_registered('customer_id')) && (!tep_session_is_registered('noaccount'))) { ?>
          <a href="<?php echo tep_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo tep_image_button('log_off.png'HEADER_TITLE_LOGOFF);?></a>
        <?php ?>
        <?php echo '<a href="' tep_href_link(FILENAME_CONTACT_US) . '">' tep_image_button('contact.png'HEADER_TITLE_CONTACT_US) . '</a> <a href="' tep_href_link(FILENAME_ACCOUNT'''SSL') . '">' tep_image_button('account.png'HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' tep_href_link(FILENAME_SHOPPING_CART) . '">'?><?php if (BASKET_CART =='cart') { echo tep_image_button('cart_contents.png'HEADER_TITLE_CART_CONTENTS); } else {  echo tep_image_button('contents.png'HEADER_TITLE_BASKET_CONTENTS); } ?> <?php echo '</a> <a href="' tep_href_link(FILENAME_WISHLIST'''SSL') . '">' tep_image_button('wishlist.png'HEADER_TITLE_WISHLIST) . '</a>'?>
        <?php
        
    if ($cart->count_contents() > 0) {
          echo 
    '<a href="' tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' tep_image_button('checkout.png'HEADER_TITLE_CHECKOUT) . '</a>'?>
        <?php ?>
        &nbsp;&nbsp;</td>
      </tr>
    Note: Two entries are changed.
    Last edited by ridexbuilder; 10-16-2011 at 01:40 PM. Reason: More info/changes

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  7. #57
    MBombardier
    Guest


    Default Re: osCmax v2.5 RC2 Released - discussion

    Thanks! Fixed it.

  8. #58
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: osCmax v2.5 RC2 Released - discussion

    Good catch! I didn't read the question closely enough!!

    EJ can you commit these changes to the bug tracker or to the SVN?

    Thanks.
    pgmarshall
    _______________________________

  9. #59
    osCMax Development Team

    osCmax v2.5 RC2 Released - discussion

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Post Re: osCmax v2.5 RC2 Released - discussion

    Quote Originally Posted by pgmarshall View Post
    Good catch! I didn't read the question closely enough!!

    EJ can you commit these changes to the bug tracker or to the SVN?

    Thanks.
    Strange One. Just browsed SVN and SVNWorkbench - code appears OK there - yet my clients' RC1 was wrong. Sorry, need to concentrate on something else for next few days.
    Last edited by ridexbuilder; 10-17-2011 at 02:01 AM.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  10. #60
    technophobe
    Guest


    Default Re: osCmax v2.5 RC2 Released - discussion

    I have installed a fresh copy, but when i go to the cart or the admin i get a white screen.
    the install went smooth with no problems.

    it is on PHP5 and Mysql5.

    I have a site running on RC1 and this works fine on the same service provider (1and1)

Page 6 of 7 First ... 4567 LastLast

Similar Threads

  1. osCmax v2.5 RC1 Released - Discussion Thread
    By michael_s in forum Announcement Discussions
    Replies: 17
    Last Post: 03-08-2012, 01:36 PM
  2. osCmax v2.5 Beta 3 Released - Discussion thread
    By michael_s in forum Announcement Discussions
    Replies: 48
    Last Post: 04-07-2011, 09:45 AM
  3. osCmax v2.5 Beta 2 Released - Discussion thread
    By michael_s in forum Announcement Discussions
    Replies: 25
    Last Post: 01-31-2011, 10:54 PM
  4. Not for new threads - for osCMax announcements discussion
    By ridexbuilder in forum Announcement Discussions
    Replies: 1
    Last Post: 12-15-2009, 12:17 AM
  5. Discussion: MySQL Security in OSCMAX
    By red_fraggle in forum osCMax v2 Features Discussion
    Replies: 6
    Last Post: 07-22-2009, 04:32 PM

Tags for this Thread

Bookmarks

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
  •