You are here:  » Using Jump.php For WooCommerce?


Using Jump.php For WooCommerce?

Submitted by ItsDavid on Mon, 2018-02-26 11:30 in

Hi David,

Is there a way to use Jump.php for products added/imported into WooCommerce?

Also, I would like to rename jump.php to something unique to my site. Is this possible?

Best Regards,
David

Submitted by support on Mon, 2018-02-26 14:24

Hello David,

I can't help with WooCommerce i'm afraid but to change jump.php to custom name, simply make a copy of the script in the associated Price Tapestry installation folder with your desired name for example "go.php" and then edit the plugin file pto_common.php and look for the following code at line 105:

    return $pto_config_externalBaseHREF."jump.php?id=".$product->id;

...and REPLACE with:

    return $pto_config_externalBaseHREF."go.php?id=".$product->id;

Cheers,
David.
--
PriceTapestry.com