- Posts: 7
- Thank you received: 0
Paypal description says "span class=hikashop..."
- fairweather
-
Topic Author
- Offline
Less
More
15 years 2 months ago #20594
by fairweather
Paypal description says "span class=hikashop..." was created by fairweather
Hi,
I have version 1.5.2 installed on Joomla 1.6.4. When a customer checksout and is transferred to PayPal, the PayPal description says the product name, then "<span class="hikashop_p.."
See attached screenshot.
Is this a bug or does something else need to be configured to get the text to resolve the language/code correctly?
thanks
I have version 1.5.2 installed on Joomla 1.6.4. When a customer checksout and is transferred to PayPal, the PayPal description says the product name, then "<span class="hikashop_p.."
See attached screenshot.
Is this a bug or does something else need to be configured to get the text to resolve the language/code correctly?
thanks
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20614
by nicolas
Replied by nicolas on topic Re: Paypal description says "span class=hikashop..."
It's a bug in the latest version.
You need to change the line:
$vars["item_name_".$i]=substr($product->order_product_name,0,127);
to:
$vars["item_name_".$i]=substr(strip_tags($product->order_product_name),0,127);
in the file plugins/hikashoppayment/paypal.php
You need to change the line:
$vars["item_name_".$i]=substr($product->order_product_name,0,127);
to:
$vars["item_name_".$i]=substr(strip_tags($product->order_product_name),0,127);
in the file plugins/hikashoppayment/paypal.php
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20680
by alilogins
Replied by alilogins on topic Re: Paypal description says "span class=hikashop..."
can you please give the exact path to the above mentioned file please.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20686
by nicolas
Replied by nicolas on topic Re: Paypal description says "span class=hikashop..."
For joomla 1.6 the file is plugins/hikashoppayment/paypal/paypal.php from the root of your website.
Please Log in or Create an account to join the conversation.
Time to create page: 0.145 seconds