1 to 5 of 5
Even if I select family friends ads as yes in settings, it shows We accept all types of ads on this website! in the purchase page.
It did the same for me, but I added underneath :
As Long As They Are Family Friendly!
Good Thinking! :lol:
My bad - piece of old code not updated. Fix is below, which can be made through the admin templates editor (or you can just re-download and upload the templates folder again):
OPEN templates/core/purchase_start.tpl
FIND if($oiopub_set->family == 1) {
REPLACE WITH if($oiopub_set->general_set['family'] == 1) {
Thanks for a quick fix.
1 to 5 of 5