This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Change size – Won't work!

#12410
Ernest MarcinkoErnest Marcinko
Keymaster

I’m glad it’s working now 🙂

Well, for example instead of changing the title, you could add it to the description field instead. So I would change line 12 in the code above to:

[php]$results[$k]->content .= $price;[/php]

If you want to add some words to it, you can simply do it as well:

[php]$results[$k]->content .= ‘Words before ‘ . $price . ‘ words after’;[/php]