Search found 121 matches

Search found 121 matches

Re: www.EcoBabyGear.com/store/

I am very confused why a lot of our stores don't work in Opera 9.62. And no, you can't just change the document to traditional. I have created a clone testsite, which by the way, works with URL alias just fine because it is in a folder, not on the document root. I have cleaned it up and it passes XH...

Jump to post
  • Sun Nov 16, 2008 11:01 am
  • Replies 40
  • Views 17599
Re: Customers Online

I have the same thing with 7.8. That function,$session->clean();, was someones fix. It is not what is in 7.8 or 7.9. You would have to use $session->clean(3600) as it needs a parameter. But that won't cure the problem of no online report. I'd haven't had time to get back yet, so if you find the answ...

Jump to post
  • Sat Nov 15, 2008 12:05 am
  • Replies 30
  • Views 15011
Re: text overwriting

What you were doing in Home.php was assigning your text to the variable $text_greeting which was echoed to the screen in home.tpl. When you tried to do the same thing with your specials, it was being displayed immediately on the screen. When you then run the home.tpl, it overwrites you specialty tex...

Jump to post
  • Mon Nov 10, 2008 11:14 am
  • Replies 5
  • Views 3437
Re: text overwriting

Do this in the Template/content/home.tpl
You need to Insert this in the proper text flow of the page, which is in the template file.

Jump to post
  • Mon Nov 10, 2008 6:33 am
  • Replies 5
  • Views 3437
Re: Contribution for Multi-Vendor Drop Shipping?

Check with MISG Information Services. They are a GE Company. We transmit Electronic orders to manufacturers through MISG, who are the gateway in the Automotive Industry. They handle well over 200 major manufacturers. If anyone would know about a common gateway for your suppliers, I sure the would, a...

Jump to post
  • Sat Nov 08, 2008 6:06 am
  • Replies 3
  • Views 3117
Re: www.EcoBabyGear.com/store/

I'll test it tonight.

Jump to post
  • Wed Nov 05, 2008 5:34 am
  • Replies 40
  • Views 17599
Re: www.EcoBabyGear.com/store/

I think J has the right idea. I am wondering if our specifications are the problem. I don't believe htaccess can have any affect. If the browser can see your site, as it can the rest of ours, that's all it can do. The only thing access should do is maybe prevent access to images. I just checked my C...

Jump to post
  • Wed Nov 05, 2008 1:58 am
  • Replies 40
  • Views 17599
Re: Proposed addition in search box

It's not that big a problem. I all ready have it on my site.
I just thought it makes things cleaner not having previous search terms
in the search box when your not on the search page anymore and
thought other people might like that.
Thanks
Brent

Jump to post
  • Wed Nov 05, 2008 12:16 am
  • Replies 20
  • Views 9688
Re: Opencart search string modification

That is correct. 7.9 does not convert to HTML in session get anymore.
That allows you to do it once yourself and not destroy the input string.
Brent

Jump to post
  • Tue Nov 04, 2008 11:29 pm
  • Replies 9
  • Views 5959
Re: Proposed addition in search box

That's definitely a better way to define page you are on. It does not cure the problem in 7.8 though. There is a bug I have not found yet where $search in the content .tpl and the module .tpl seem to be different. When testing my search problem with the added amp, I would always get one more in the ...

Jump to post
  • Tue Nov 04, 2008 11:23 pm
  • Replies 20
  • Views 9688
Re: www.EcoBabyGear.com/store/

Early on, I just used notepad. I now use notepad++
I'll have to check and see if there are unwanted Line feeds.
I looks like I better get up to speed and install 7.9. It appears to have a lot of fixes
that I have had to hack in 7.8 to make things work.
Thanks for now.

Jump to post
  • Tue Nov 04, 2008 8:37 pm
  • Replies 40
  • Views 17599
Re: Opencart search string modification

The wildcard search now works. Quotes are fine in search string. The problem was the $session->get('search.search') There were multiple calls the return the search string in the SQL. This function contains HTMLSPECIALCHARS and each time it was called, it added another amp to the string. I Created a ...

Jump to post
  • Tue Nov 04, 2008 2:19 pm
  • Replies 9
  • Views 5959
Re: Proposed addition in search box

That's not quite how it works. When you are on the SEARCH page, both search boxes are active and are not cleared after a search, so you can add or change either box. The only box that is cleared is the module box at the top of the page, and only when you leave the search page. I have it set up this ...

Jump to post
  • Tue Nov 04, 2008 2:11 pm
  • Replies 20
  • Views 9688
Re: www.EcoBabyGear.com/store/

I have Apache 2.2.6 , PHP 5.2.6 and this site is 7.8. I have only superficial changes to CSS. I haven't had time to do much more and decided to wait till I set up 7.9 on test site. I noticed just about all the errors on my site are entity: www.thirskauto.com/index.php?controller=search & action=...

Jump to post
  • Tue Nov 04, 2008 7:45 am
  • Replies 40
  • Views 17599
Re: Proposed addition in search box

When you do a search and go to the search page, the search should remain in the text box in case you wish to add a word to enhance the search. When you leave the search page, you are probably done searching for whatever widget you were looking for. In all other pages, the search box should be cleare...

Jump to post
  • Tue Nov 04, 2008 7:03 am
  • Replies 20
  • Views 9688
Re: www.EcoBabyGear.com/store/

I just checked my opencart test store and it does not render properly either. I checked 2 of my other sites and they are both fine. Will an out of the box store render correctly. I have a problem with the browser updates. Firefox 3.X often will not render a dynamic page with repeat regions if resolu...

Jump to post
  • Tue Nov 04, 2008 1:15 am
  • Replies 40
  • Views 17599
Re: Opencart search string modification

That would be an alternative, but would I not still be faced with the double quote problem. If I include " in a description, with is very probably what a customer might do, It won't return results no matter how it is stored. This is the SQL on one of the products I am testing for. INSERT INTO `...

Jump to post
  • Mon Nov 03, 2008 10:28 pm
  • Replies 9
  • Views 5959
Re: Opencart search string modification

I have the input cleaned up to now produce %1/2"%%impact%%gun% It still won't return results. And as for the FCK, it will product either &rdquo or " You can tell when viewing generated code, the Quote style is a little different. I checked about 20 products and some are ” while others ...

Jump to post
  • Mon Nov 03, 2008 7:31 pm
  • Replies 9
  • Views 5959
Re: Proposed addition in search box

That kind of does the same thing, only it also removes the key words from the text box in search, which means if your customer wanted to add a word to the search, they would have to re key it all again. As I don't have URL aliasing on at this time, I can't comment. Does that mean if URL aliasing is ...

Jump to post
  • Mon Nov 03, 2008 6:39 pm
  • Replies 20
  • Views 9688

Search found 121 matches