Page 1 of 1
Search found 13 matches
Re: Replacing space with - for SEO keyword field
Thanks almost perfect. In fact rather than meta-keyword , it was just keyword and it ended up being $this->db->escape($data['keyword']) to $this->db->escape(strtolower(trim(preg_replace('/[^a-zA-Z0-9]+/', '-', $data['keyword']), '-'))) in 2 places Hope this helps someone else AND it should be consid...
Jump to post- Sun Apr 15, 2012 9:14 am
- Replies 7
- Views 6141
Re: Replacing space with - for SEO keyword field
:) OK, I'll explain the problem slowly. If a person has a product named "this is my fabulous product" and they copy and paste it as the SEO keyword it becomes "this%20is%20my%20fabulous%20product". I think we agree that "this-is-my-fabulous-product" is preferable. So in...
Jump to post- Sun Apr 15, 2012 8:37 am
- Replies 7
- Views 6141
Re: Replacing space with - for SEO keyword field
Of course it can be entered manually, but if copying the product description and pasting it as SEO it is unnecessary, that is what clever coding is for.
Jump to post- Sun Apr 15, 2012 8:11 am
- Replies 7
- Views 6141
Replacing space with - for SEO keyword field
I want to do an automatic replace of spaces and a few other characters e.g. ?, &, / etc in the SEO keyword field when products are created or edited. This should happen by default but it doesn't. Can someone point me to where the insert or update for products happens? I can't track it down. Than...
Jump to post- Sun Apr 15, 2012 8:01 am
- Replies 7
- Views 6141
login email addresses should not be case sensitive
Tried to log in as affilate without success.
email address in affilate section has caps and it wasn't until I used correct case on email address that it worked. This is unnecessary.
- Sun Apr 15, 2012 7:44 am
- Replies 0
- Views 395
Re: broken link in affiliate welcome email
OK, on looking in /admin/config.php I see that the definition of HTTP_CATALOG is the only definition missing the trailing /
I am not sure if this is an install issue or it has been edited, so may not be a true bug.
- Sun Apr 15, 2012 7:39 am
- Replies 1
- Views 506
broken link in affiliate welcome email
Email to affiliate had the following login link http://domain.comindex.php?route=affiliate/login It is missing the forward slash between the domain and index.php \admin\model\sale\affiliate.php has the line $message .= HTTP_CATALOG . 'index.php?route=affiliate/login' . "\n\n"; I have fixed...
Jump to post- Sun Apr 15, 2012 7:37 am
- Replies 1
- Views 506
Display one product categry on bottom of information page
Hey there, Want to have an information page for "new users" of the product. On that page would like to show a box with items in the "budget" category on that page. Any thoughts on how to do that? I have gotten as far as making a custom layout and applying it to that page, but how...
Jump to post- Mon Jan 16, 2012 1:18 pm
- Replies 1
- Views 405
Re: How to modify the limitation to account string length
The question doesn't really make sense. What do you mean by "account string length"?
Jump to post- Tue Nov 29, 2011 4:40 pm
- Replies 2
- Views 335
[SOLVED] Send email on shipping
Hey folks,
Is there a way that I can get OC to send an email when an item has been shipped?
Thanks in advance
- Tue Nov 29, 2011 4:39 pm
- Replies 1
- Views 258
Re: OpenCart 1.4.6 About Us Link not working
For what it is worth, I have the same issue. SEO URLS work fine for products but not for the information pages. By the way, do not get put off by the rudeness of people claiming you are wasting their time. They chose to read and respond so they are responsible if their time feels wasted. They seem t...
Jump to post- Tue Nov 15, 2011 6:10 am
- Replies 13
- Views 4898
Re: Manufacturer List
Am I missing something? there is no manufacturer.tpl or reference to that script anywhere.
Jump to post- Sat Nov 05, 2011 5:55 pm
- Replies 4
- Views 1218
Re: How to change Default Currency from USD to other currenc
Some of this was helpful but it didn't give a clear definitive answer.
First you do need to create the currency. To set that currency as default go to:
system > settings and choose your store to edit
then click the local tab and you set the default currency there.
- Tue Nov 01, 2011 9:38 am
- Replies 35
- Views 99158
Search found 13 matches