

poj_ud
Members-
Content count
25 -
Joined
-
Last visited
Everything posted by poj_ud
-
yes, or we can use reddit, there's no /oscommerce there.
-
Thank you very much for your help.
-
Yes, it did fail a few times. But error_log's not created. I try to refresh many times, still can't see it. Yes , correct. I try to re upload them. Still it shows error.
-
Thank you very much for your help. My php version is PHP 5.6(ea-php56) I try to change it to PHP 5.5(ea-php55), nothing change, still got the same error. I delete the old error_log. But it won't create the new one. I try to make failure many times. Nothing present.
-
when I go to /catalog/admin/categories.php and click on "edit" of any product. There will be a popup which show "There was an error while retrieving the URL: Forbidden" after click OK, Ajax attribute won't show at all, but the rest is ok , I can edit and save. just not the attribute which won't show at all. Before this, everything worked fine. And then one day , the error just shown and the Ajax attribute was gone. I set directories permission to 755, never changed. I try to delete the rows table sessions begin with - language|s:7:"english";languages_id|s:1:"1";admin|a:2: , didn't work. I can't figure it out, what's wrong ?
-
I also got the same problem. already try to delete the rows table sessions begin with - language|s:7:"english";languages_id|s:1:"1";admin|a:2: didn't work , still got same error : Forbidden. Any suggestion ? thank you. OSC v2.3.4
-
What's the deadline ?
-
I can help with Thai.
-
Add-on.
-
Would you please make a simple Loyalty Discount app like this one. I really need it. Customer Loyalty Discount Scheme Module. The purpose of this order total module is to provide a basic Customer Loyalty Program/Discount Scheme, that rewards customers with discounts against each order based upon the amount they have spent in prior periods. This module, at the time of a customer order being placed, totals up the value of all previous orders this customer has placed over a pre-defined (in admin) rolling period of time and then applies a discount rate to this order according to a table of discount rates also pre-defined (in admin) that correspond to the amount spent over the rolling period. For example, in admin you have set the pre-defined rolling period to a month, and set up a table of discounts that gives 5.0% discount if they have spent over £1000 in the previous month (i.e previous 31 days, not calendar month), or 7.5% if they have spent over £1500 in the previous month.
- 5 replies
-
- oscommerce
- v4
- (and 4 more)
-
After 2-3 weeks, frustrated trying to find answer. I can make PayPal Express to run with my website. Here's my setting OSC 2.3.4 PayPal App v. 4.039 At your own website / Admin Admin / PayPal / Configure / Express Check out Status - Live or Sandbox (depends) PayPal Account Optional - True Instant Update - Enable PayPal Express Checkout Button - Static Page Style - PayPal Transaction Method - Sale Order Status - Store Default order Status Payment Zone - Global Admin / PayPal / Configure / General Gateway - PayPal Verify SSL - True (if your website has SSL) Proxy - Blank Log Transactions - ALL Now go to PayPal Website. PayPal / ProFile / Profile and Setting / Selling Tool / Website Preferences Auto Return - Off Return URL - Blank Payment Data Transfer - Off Block Non-encrypted Website Payment - Off PayPal Account Optional - On Support giropay and bank transfer payments: - No PayPal / ProFile / Profile and Setting / Selling Tool / Website Preferences /API Access go to NVP/SOAP API integration create then Get the API Signature - API username, Pw and Signature Go back to your website fill out the 3 API data in Admin / PayPal / Credentials That's it. Now you can try it in Sandbox mode. First goto http://developer.paypal.com Create Seller acct. , Buyer acct. for sandbox Then go to http://sandbox.paypal.com Get the 3API data from Sandbox Seller acct. Make sure that all the Seller, Buyer and the Shipping address in your website are all in the same countries. if it works then you can go Live. Hope this help.
-
Will it work with standard 2.3.4 ?
-
PayPal Express encoding fix for specials characters / umlaute
poj_ud replied to Tsimi's topic in PayPal
Try this setting. http://forums.oscommerce.com/topic/410409-paypal-express-in-paypal-app-setup-with-osc-234-step-by-step/ -
PayPal Express encoding fix for specials characters / umlaute
poj_ud replied to Tsimi's topic in PayPal
I can't get the PP standard to work. The shopping cart is not empty after payment is done, none order was recorded in DB and I didn't get confirmed e-mail. Sill can't figure out how to fix it. PP Express works fine, only Thai font issue is not. So you should try PP Express. -
PayPal Express encoding fix for specials characters / umlaute
poj_ud replied to Tsimi's topic in PayPal
Thank you. But mine still got wrong encoding. The Name and Address is unreadable like this ------------------------------------------------------ ???? ??????????? 531 ?.???????? ???????, 90110 Th, Thailand And Paypal Express even add this address to the OSC database too. -
fantastic Add-on , works great. Thank you.
-
Trouble with OSC 2.3.4 catalog/tell-a-friend.php The current tell-a-friend.php file is very different. I can't find the script as suggested in readme.txt So I decide to skip it.
-
PayPal Standard not working after upgrading 2.3.3.4 to 2.3.4
poj_ud replied to lee the bean's topic in PayPal
I also got the same problem. OSC 2.3.4 Pay Pal APP I can get Balance via PayPal App in admin, no error. I can went through the check out process. I got the confirm email , got confirm order both from PayPal and admin side. But... When I click back to my website, it brings me back to shopping cart which is not empty. So confused. Here's the detail in error log <HTML><HEAD> <TITLE>Access Denied</TITLE> </HEAD><BODY> <H1>Access Denied</H1> You don't have permission to access "http://www.paypal.com/cgi-bin/webscr" on this server.<P> Reference #18.2ffdb7ca.1477654189.156b558 </BODY> </HTML> -
You have to go to Paypal developer website , then sign up sandbox account there. Get the 3 Api info, fill in the sandbox in Paypal App. You will get the sandbox balance. Still, I have a problem that I can't test it with sandbox. Because when it ask user to login at the payment screen, I can't do it, neither the fake user acct. nor real user acct. Don't know what to do next. Don't know how to fix it.
-
Anyone who got this error 1054 - Unknown column 'products_options_sort_order' in 'field list' select products_attributes_id, options_id, products_options_sort_order from products_attributes where products_id=1046 ORDER BY sort_order asc, options_id asc and have installed 1. AJAX Attribute Manager 2. Sort Product Option V 1.1 with OSC 2.3.4 This is the way I fixed it. 1. Uninstall "Sort Product Option v 1.1 2. Turn off sorting option in AJAX Attribute Manager 3. Use the solution in this topic, it works great for me. http://forums.oscommerce.com/topic/123629-sorting-attributes/ It can only First - sorts by price Second - if price is same (or 0), it sorts based on the order that the option was entered. But that's all I need. and it works. Hope someone find this useful.
-
Unreadable font in the newly add-on infobox.
poj_ud replied to poj_ud's topic in General Add-Ons Support
Thank you very much , problem solved. By just make sure that I save the script in UTF-8 encoding. -
Hi I installed the - InfoBox Free Shipping http://addons.oscommerce.com/info/8947 Which working fine, except the second language (Thai) is unreadable. (as shown in the picture) How to solve it ? I try to search for solution and try to edit the stylesheet and the HTML section in the module box, nothing works. Please help. Thank you.
-
Unreadable font in the newly add-on infobox.
poj_ud replied to poj_ud's topic in General Add-Ons Support
Thank you. osC v. 2.3.4 Other language is English. Encoding UTF-8 I will try to change my Thai text to UTF-8. (Still I don't know how. But at least I can try to google it.) Thank you very much for your help. -
Disappearing categories and products from admin zone
poj_ud replied to accredohr's topic in Languages and Zones
also check your language_id in your DB too. is it correct ?