Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

icon911

Pioneers
  • Posts

    31
  • Joined

  • Last visited

Everything posted by icon911

  1. Doing the install right now and got to this step and I cannot find the code, CATEGORY_OPTIONS is not in the file, probably got replaced by another variable name. I guess I will skip for now. Did you skip it as well Patrick? Cannot replace: <tr> <td class="main"><b><?php echo CATEGORY_OPTIONS; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> with: <?php // PWA BOF if (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) { // PWA EOF ?> <tr> <td class="main"><b><?php echo CATEGORY_OPTIONS; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> in the 'create_account.php' file.
  2. I am not sure if this is intended functionality but my category pages and a home page share the same values setup for index.php file. So for example if I set Title for index.php to "Home Page" and add a title to some Category to "Category 1" I will get: Home page ( title for home page) Category 1 Home page ( title for category 1) I can leave title empty then Category title will only display Category 1 but Home page title will be empty. How can I setup title, desc, keywords information for home page only without it being copied over to Category pages? Thanks.
  3. I would like to display custom text for each category. From what I can see I can do it but that will mean that my meta description for the category pages will share the same text. Is there a way to have custom category text and custom category meta description which will not be tied into the the same text box in admin? Maybe you can recommend another module that I can install along side "Header Tags SEO"? Thanks.
  4. Is there a way to forward to express checkout page without offering options to register, login, or express checkout? Thanks.
  5. Hmm just wondering, the way its coded right now, the module waits for all images to load before displaying everything? Thanks
  6. Hey guys, I have v_1.07 installed on my site, and I did set to 50 links per page. Problem is its pulling very very very slowly. Takes about 20 seconds to display a page with 50 links on it. Any ideas why and how to fix it? Thanks a lot, Oleg
  7. Hi everyone, I am looking for a contribution that will enable my store to offer a free gift with any purchase over XX amount. Could you please point me in right direction. I am not sure if Gift voucher and credit class contribution offers that and decided to check before installing it. Thank you.
  8. Yes I solved that by pointing the failure and success page to https://......com/catalog/checkout_process.php This way the order gets registered and than the user automatically gets forwarded to sucess page. But I am having problem with errors returned if card gets declined, can you please let me know if in your setup, after credit card declined and you forward the user to checkout_process.php the errors are showing on the page? I can only see the errors in the url string that is passed back. Thanks and hope it helps. Oleg
  9. I spoke with support and 1002 error is due to the fact that your setting are off for the submission page in Linkpoint Connect. After checking all the setting and realizing they are in fact accurate I Checked which url this module posts to, what I found was that even thouhg I am trying a test account it was posting to a live server and thats why I got 1002, maybe you have similar problem. Hope it helps. Oleg
  10. Hmm for some reason after the order is processed its not registering in my OS control panel. I did configure the Linkpoint Connect to return to checkout_success.php page as well as checked both boxes. Could it be because this contribution requires you to edit out passing of session id to LinkPoint? So once client returned to the success page there is nothing to let OSCommerce know which order that was? If so is it ok not to take session id out. Thanks Oleg
  11. Me too! Just started working on integration of LinkPoint with oscommerce, wanted to know about this too.
  12. Too bad :( I am looking for a shopzilla file format, same thing pretty much only different variables in different order, do you have any ideas, is there an exporter maybe that lets you select which fields to export. FYI, shopzilla asks for (in that order, * cannot be empty): *Category (shozilla related) Manufacturer *Title Description *Link Image *SKU QTY Condition Ship Weight Ship cost Bid Promotion Description Ohter *Price Thanks, Oleg
  13. I am using the latest version 1.62a First off, thank you very much for that contribution, its easy to install and from what I can see generated file correctly, I uploaded to froogle, manually, and well lets see what happens :) I do have two questions: 1. I uncommented the FTP upload code but got the following errors (I replaced some real values by [...]): File completed: froogle-outfile.txt Connected to hedwig.google.com, for user [myUserName] Warning: ftp_put() [function.ftp-put]: froogle-outfile.txt: Permission denied on server. (Overwrite) in D:\[full=path-to-catalog]\admin\froogle.php on line 344 hedwig.google.com: FTP upload has failed! Script timer: 51.941484 seconds. PHP Warning: ftp_put() [function.ftp-put]: froogle-outfile.txt: Permission denied on server. (Overwrite) in D:\[full=path-to-catalog]\admin\froogle.php on line 344 My configurations are: $OutFile = "D:/[full=path-to-catalog]/feeds/froogle-outfile.txt"; $destination_file = "froogle-outfile.txt"; Are those errors from the ftp server? 2. In your readme file, part 9) For the Feeder System Admin Control Panel (Not Recommended: Optional) There are instructions on adding feeder files, but I do not see those files in this distribution. Are those not available or am I missing something? Thank you again, Oleg
×
×
  • Create New...