Hi there, have just downloaded PT and got it working straight away :-) great product.
Im using searchExternal.php on a wordpress site, am just wondering how/if you can implement pagination?
Have search the forum, apologies if you've run through it b4 but can't find it anywhere!
Many Thanks
Stew
Ahh brilliant, many thanks David, will await email and give it a go,
Many Thanks
Stew
Hi David,
Received the code and worked first time :-)
I am just having an issue getting products to sort in price asc order, I am using the following call code:
$_GET["sort"] = "priceAsc";
e.g:
<?php
$external_baseHREF = "http://www.example.com/pricetapestry/";
$external_path = "/path/to/pricetapestry/";
$_GET["q"] = "Search Terms";
$_GET["sort"] = "priceAsc";
require($external_path."external.php");
?>
The products display in price asc order but when I click through onto page 2 (or any other page number) the results are still showing the lowest priced products first, thus I never get to see more that the first page of product results.
I might be missing something here, any ideas?
Many Thanks
Stew
Hi Stew,
Did the navigation work before you added $_GET["sort"}?
Could you reply to the email I sent you with a link to the installation and I'll check it out...
Cheers,
David.
Thanks David, email sent (it looks like pages were not working before I added the sort option).
Thanks
Hi David
I was looking to get the same on my site.
Could I have a copy of this customised script to give it a try.
Thanks
Hi David,
Could I get a copy of the custom script too, been looking how to do this bit :)
Cheers
Darren
Hi David,
Could you please email this across to me too?
Many thanks
Neil
Hello Stew,
You'll need the "full" external.php script to include pagination. I've created a "custom" version for you which will replicate searchExternal.php exactly, but with the navigation bar included, products linking into the Price Tapestry installation as with searchExternal.php. I'll email it to you in just a moment..
Cheers,
David.