X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   forum search broken or sh*t so forced to ask... (https://forum.x-cart.com/showthread.php?t=15084)

donavichi 07-08-2005 01:53 PM

forum search broken or sh*t so forced to ask...
 
bloody search doesn't work at all anymore :evil:

This is a cinch i know but i've completely forgotten how to do it.
Could someone help me out please?

In the main product detail page, by default, X-Cart displays the product number (ie #29) after the product title in the dialog area...

How do you remove this?

balinor 07-08-2005 01:59 PM

One of the most annoying things in the default installation of X-Cart! :) Here you go....in product.tpl, change this:

Code:

{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}

to this:

Code:

{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"}

donavichi 07-08-2005 02:01 PM

Thanks Balinor.

Did you get anywhere with convincing rrf to ditch phpBB yet? This thing is such a pain

balinor 07-08-2005 02:08 PM

I wish. Best thing you can do is use 'and' statements to search with. Like 'product and title'

lisasher 07-11-2005 04:07 PM

product ID info
 
Balinor,
thanks for the insight on the product ID. I will have to wait to see the result as I am having server issues. I am sure it will be great! Thanks again. Also, I spent 3 hrs. searching the forum on this topic...the search filter isn't the best. Oh well...
Lisa

balinor 07-11-2005 04:09 PM

Yea, the search sucks :) Be sure to use 'and'...for example...if you are looking for "product number", use this in the search box:

product and number

It will definitely help!

lisasher 07-11-2005 04:36 PM

product ID
 
Balinor, thanks for the tips.

donavichi 07-29-2005 04:23 PM

worth remembering this.

theincarnate 08-16-2005 09:36 PM

work the same in 4.0?
 
I did what you said and the numbers stayed. I got some weird ELSE thing looks sort of like what you said to modify but no matter what, the numbers after the product name stay.

balinor 08-17-2005 03:27 AM

Try it again, the code I posted works, you must have added or deleted something you shouldn't have.

connie 08-17-2005 06:18 AM

The search engine can choose 2 options:
1.Search for any terms or use query as entered
2. Search for all terms
By defult the first one is chosen, I think x-cart can set the 2nd one chosen.

donavichi 08-17-2005 06:54 AM

thanks for that

The search function is also highly compromised which is what I was getting at.

dprice.sf 10-05-2005 12:57 PM

I'd like to plug in the product sku where the xcart product id is - is it as simple as changing

Code:

{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}

to

Code:

{include file="dialog.tpl" title=$product.productsku content=$smarty.capture.dialog extra="width=100%"}

rightminddesigns 10-10-2005 11:49 AM

Worked like a charm. :D

Odd that that would be the default way to display...I've never had a client ask me to put a product ID number next to the product name.

No matter...gone now! :)


All times are GMT -8. The time now is 01:30 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.