You are here:  » whats new since 2006?

Support Forum



whats new since 2006?

Submitted by Stu on Sun, 2008-09-21 13:51 in

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

Submitted by support on Mon, 2008-09-22 08:41

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.

Submitted by cq on Mon, 2008-09-22 16:49

Hi David,

Mine is July 2007. Is my copy the latest one. If it is not, how can i get one.

thanks

cheers
jack

Submitted by support on Mon, 2008-09-22 16:51

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.

Submitted by cq on Mon, 2008-09-22 17:01

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

Submitted by support on Mon, 2008-09-22 17:06

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.

Submitted by cq on Mon, 2008-09-22 17:49

Hi David,

I got it already. So do i need to upload everything again to the server or only certain files.

thanks
jack

Submitted by support on Tue, 2008-09-23 07:33

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.

Submitted by cq on Tue, 2008-09-23 08:25

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() ?>&amp;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

Submitted by support on Tue, 2008-09-23 09:53

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.

Submitted by cq on Tue, 2008-09-23 10:55

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

Submitted by support on Tue, 2008-09-23 11:37

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.

Submitted by cq on Tue, 2008-09-23 12:12

Hi David,

I hv to change the url from del.icio.us to delicious.com and it works.

thanks you so much
jack