Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DenominatorX

Pioneers
  • Posts

    54
  • Joined

  • Last visited

Everything posted by DenominatorX

  1. I have a question regarding the search results when using the manufacturer dropdown box in the manufacturers anywhere contribution. Where would I go to change the width of the list of product results? Website: http://www.earlstees.com/shop/catalog/index_skyline.php In the dropdown, select any city (in my example, I have chosen boston) Result: http://www.earlstees.com/shop/catalog/boston-m-19.html How do I make the section with the products the same width as my header?
  2. I have a heavily modded OSCommerce site and I am looking to add something like this, however I use Attribute Sets and as I am trying to install this add-on, I see that the Attribute Sets add-on mixes code. This seems like it will be extremely difficult, however I am wondering if anyone has incorporated this add-on while also using Attribute Sets Plus, and/or if there are any suggestions.
  3. Does anyone know how I would go about adding the Comments Box from the Checkout_Shipping and Checkout_Payment pages to the bottom of the Products_Info page? I tried copying the code from those pages, but it won't carry over the comment if I enter it into it on the products page... however, it does carry over the comments if I enter them in on the other pages and go back to the product_info page. Any ideas? I looked for a contrib but couldn't find one.
  4. Is anyone familiar with a contribution that allows for the manual entry of an Attribute For example - if you want to allow the customer to enter some text that will go on the front of a shirt, is there a way to make this happen via an Attribute (controllable with a fixed limit) Please let me know your thoughts
  5. Is this contribution compatible with Attribute Sets? Can they be used together? I tried to review the previous posts, but didn't see any replies to this question.
  6. Does anyone have this updated version of this contribution.
  7. I am totally interested in your contribution. I use the Happy Hours contribution, but have no interest in the TIME - only the DAY since I run a daily deal site. I am looking for a slimmed down version of the Happy Hours contribution that only applies to Daily Deals, not hourly. Please share with us your contribution, I'd love to see what you've done :)
  8. Bump. Looking for someone who can assist - will provide compensation in the form of free tshirts :)
  9. Does anyone have the ability to adjust the Happy Hours contribution so that it takes out the need for Hours? I have a daily deal site and it be very helpful if there was a contribution that had a special of the day rotater. I'd love you if you could help me out ;) And if someone helps me to get this working properly, I'd send you a free T-shirt ;)
  10. I have Happy Hours Plus Basic installed on my site and it displays the discounted price in the include box, but when you go into a product thats on sale, it does not show the product as having a discount. Even after adding it to the cart, the product's discount does not carry over :( Does anyone have any suggestions as to why? I have validated that all the changes were executed properly and were uploaded correctly. I am wondering why the include box would show the discount but everywhere else it does not.
  11. Do you know where I would be able to set this? I don't see a setting within the PayPal Standard module settings....
  12. Since the order does properly get captured in my site, is there a way to direct the customer to a different Checkout Success page instead of calling the page that returns the error?
  13. I am also getting this as well - In detail: If you get an error when entering in Credit Card information, you need to re-enter your Billing Address info. For some reason, the State stays set, but all other fields are cleared. This causes the Billing Method box to stay hidden until you deselect and reselect your state in the Billing Address.
  14. I tried that and got: Fatal error: Cannot redeclare class osC_onePageCheckout in /home/content/Website/html/catalog/includes/classes/onepage_checkout.php on line 13
  15. Hi there, I'm having an issue right now with PayPal Standard (the return page) with a pretty fresh install. I couldn't find much on this error. Any suggestions would be awesome! After making payment and returning to my site from PayPal, I get the following: ERROR: Fatal error: Call to a member function getAddressFormatted() on a non-object in /home/content/website/html/catalog/includes/modules/payment/paypal_standard.php on line 539 Here is the code: 536 /* One Page Checkout - BEGIN */ 537 $sendToFormatted = tep_address_label($customer_id, $sendto, 0, '', "\n"); 538 if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ 539 $sendToFormatted = $onePageCheckout->getAddressFormatted('sendto'); 540 } 541 542 $billToFormatted = tep_address_label($customer_id, $billto, 0, '', "\n"); 543 if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ 544 $billToFormatted = $onePageCheckout->getAddressFormatted('billto'); 545 } 546 /* One Page Checkout - END */
  16. Everything works fine except for when enter a bad CC# in Authorize.net. When I do, it returns the proper error, but the State field shows a red star next to it as if you need to re-select it. Also, the Authorize.net table is collapsed. When you try to re-select the state, it doesn't work unless you select a different state first, then go back to the correct state. Doing this re-opens up the options for the Authorize.net entries. When you enter an invalid CC# in Authorize.net, is there a way to carry over State properly so that the Authorize.net module is still showing properly? If not, is there a way to have the state option revert back to "Please Select" so the customer at least knows they need to re-select the state?
  17. Is there an add-on that allows you to quick remove all attributes from a series of products? I sell T-Shirts, and whenever I want to offer a new color, or remove a color from the line-up, I have to manually remove the attribute sets from each item. I'd love to be able to quickly clear them all out and start fresh. Also, it'd be great if you could add attribute sets to multiple products at one time. Just throwing out ideas... hopefully good ones :)
  18. Ty! Do you have an example of how that would look?
  19. Hey there- does anyone know why google base wouldn't have included any of my images? It successfully uploaded my products, but none of them have images. Is that something I have to do manually, or can I tweak the settings so that it automatically pulls the image?
  20. Hi everyone, I would like an RSS feed for the contribution Happy Hours Plus Basic (http://addons.oscommerce.com/info/3568) Does anyone have any ideas on if/how this is possible? Basically, every time the Happy Hours item changes, I'd like the RSS feed to be updated.
  21. Awesome - Thank you -I will look into implementing this this week!
×
×
  • Create New...