-
Content count
150 -
Joined
-
Last visited
-
Days Won
1
ralgiere last won the day on January 26 2019
ralgiere had the most liked content!
About ralgiere
- Birthday June 16
Profile Information
-
Real Name
Ray Algiere
-
Gender
Male
-
Location
Cypress, CA
- Website
Recent Profile Visitors
3,058 profile views
-
-
-
-
Sorry, Please provide a link to the correct one. Thank you so much Ray
-
I clicked on link and that what it went to I may have installed the wrong one
-
I used the one you said. "Phoenix easy populate addon v1.0.6.0" it came with a direction folder and another area with a URL directions they are not the same
-
I used the one you said. it came with a direction folder and another area with a URL directions they are not the same
-
I am trying to add the easy populate addon to phoenix as notified. There are multiple directions to do so. I have opened the ones that came with the download and then the one on the url link the are not the same please help
-
Is there an Easy Populate addon for Phoenix v1.0.6.0?
-
New install Installed Version: osCommerce Online Merchant v2.3.4.1
ralgiere replied to ralgiere's topic in General Support
This is what I am getting -
New install Installed Version: osCommerce Online Merchant v2.3.4.1
ralgiere replied to ralgiere's topic in General Support
Thank you so much for your help but it is working. I have been trying to make this site work for 8 years and I can't get it to work. I have spent years trying to do it and I don't have the knowledge or enough money at one time to fix the site. Or should I just pay for a company that does a one size fits all? Can you or can you recommend someone for a price to: 1. install the newest and most modern version of Oscommerce 2. create a layout I like 3. add MVS or something newer 4. add Easy Populate or something newer to up date my database. 5. Add shipping add on that I can configure USPS and USPS 6. add a payment addon 7. and addons that I will need. -
New install Installed Version: osCommerce Online Merchant v2.3.4.1
ralgiere replied to ralgiere's topic in General Support
I downloaded phoenix-V1.0.6.0 and then uploaded it the server. setup the database. when I type the web site name I get this page is not working. Could you PLEASE point me in the correct direction to fix it? -
New install Installed Version: osCommerce Online Merchant v2.3.4.1
ralgiere replied to ralgiere's topic in General Support
Thank you -
New install Installed Version: osCommerce Online Merchant v2.3.4.1
ralgiere posted a topic in General Support
PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /xxx.net/checkout_shipping.php on line 482 PHP Fatal error: Call to a member function register() on null in /xxx.net/admin/orders.php on line 220 orders.php checkout_shipping2 -
I am not able to use the Create then Download Files button nothing happens.
-
OK I think I understand, so it should be OK
-
I have a question to anyone that can answer, about the DIR_FS_DOCUMENT_ROOT SETTING The documentation in easypopulate.php,v 1.0 Beta Test 04/01/2019 says that the DIR_FS_DOCUMENT_ROOT is set in your /catalog/admin/includes/configure.php I do not have a catalog in my root will that make a difference when ran and do I have to make any changes?
-
i tried to use the original easypopulate.php but it created problems with my MVS I am trying to fix the vendor code when I change the two lines below it does not work and adds two check boxes for vendor original $custom_fields[TABLE_PRODUCTS] = array(); // this line is used if you have no custom fields to import/export $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array(); // this line is used if you have no custom fields to import/export Changed $custom_fields[TABLE_PRODUCTS] = array( 'vendor' => 'vendor' ); $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array( 'products_short_description' => 'vendor' ); Cam someone please help me?