Jump to content


Corporate Sponsors


Latest News: (loading..)

RMD27

Member Since 16 Oct 2009
Offline Last Active May 19 2012, 23:44
-----

Topics I've Started

echo product description in meta tag - How to?

14 May 2012, 20:57

Hi

I am using easy populate.

I have created extra fields in the product description table.

I would like to be able to echo one of these fields in the meta description of each product

I have tried this as a test and surprise surprise it doesn't work!


<meta name="description" content="<?php echo($product_info['products_eta']); ?>">

I have also tried

<meta name="description" content="<?php echo stripslashes($product_info['products_heading']); ?>">

What else do i need to do?

External Link to "product_info.php"

13 May 2012, 16:28

Hi,

I have an issue, an external site is referring visitors to pages on my site that do not exist and this is causing me 404 errors.

I have sorted them all out except this one.

The link is to "product_info.php". I do not know how to sort this out.

I have tried a 301 redirect to my index page but this effects all the product pages so none of them are viewable if I do this.

Does anyone have any ideas how I can put a 301 redirect on this link without it effecting the real product pages?

I am using SEO URLs, RC2.2a

Thanks in advance!

Google Looking For Non Existent Pages .htaccess Issue?

01 May 2012, 13:15

I found this problem today

Basically when Google is trying to index the site it is trying to index pages which do not exist

Here is an example of a 404 error from the logs

Google is trying to see this page *************.phpproduct_info.php?cPath************
There are thousands of examples like this everyday

Obviously it doesn't work and causes a 404errror

I have Osc_Sec installed and Kiss security pro but I am not sure if they are causing the issue

I am thinking it must be something wrong with the htaccess file but I do not know

So basically it some down to this

1. I have SEO URLs installed so why is Google trying to index this page?
2. This page is not linked to so how is Google trying to index it?

This is a major issue because Google cannot index the site, any help or tips appreciated


GeoTag 2.3 - How do you do include it?

29 March 2012, 15:39

I have modular header tags installed.

I dont see an option for Geotags

Can someone tell me how I can put

<META NAME="geo.region" CONTENT="GB">

in the <head></head>

Saving An Installation/Loaded 2.3 for use in the future.

26 March 2012, 14:37

This has probably been covered before but I couldn't find anything.

I want to create an OSC install that I can use over and over again for new shops.

So I want OSC 2.3 but with certain contributions pre installed.

I can install 2.3 and I can add the contributions.

What I don't know how to do it to save this install with the contributions already installed so I can use it again on other shops.

If you know what I mean?

How do I create a zip file of 2.3 with the contributions I like already installed?

Is it easy to do?

It needs to be otherwise I won't be able to do it. :blink:

If someone has a link or info they would like to share?