Reply To: Change size – Won't work!

#12410
Ernest Marcinko
Ernest 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:

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

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

$results[$k]->content  .= 'Words before ' . $price . ' words after';
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)