

odleyart
Members-
Content count
67 -
Joined
-
Last visited
Profile Information
-
Real Name
Marc Odley
-
Updated spiders.txt Official Support Topic
odleyart replied to stevel's topic in General Add-Ons Support
We have installed a site search engine and would like to add our own site spider to the list. Anyone know how this can be done? -
Hi all I'm having a problem creating a new order. I can select an existing customer or create a new customer from create_order.php but after clicking the save button the customer details do not populate in edit_orders.php Can anyone help with this please? Regards Marc
-
How do get version 1.5.6 to use existing customer details? I have installed the contrib but it doesn't seem to look them up
-
Hi Has anybody had problems with the Interlink Express tracking module. I have it working fine but the output seems to ignore the tracking_div class so the output is ugly. Can't seem to get it to output correctly. I have the new Royal Mail track and trace module installed and outputting correctly so I don't think its my install. Any help or fix most appreciated. Great contrib on the whole.
-
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
odleyart replied to Chemo's topic in General Add-Ons Support
I Just installed the contrib and tried to call the /googlesitemap/index.php from my browser but get nothing but a blank page. It is installed in my root directory if that makes a difference. Can anybody help with this? -
[Contribution] iOSC - mobile version of OSC on your iPhone
odleyart replied to bumbarash's topic in General Add-Ons Support
Hi All I had the blank page issue refereed to earlier in the thread so added error_reporting(E_ALL & E_NOTICE ); ini_set('display_errors','1'); to application_top.php I now have the following errors: Notice: Constant DIR_WS_HTTP_CATALOG already defined in /home/cbdmain/public_html/includes/configure.php on line 24 Notice: Constant DIR_WS_HTTPS_CATALOG already defined in /home/cbdmain/public_html/includes/configure.php on line 25 Notice: Constant DIR_WS_IMAGES already defined in /home/cbdmain/public_html/includes/configure.php on line 27 Notice: Constant DIR_WS_INCLUDES already defined in /home/cbdmain/public_html/includes/configure.php on line 29 Warning: include(includes/version.php) [function.include]: failed to open stream: No such file or directory in /home/cbdmain/public_html/includes/application_top.php on line 38 Warning: include(includes/version.php) [function.include]: failed to open stream: No such file or directory in /home/cbdmain/public_html/includes/application_top.php on line 38 Warning: include() [function.include]: Failed opening 'includes/version.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cbdmain/public_html/includes/application_top.php on line 38 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cbdmain/public_html/includes/configure.php:24) in /home/cbdmain/public_html/includes/functions/sessions.php on line 97 Warning: require(templates//default/boxes.tpl.php) [function.require]: failed to open stream: No such file or directory in /home/cbdmain/public_html/includes/CRE_template_application_top.php on line 111 Warning: require(templates//default/boxes.tpl.php) [function.require]: failed to open stream: No such file or directory in /home/cbdmain/public_html/includes/CRE_template_application_top.php on line 111 Fatal error: require() [function.require]: Failed opening required 'templates//default/boxes.tpl.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cbdmain/public_html/includes/CRE_template_application_top.php on line 111 Can anybody help with this please? -
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
odleyart replied to Chemo's topic in General Add-Ons Support
I have the same problem, did you manage to find a fix to this? Any help would be much appreciated. -
Anybody else getting the invalid basket error. I turned the 'send shopping cart' off and it's working OK at the moment. Has anyone managed to come up with a fix so this can be turned back on? :-"
-
What paypal number?
-
This is probably a daft question but where do I get a digest key from? or do I just make one up? If the later is true do I need to enter it in my Paypal profile somewhere?
-
I know I'm missing something here, but where do I get the digest key from? or do I just make one up?
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
odleyart replied to spidometrs's topic in General Add-Ons Support
Well done and thnk you for posting this fix. It has sorted my problem with & appearing in the URL of the products so causing the redirect to fail. One further question do you know how to make the redirected product URL show in the status bar? It displays correctly in all other respects except the products url from a category. From a category the product displays as ../product_info.php?products_id=28 for example. From everywhere else the redirected product URL displays. Anyway thanks again for the above fix. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
odleyart replied to spidometrs's topic in General Add-Ons Support
This fixed the problem for add to wishlist, but doesn't fix it for add to cart or for the products from a category. Does this code exist elsewhere? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
odleyart replied to spidometrs's topic in General Add-Ons Support
I can't seem to get the & out of some of the URL's. Does anybody have a fix for seo_class.php that effectively converts the & to & Or maybe there is something I can do in .htaccess ?????????? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
odleyart replied to spidometrs's topic in General Add-Ons Support
I have installed this contrib to a CRE 6.2 pro patch 3.1 store. The catagories redirect fine. I have a problem with the product links from the category pages. They don't appear to rewite correctly. Here is an example of what I get http://mydomain.co.uk/test/product_info.ph...;products_id=79 The product url's work fine from the specials and bestsellers boxes and also from the all products list. Can any one shed some light on this for please.