Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

asasson

Archived
  • Posts

    20
  • Joined

  • Last visited

Everything posted by asasson

  1. Redeem button going to checkout_confirmation.php how can i have the order-total function in includes/classes/orders.php after checking the coupon code to go back to the payment page? cheers!
  2. I have this problem in my checkout process: when people click on the redeem button in checkout_payment.php it checks if the visa is valid and it goes through to the next page in the checkout process - checkout_confirmation.php . how can I have it so when I click on the redeem button it keeps the customer on the checkout_payment.php page, and just applies the coupon? thank you, asasson
  3. I am about to install the fedex contrib and I have a question, if i ship from the US, and someone orders from a different country will that cancel the ground shipping option? Thank you, asasson
  4. I have a new store and i need to create both medium sized images and thumbnails. can anybody recommend me a contrib to look for? would this be the right contrib? right now there are hundreds of products already created on the site so i need a contrib that makes the other two images for existing products, not just when I create the SKU. any ideas would be helpfull...
  5. Hello, I think that this is a great contrib! however, in my site_map_12.php file when I click the link the popup window does not have scroll bars, so you can't view the whole page. those anyone know where in the code should I add the scroll bars? those anyone else have this problem? thank you, Amitai
  6. Hello, I was able to find the solution to my problem and thought I'd share it with all of you. My web server that that I was using for running ftp_put on doesn't allow incoming connections... You can try getting around this by setting PHP to use Passive mode, which makes the FTP client connection out to port 20 on the FTP server. A quick look at the manual says that you should use ftp_pasv to make that happen. so all you need to do in the code: // login with username and password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); // turn passive mode on ftp_pasv($conn_id, true); // upload the file $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); That has worked well for me. Hope this helps someone -Amitai
  7. Hello everyone, I am having a problem sending the data feed to Froogle. the file is created and I am getting connected to the froogle ftp site. in addition, the file is generated at the froogle end however it returns me this message: Connected to hedwig.google.com, for user theartoutlet Warning: ftp_put(): Can't build data connection: Connection timed out. in /home/theartou/public_html/admin/froogle.php on line 154 FTP upload has failed! source: /home/theartou/public_html/froogle/theartoutlet.txt dest: theartoutlet.txt the file is created but it is an empty file. can anyone help? thank you, Amitai Sasson
  8. I have just installed this contrib and I noticed an immediate improvement in the loading time of my pages. the only thing that I found unclear was where is the cache file created? I sepecified in both configuration_cache_read.php files: $config_cache_file = '/config_cache/temp.txt'; so where is this file created? as you can tell I haven't really grasped the whole idea behind caching... thanks again for the contrib, and I would love an explanation... -Amitai
  9. Hi Fritz, I am having a problem with saving the csv file. I changed the permissions on the file stats_monthly_sales.php that didn't help either. I think that it might be because I am on a shared SSL or may be something else but it keeps telling me that: (alert box) "IE cannot download stats_monthly_sales.php from host" "IE could not open this site, this site is either unavailable or cannot be found" you probably know what message I'm refering to... any ways, other then that it is a lovely reporting tool and I'm sure that it will help me shed some light on how my store is doing. Thank you, Amitai
  10. James, Thank you very much for your help. I contacted my webhost just as you did and they first need to approve the cron job. my other question though what do the number 0 4 * * 3 mean specifically? does it mean feed the file every 4 days or every 3 weeks? also, do I need to specify the cron job number? if so are those the numbers? thank you again, Amitai
  11. I was wondering about the cron entry, my webhosting allows me to schedual a cron entry but I don't understand what do I need to change in the froogle.php file? I don't get a number for the cron job or anything like that... what should come instead of the line: 0 4 * * 3 /usr/bin/php -q /home/<unix route to your file>/admin/froogle.php? what do they mean by unix route? what is the 0 4 * * 3? Thanks in advance... Ami
  12. I have just finished yesterday installing the wishlist contrib and I am experiencing a very strange problem where at some computers it works fine and on others I can't seem to get it to work it is as if I log off every time I want to view my wishlist or even go to a certain category... any one experiencing what I am? has anyone found solutions to this yet? my web site is www.theartoutlet.com you can try it out for your self... thanks, Amitai
×
×
  • Create New...