Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Search by Price Infobox


50 replies to this topic

#1 glassraven

  • Community Member
  • 36 posts
  • Real Name:Sadie
  • Gender:Female
  • Location:West Mids, UK

Posted 25 October 2006, 13:48

Search By Price Infobox contribution

Search by Price Infobox allows the shopper select from a price range in an infobox. Ideal for a gift shop type application. Each language can have different price brackets to allow for currency differentiations.

No database modifications required.


Version 2.4 allows you to select from a dropdown list format or text list style format.

Installation document updated to be easier to follow.


Known issue: Items special prices not taken into account so if an items price is usually 24.99 but is reduced to 19.99 it will still apear in the 20-30 bracket not 10-20. I hope to release a bug fix in the next few days.

:) Sadie

#2 GaMeR64

  • Community Member
  • 1 posts
  • Real Name:J.P.

Posted 29 October 2006, 18:25

Hi,

I installed this long wanted contrib. Very cool. However i have a little issue with it.

When i select for example: 10 to 20 euro products, it also shows products that cost more than 20 euro`s. For example 22.99.

Any way to fix this?

Thanks in advance.

#3 glassraven

  • Community Member
  • 36 posts
  • Real Name:Sadie
  • Gender:Female
  • Location:West Mids, UK

Posted 30 October 2006, 12:58

Hi there

Are you using one currency or multiple currencies? Ditto with languages?

I did not encounter this on either the modified store I installed on first or the clean MS2 store I tested the mod on before uploading. Both of these were using single currency & language though.

LMK and I'll test with if necessary.

#4 axman

  • Community Member
  • 7 posts
  • Real Name:Mark Ax

Posted 03 November 2006, 00:04

Hey thanks for this great Contribution.

Anyone else having problems paging to the next page in a listing?

I installed the price infobox contrib and all looks good. However when a price range has more than one page of items I am running into a problem...

When I click to page to the next page of the listing I get re-routed to the first listing ($0-$10 listing).


I tried changing my product_listing.php as I have the product listing module installed(shows items like the new products listing in 4 columns). I reverted back to the out of the box oscomerce product_listing.php but that didn't work...

So if any one else is having this problem give a shout here.

thanks ever so much

#5 axman

  • Community Member
  • 7 posts
  • Real Name:Mark Ax

Posted 03 November 2006, 17:52

Well I answered my own question...partially

Apparently this contribution doesn't work so well with the Search engine safe URLs checked in the admin...

Does anybody have a work around for this??... as I'l like to use the safe URLs AND like the new contrib.

thanks in advance...

-m

#6 axman

  • Community Member
  • 7 posts
  • Real Name:Mark Ax

Posted 03 November 2006, 18:33

Once again I answer myself...

Should anyone have a problem with the paging due to Search engine friendly URLs here is the fix


in your catalog/includes/column_left.php (or right if you chose the right column)

change the:

include(DIR_WS_BOXES . 'shop_by_price.php');

to:

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_shop_by_price_box();
} else {
include(DIR_WS_BOXES . 'shop_by_price.php');
}

That's it!


now this cool contribution should work with Search engine friendly URL's checked true (in the admin)

-ax

#7 mtechama

  • Community Member
  • 2,187 posts
  • Real Name:Wade Morris
  • Gender:Male
  • Location:Amarillo, Texas USA

Posted 05 November 2006, 05:55

I like this contribution but I have several problems. It shows all my items "Out of Stock" and no "Buy Now" button.
Wade Morris
Amarillo, Texas

Before you do any changes on your site you need to do BACKUP! BACKUP!

#8 farhorizons

  • Community Member
  • 3 posts
  • Real Name:Darren Hendricks

Posted 11 March 2007, 09:52

View Postmtechama, on Nov 4 2006, 09:55 PM, said:

I like this contribution but I have several problems. It shows all my items "Out of Stock" and no "Buy Now" button.

I removed the buy now and quantity columns to temporarily (I hope) take car of that.
Has anyone gotten this contrib to work with Products Short Description v.2 and Stock Status in Product Listing v1.22?Far Horizons Gifts & Decor
Darren Hendricks

#9 aplein

  • Community Member
  • 18 posts
  • Real Name:Alfred Plein

Posted 05 April 2007, 16:55

Hello,

I need assistance. I would like to limit the price search to the manufacturers.

How do I make that?

Greeting Alfred

My English is bad, soory. :blush:

#10 stubbsy

  • Community Member
  • 539 posts
  • Real Name:dave stubbs
  • Gender:Male
  • Location:Lyme Regis

Posted 29 May 2007, 16:06

Hi there,

A nice contribution. Is there any way it can be linked to show only the products in a particular price range from the category the customer is currently viewing, rather that the whole site?

Thanks

Dave

#11 glassraven

  • Community Member
  • 36 posts
  • Real Name:Sadie
  • Gender:Female
  • Location:West Mids, UK

Posted 11 June 2007, 18:46

You could most likely modify it so that it would show the products in that category that are within a certain price band. You'd need to modify the shop_by_price.php file in the includes/boxes folder to pass the category name into the shop_by_price.php page in the catalog folder.

You would then edit the sql query to limit it by the category id.

Does that help at all?

Sadie

#12 applelinks

  • Community Member
  • 64 posts
  • Real Name:Peter Hallen
  • Location:Long Island, New York

Posted 29 June 2007, 04:07

HI Mark

I'm haveing the same problem. Tried your fix

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_shop_by_price_box();
} else {
include(DIR_WS_BOXES . 'shop_by_price.php');
}

but it did not work


anyone have any answers on how to kkep the found set of products when you go to the next page?

Thanks

View Postaxman, on Nov 2 2006, 08:04 PM, said:

Hey thanks for this great Contribution.

Anyone else having problems paging to the next page in a listing?

I installed the price infobox contrib and all looks good. However when a price range has more than one page of items I am running into a problem...

When I click to page to the next page of the listing I get re-routed to the first listing ($0-$10 listing).
I tried changing my product_listing.php as I have the product listing module installed(shows items like the new products listing in 4 columns). I reverted back to the out of the box oscomerce product_listing.php but that didn't work...

So if any one else is having this problem give a shout here.

thanks ever so much

----------------------------
Long Island, New York

#13 mig7

  • Community Member
  • 6 posts
  • Real Name:Allan Hutauruk
  • Gender:Male
  • Location:Indonesia

Posted 05 July 2007, 04:05

hi all..

i'd like to use the shop by price infobox and im installing it now. it is said in the read me manual that i have to modify "/includes/sts_display_out.php" if i use STS, but i cant find this file in includes folder. I'm using STS mega power pack, hmm maybe it's version 4.5.2.

anybody can help me? thanks..

#14 Papegaai01

  • Community Member
  • 13 posts
  • Real Name:Erik

Posted 17 July 2007, 08:57

Hi

I love this contribution, but i have one question:

Is it possible to limit the searchresults to say 6?

Thanks

#15 theandes

  • Community Member
  • 18 posts
  • Real Name:Dragon

Posted 02 August 2007, 01:56

View Postglassraven, on Oct 25 2006, 01:48 PM, said:

Search By Price Infobox contribution

Search by Price Infobox allows the shopper select from a price range in an infobox. Ideal for a gift shop type application. Each language can have different price brackets to allow for currency differentiations.

No database modifications required.
Version 2.4 allows you to select from a dropdown list format or text list style format.

Installation document updated to be easier to follow.
Known issue: Items special prices not taken into account so if an items price is usually 24.99 but is reduced to 19.99 it will still apear in the 20-30 bracket not 10-20. I hope to release a bug fix in the next few days.

:) Sadie





Hi.... it sounds like a great contribution... i tried to installed it by i am stucked.,,.. :blush:

can you guys specify in what line i should add this code???? do i have to add or replace line??



2: Edit "catalog/includes/application_top.php" adding:
define('FILENAME_SHOP_BY_PRICE','shop_by_price.php');

3: Edit "catalog/includes/column_left.php" or "catalog/includes/column_right.php" adding:
include(DIR_WS_BOXES . 'shop_by_price.php');



thanks... so much... :thumbsup:

#16 stubbsy

  • Community Member
  • 539 posts
  • Real Name:dave stubbs
  • Gender:Male
  • Location:Lyme Regis

Posted 10 August 2007, 15:48

View Postglassraven, on Jun 11 2007, 07:46 PM, said:

You could most likely modify it so that it would show the products in that category that are within a certain price band. You'd need to modify the shop_by_price.php file in the includes/boxes folder to pass the category name into the shop_by_price.php page in the catalog folder.

You would then edit the sql query to limit it by the category id.

Does that help at all?

Sadie

Hi Sadie,

sorry for the delay replying

That gives me a pointer where to look, I'll have to up my skills a bit to put it into action, but i'll have a go

Thanks again

Dave

#17 broadbill

  • Community Member
  • 6 posts
  • Real Name:Dion

Posted 18 August 2007, 01:51

View Postapplelinks, on Jun 29 2007, 02:07 PM, said:

HI Mark

I'm haveing the same problem. Tried your fix

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_shop_by_price_box();
} else {
include(DIR_WS_BOXES . 'shop_by_price.php');
}

but it did not work
anyone have any answers on how to kkep the found set of products when you go to the next page?

Thanks
Does anyone know how to fix this as im having the same problem. thanks
Kebicards- Unique Baby Gift IdeasKebicards

#18 Lei-Mann

  • Community Member
  • 6 posts
  • Real Name:Leighton W. Moody

Posted 20 August 2007, 08:35

Hi all.

I'm battling with the format of the currency - I want to remove the cents (.00) on the product prices within the Shop-By-Price contrib. Is this possible? eg "From $50 - $100" instead of $50.00, etc.

Can anyone guide me? Sorry for being such a newbie... :-"

Graci,
Lei

#19 Kopite

  • Community Member
  • 136 posts
  • Real Name:A P

Posted 22 August 2007, 08:35

View Postmig7, on Jul 5 2007, 05:05 AM, said:

hi all..

i'd like to use the shop by price infobox and im installing it now. it is said in the read me manual that i have to modify "/includes/sts_display_out.php" if i use STS, but i cant find this file in includes folder. I'm using STS mega power pack, hmm maybe it's version 4.5.2.

anybody can help me? thanks..

Same here.

Did you find where to put it?

#20 Kopite

  • Community Member
  • 136 posts
  • Real Name:A P

Posted 22 August 2007, 09:01

View Postglassraven, on Oct 25 2006, 02:48 PM, said:

Search By Price Infobox contribution

Known issue: Items special prices not taken into account so if an items price is usually 24.99 but is reduced to 19.99 it will still apear in the 20-30 bracket not 10-20. I hope to release a bug fix in the next few days.

:) Sadie

Was this ever fixed? Would be good if it was.

View PostKopite, on Aug 22 2007, 09:35 AM, said:

Same here.

Did you find where to put it?

FIX HERE: http://forums.oscommerce.com/index.php?sho...display_out.php