

chemist4
Members-
Content count
113 -
Joined
-
Last visited
-
Days Won
1
chemist4 last won the day on April 23 2015
chemist4 had the most liked content!
About chemist4
- Birthday December 8
Profile Information
-
Real Name
Tim
-
Gender
Male
-
Location
Missouri
- Website
-
-
I am already using a system that takes customer info and generates a password for them, which is then emailed to them. If they never return it works the same as PWA since they don't have to choose a password or provide any information other than that required to fulfill the order. But they do have an account and can change the password if they wish to return later and want a less random one. And I can see their orders and information. I had found an add-on, which I have heavily modified and updated to work with 2.3.4. I don't remember the name for sure. It was "combined login/create account" or something similar. I thought about putting together an add-on of my own since the original had a lot of problems, but I haven't found the time.
-
chemist4 started following Server Date - 8hr ahead, Help with out of town message, New UPS XML Shipping Module available and and 5 others
-
New UPS XML Shipping Module available
chemist4 replied to torinwalker's topic in General Add-Ons Support
I contacted them and this is the relevant portion of their reply: I guess that means I really don't need to do anything? Or should we be using the entire URL they gave instead of the shorter one Burt posted? -
New UPS XML Shipping Module available
chemist4 replied to torinwalker's topic in General Add-Ons Support
I received the same email, more than once, but I have always had the UPS XML module set for production. When I asked the people at UPS what that was about they told me I should be accessing a different server URL. So, where do I change that? -
[Contribution]Product Availability Options v1.0
chemist4 replied to Snowman's topic in General Add-Ons Support
Has anyone used this on osC 2.3? EDIT: Guess I should have checked the download page first. Since there hasn't been any posts here for a few years, does that mean it works so perfectly no one has any problems? -
Thanks Jack, that did the trick. However, the instructions were not real easy to find, and there may be an error. I'm not a programmer, so the error may be mine although it worked. In the headertags_seo_update.php file it says "If the url to run this script is changed to http://YOUR DOMAIN NAME/headertags_seo_install.php?reset_options=true, the configuration options will be reset." Since it is the update file and not the install file shouldn't the address be "http://YOUR DOMAIN NAME/headertags_seo_update.php?reset_options=true"? That is what I used and it worked.
-
What is the "reset option"? I haven't seen anything about a reset option.
-
I upgraded Header Tags from 3.2.6 to 3.3.0 on my dev store and after running the headertags_seo_update.php file all the settings are duplicated. Is there a way to prevent this without running the uninstaller and losing all the tags I have already entered? Also, the test says 3 files are not found in the database tables, and the explanation is to run the uninstaller and then the installer. I have done that yet the results are the same. I would have to run it again to see just what files they are, but it has to do with the products_info, categories_info, and manufacturers_info.
-
I'm getting this on my site error log: [20-May-2012 00:00:01] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0 Since it happens every Sunday, when I have Google XML Sitemap chron run, I have to assume that is what is causing it. The sitemaps are being generated OK, so nothing is really wrong as far as I can tell, I just wanted to know if this error is anything I should be concerned with.
-
Jim, this add-on is almost perfect; there's just one thing I would like, and that is to be able to have the banners in Banner Rotator link to outside pages. The link to my blog works now, but the link to my Facebook page does not since it adds my domain address to the link. Is this an issue with Banner Rotator or the osC banner manager?
-
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
Sorry, it still doesn't work in either Safari 5 or Firefox. The page seems to refresh, but the code is not applied. -
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
OK, how do I get rid of your login/create account thing without disabling the entire Simple Checkout? It doesn't work, but despite the previously mentioned issues the checkout does. Would placing the code to divert to checkout.php after the code to check if the customer is logged in on checkout_shipping do it? To answer my own question, yes it will. Now, as I mentioned before, can the guest checkout be integrated into my existing login? That just seems like the best way to do it rather than creating an entirely new login. -
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
I installed v3.0 along with Guest Checkout and Discount Codes. The checkout does not refresh the totals when a discount code is applied; I have to click the "Update" button. Guest Checkout might work, but there are no labels for the input fields so there is no way for a customer to know how to fill it out. Also a BIG problem, the password field for existing customers to log in is not only not hidden, but it says the name and password are not correct even if they are. Also on the checkout page, once a discount has been applied making an order no longer eligible for free shipping, the totals are not updated to reflect this until I click the continue button at the bottom. I already have a combined login and create account (with a cool javascript slide-down effect), how hard would it be to integrate your guest checkout feature into that and keep my existing login page? -
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
On Mac OS X 10.6.8, with both Safari 5 and Firefox, I got the standard checkout, not your simple checkout. And after I clicked the Continue" button from the shipping page it went back to the shopping cart. -
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
Using Safari 5 on Mac OS 10.6.8, everything works up to the shipping/payment page, where the radios do not stay checked. With shipping, the chosen amount is changed in the total but the radio becomes unchecked. If I then select a payment method it also does not stay checked and the shipping returns to the cheapest option. And then clicking the "Continue" button gives me the error that I need to select a payment method. -
Simple Checkout - for 2.3.1 (official support thread)
chemist4 replied to fulluvscents's topic in General Add-Ons Support
I just checked with Firefox and found that the formatting is correct, but the shipping problem is there. Even though one shipping option is selected by default, there is no shipping in the total. I check another option (which updates the total with the chosen amount) and click the confirmation button, go to PayPal (which now does not allow for using a credit card without opening an account as it should) and the shipping amount is the original amount that was selected but not showing before I chose another one. I click the cancel link and return to my store to find that the shipping amount has changed from the amount I had chosen to the original amount. By "original" I mean the amount that was selected but not showing in the total.