Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MichelleDW

Pioneers
  • Posts

    22
  • Joined

  • Last visited

Everything posted by MichelleDW

  1. Thanks to geoffreywalton for getting OS Commerce to do what I wanted. Great service!

  2. Thanks to geoffreywalton for fixing my store. Great service!

    1. geoffreywalton

      geoffreywalton

      Thanks for the kind words

  3. In the configuration table it says Downloads Controller Update Status Value DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE 12 and Downloads Controller Order Status Value DOWNLOADS_CONTROLLER_ORDERS_STATUS 12 I misremembered and PayPal is set to go to checkout_process.php.
  4. I love the Super Download Store contribution. It seems to handle all my files fine, there's only one problem. When a PayPal payment goes through, it still says status pending instead of automatically allowing the download of a product. Suggestions given to others with a similar issue has led me to change the Downloads Controller Update Status Value and the Downloads Controller Order Status Value (whatever they are) both to 12 with no effect. I also have PayPal set to go to the checkout_success.php page. I'm getting the idea that there is some setting somewhere that's not quite right, but I don't know what it is. Please help.
  5. Oh, and I just tried to do a checkout again with a credit card and when I hit "Confirm Order" on the Checkout Confirmation page, I get sent back to the "What's in My Cart" page and the URL says: http://www.mydomain.com/shop/shopping_cart.php?error_message=This%20transaction%20cannot%20be%20processed%20due%20to%20an%20invalid%20merchant%20configuration.
  6. I don't know what you mean by setting download status to 11. Where do I do that? And where would I use Transaction Complete?
  7. Thanks for this suggestion. I have this installed already and it's working great. Okay. Thanks for this one--it was set to a page on the site's sister site on another domain! I'm not sure what you mean. Also, I have both physical and digital products in my store. Will setting the default to Download be a problem?
  8. Today I set up PayPal Express Checkout and PayPal Website Payments Pro - Direct Payments (I think this is what I was supposed to do to enable both PayPal and payments directly from credit card?) I got my API Signature etc and enabled both modules. PEC looks like this: The PayPal Website Payments Pro - Direct Payments module looks like this: The express checkout (i.e. the radio button that says PayPal or the official "Pay with Paypal button) seems to work with only one glitch: I need to have the shopping cart automatically confirm payment so purchasers can immediately download purchased files. However, the option to "Pay With Credit Card" diverts me back to the Checkout Page once I put in CC info and click submit. I ran the API Credentials Test and was successful. What am I doing wrong? Can anyone help me? Michelle
  9. Newbie here. It looks like both the category and product use the "small image" dimensions, but this doesn't work for me. Is there a place where I can define different dimensions for the category images? I have a 2.3.1 store with Modular Front Page installed.
  10. I decided to continue ahead with the other changes and ran into another problem. It says in catalog\admin\includes\boxes\catalog.php replace '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); with // BOF Product Extra Fields '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXTRA_FIELDS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXTRA_FIELDS . '</a>'); // EOF Product Extra Fields The former doesn't exist in the file.
  11. I was recommended to install the Products Extra Fields contribution (http://www.oscommerce.com/community/contributions,2202 I downloaded the file "This module is a better module than another" and started to make the required changes (successfully from 1.1-1.5), but ran into a problem with 1.6, which says In the file catalog/admin/categories.php 1.6 Look for (below "case 'update_product':"): $languages = tep_get_languages(); for ($i=0, $n=sizeof($languages); $i<$n; $i++) { echo tep_draw_hidden_field('products_name[' . $languages[$i]['id'] . ']', htmlspecialchars(stripslashes($products_name[$languages[$i]['id']]))); echo tep_draw_hidden_field('products_description[' . $languages[$i]['id'] . ']', htmlspecialchars(stripslashes($products_description[$languages[$i]['id']]))); echo tep_draw_hidden_field('products_url[' . $languages[$i]['id'] . ']', htmlspecialchars(stripslashes($products_url[$languages[$i]['id']]))); } Add immediately below it: // BOF Extra Fields Contribution if ($HTTP_POST_VARS['extra_field']) { // Check to see if there are any need to update extra fields. foreach ($HTTP_POST_VARS['extra_field'] as $key=>$val) { echo tep_draw_hidden_field('extra_field['.$key.']', stripslashes($val)); } } // Check to see if there are any need to update extra fields. // EOF Extra Fields Contribution Problem is, I can't find the text in that file. I'm installing osC version 2.3.1
  12. Thanks, Jack. Looks like it works. :)
  13. I installed the trap (changing the name of "personal" to "admin") and was getting redirected to the index page too. I tried changing the file names to all lowercase as suggested by Jörg, but now have an Internal Server Error 500. I deleted the whitelist.txt file but that didn't have any effect. Please help.
  14. And how can I find out if my server is one of these?
  15. Configuring Site Monitor for the first time. A few of the settings say to fill them in only if curl is to be used. What is curl and where/why would I be using it?
×
×
  • Create New...