Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Subfocal

Pioneers
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Subfocal

  1. Hello Cris @@Subfocal,

     

    you do not need to change anything in the tep_mobile_link function in catalog/mobile/includes/functions/general.php

     

    The changes are in catalog/includes/functions/general.php for the tep_redirect function

    and in catalog/includes/functions/html_output.php for the tep_href_link function

     

    Please check again the install instructions step 3+4.

     

    However maybe you are using SEO URLs then you need to install the additional suport included in the Add-On support package:

     

    http://addons.oscommerce.com/info/8578

     

    Please see the Add-On Support.doc

     

    Kind regards

    Rainer

     

    Thanks for the quick reply.

     

    Yes, I definitely completed steps 3 & 4. I just double checked now. So that wouldn't appear to be the problem.

     

    I haven't installed the SEO URLs addon. So I don't think I need the additional support package.

     

    Any thoughts?

  2. Hello Matthew @@mrossi,

     

    The links in all mobile site are pointing to the classic site. So it seems that the mods in the tep_href_link funtion in includes/functions/html_output.php need to be added.

     

    Kind regards

    Rainer

     

    Hi Rainer,

     

    It seems I'm having the same problem. I just installed the iosc add-on and only my HOME and ACCOUNT pages are working. The STORE, SEARCH & INFO links all return 'Error Loading Page' messages.

     

    Can you explain exactly how I need to add the mods in the tep_href_link funtion please?

     

    <?php

    function tep_mobile_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = false) {

    return tep_href_link($page, $parameters, $connection, $add_session_id,false);

    }

×
×
  • Create New...