Hi,
I bought Price Tapestry back in September 2006 and I was wondering what changes
have happend with the scripts since then?
esp with the datafeed import part of things.
cheers
Stu
Hi David,
Mine is July 2007. Is my copy the latest one. If it is not, how can i get one.
thanks
cheers
jack
Hello Jack,
You can always download the latest version - if you've lost your registration code drop me an email and i'll resend it...
Cheers,
David.
Hi David,
Just now i enter the code inside the user account. Then follow your link to download but cannot. Or should email you.
thanks
jack
Hi,
I just resent your code email to your gmail address - but the code itself is linked to the auto-generated Google Checkout address which is in the email.
Cheers,
David.
Hi David,
I got it already. So do i need to upload everything again to the server or only certain files.
thanks
jack
Hello Jack,
If you have not customised your site much I would just upload all the files.
However, if you have made visual changes, such as editing the files in the /html/ directory; then you could just upload everything except the /html/ folder and your changes should stay in place.
Don't forget to back-up your site files first if you have made changes!
Cheers,
David.
Hi David,
Thanks. I did as above. But my delicious link in product.php got an error link.
<table width='728'>
<tr><td align='right'>
<a href="/recform.php" target="page" onClick="window.open('','page','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=550,left=50,top=50,titlebar=yes')">Recommend This Product</a></td></tr>
<tr><td align='right'>
<a href="http://del.icio.us/post?url=<?php echo curPageURL() ?>&title=<?php print urlencode($mainProduct["name"]); ?>">Del.icio.us</a>
</td></tr>
</tr>
</table>
I also checked my admin folder, seems to have two other files.
automate.php
{code saved}
random.php
{code saved}
Couldn't figure out what those two files doing in there and its purposed.
thanks
jack
Hello Jack,
curPageURL() is not a built in PHP function, so presumably you will have
added some other script to the top of your original products.php to
provide this function?
Do you remember doing this?
Regarding the other files, they have come from modifications in the past
that you may have tried; but if everything on your site is working fine
(apart from the above) it doesn't matter that they're there...
Cheers,
David.
Hi David,
I don't remembered do changes to products.php file. Anyway is there a way we can add social networking ie. sharethis, delicious etc... in the product page.
thanks
jack
Hello Jack,
Try this code for a del.icio.us link - if the "url" parameter is not present it should use the referer...
<a href="http://del.icio.us/post?title=<?php print urlencode($mainProduct["name"]); ?>">Del.icio.us</a>
Cheers,
David.
Hi David,
I hv to change the url from del.icio.us to delicious.com and it works.
thanks you so much
jack
Hello Stu,
It's been surprisingly stable to be honest! The search logic / SQL has been improved; SPAM protection has been added to the review form, and the "Product Mapping" feature (same as Category Mapping but for products) has been added to the admin section.
If you have lost your registration code in order to download the latest version just drop me an email and i'll resend it for you.
Cheers,
David.