Bug In New Version Of Sp Property - Question | JoomShaper

Bug In New Version Of Sp Property

Libor

Libor

Extension 2 years ago

Hi, the new version will not allow you to enter a price higher than 1,000,000. For items already entered, were higher than 1 000 000, the price changed to 1 000 000 many thanks for help

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #32958

You are most welcome. Please accept the my answer to close the post so that others' can also find the solution easily.

It would be very kind of you if you can manage some moment to give us feedback here: https://extensions.joomla.org/extension/sp-page-builder/ https://www.trustpilot.com/review/www.joomshaper.com Please let me know your name on the review. Thanks for being with us :)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #32795

Hi,

You can follow this forum post. It may help you

https://www.joomshaper.com/forum/question/6598

Thank you

0
Libor
Libor
Accepted Answer
2 years ago #32804

Hi,

"Error You are not authorized to see this question"

https://imgur.com/a/H8TS8Kg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #32809

ok then follow this

You cannot add more that 10,00,000 in SP Property -> Property Price. If you want to increase the digits, then you have to change in the database. Please run this SQL query on your database. By default, the value is FLOAT(8,2). If you make it FLOAT(9,2), then you can add 1 more digit in the price 1,00,00,000

ALTER TABLE `xxxxx_spproperty_properties` CHANGE `price` `price` FLOAT(9,2) NOT NULL DEFAULT '0.00';

Use your table prefix instead of xxxxx on the table name.

Best regards

0
Libor
Libor
Accepted Answer
2 years ago #32863

ok, now works fine

many thanks

0