country fixed

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 14:00:10 -04:00
parent 3d4fbba98e
commit b207aee9fd
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -350,6 +350,24 @@ INSERT INTO products (name,description,status,product_id, banner) VALUES ('Perso
INSERT INTO products (name,description,status,product_id, banner) VALUES ('Professional Blog','Booster your practice with engaging contents',1,'A000004', 'banner.jpg');
INSERT INTO products (name,description,status,product_id, banner) VALUES ('Practice EMR','Get Open EMR for practice management',1,'A000005', 'banner.jpg');
INSERT INTO products (name,description,status,product_id, banner) VALUES ('Mers Practice','Get Open EMR for practice management',1,'A000006', 'banner.jpg');
UPDATE products SET start_url = 'm.ehr.mermsemr.com' WHERE product_id = 'A000006';
INSERT INTO products_details (product_id,details) VALUES ('A000006', '
<p><b>OpenEMR</b> is the most popular open source electronic health records and medical practice management solution. OpenEMR is a community of passionate volunteers and contributors dedicated to guarding OpenEMR status as a free, open source software solution for medical practices with a commitment to openness, kindness and cooperation.
</p><p>
Activate to deploy OpenEMR for your practice
</p><p>
URL: https://www.open-emr.org/ </p>');
UPDATE products_details SET sale_text =
'<br>
<hr>
Start free for 1 month, and customize your product with additional features as you see fit. You''re in control-you can cancel anytime.
<hr>
<br>' WHERE product_id= 'products_details';
CREATE TABLE members_products_settings (
id SERIAL,