Please Help, S There Any Way To Set All The Current Products To "allow Payment By Points"

helo

is there any way to set all the current products to "Allow payment by points" automatilc?

instead of must manually open each product and set "Allow payment by points"?

helo

is there any way to set all the current products to "Allow payment by points" automatilc?

instead of must manually open each product and set "Allow payment by points"?

Hello!

You can use bulk product edit or run the following query in phpMyAdmin:

UPDATE cscart_products SET is_pbp =  'Y';

Please do not forget to backup your database.

Hello!

You can use bulk product edit or run the following query in phpMyAdmin:

UPDATE cscart_products SET is_pbp =  'Y';

Please do not forget to backup your database.

thank you

on bulk edit im not found "allow by points" function

pic attcahed.

then i try go to my cpanel>>phpmyadmin>>querry:

UPDATE cscart_products SET is_pbp = 'Y';

but nothing is happen.

111.jpg

thank you

on bulk edit im not found "allow by points" function

pic attcahed.

then i try go to my cpanel>>phpmyadmin>>querry:

UPDATE cscart_products SET is_pbp = 'Y';

but nothing is happen.

Please find the first field (Allow payment by points) in your screenshot.

Please find the first field (Allow payment by points) in your screenshot.

thank you

really apreciated

thank you

really apreciated

You are welcome :)