Jump to content


Corporate Sponsors


Latest News: (loading..)

DAVID3733

Member Since 05 Apr 2005
Offline Last Active Apr 10 2012, 18:36
-----

Posts I've Made

In Topic: [Contribution] iOSC - mobile version of OSC on your iPhone

01 March 2012, 13:51

This Contrib is very good, do however have a problem with client who wishs to divert to main site

while on the mobile site the web page is

/catalouge.php?cPath=113

when PC button is clicked the site trys to go to

/catalouge.php?cPath=113&redidrectCancelled=true

this brings up a 404 page on the main site, the address on the main site for this page would be

/-c-113.html

where is the rewrite for this in the files, can anybody point me in the right direction?

Thank you

david

In Topic: [Contribution] iOSC - mobile version of OSC on your iPhone

17 February 2012, 07:49

Hi Axioma

Do you mean you have created a OSC addon to make a App for IOSC, please can you let me have a link to it.

Thank you

In Topic: [Contribution] iOSC - mobile version of OSC on your iPhone

15 February 2012, 09:56

I think this Conbrib is great, my site is working fine, would be nice to be able to make a App for Submission, wouldnt know where to start, is there any pointers out there for this?

In Topic: [Contribution] iOSC - mobile version of OSC on your iPhone

14 February 2012, 17:58

View Postaxioma, on 14 February 2012, 17:52, said:

last version works good. perfect, the only flaw for the moment is the redirect to mobile pages from search engines

What do you mean?

In Topic: Sitemap SEO

11 February 2012, 17:48

looking at the wrong file, it was in modules/sitemap_products.php, added p.products_status = 1 here

  $products_query = tep_db_query("select p.products_status, p.products_id, pd.products_name from " . TABLE_PRODUCTS . " p inner join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = p2c.products_id and p.products_id != '" . $_GET['products_id'] . "' and p2c.categories_id = '" . (int)$cID . "' and p.products_status = '1' and pd.language_id = '" . (int)$languages_id . "'");

Regards