Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

qxonn

Pioneers
  • Posts

    43
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matt

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

qxonn's Achievements

  1. ShaGGy, Have you tried looking at the SPPC contribution? (Separate Pricing Per Customer) It has the capability of creating customer groups for unique pricing on items, tied to a defined customer group. In my opinion it may be easier to manage than manually creating / duplicating a product with a different price. Easier on the database management too, I suppose. There's also an addon that can hide categories and products from customer groups as well. I have this in conjunction with Quotes v1.2 and they work great. Jack, I have a question on Quotes. We have it working great in our store, except that I find that there's a way for the customer to view and access the Quote category through the breadcrumb link when they are viewing one of their quoted products. Did I mess up somewhere or is this something that might need to be addressed? I've noticed that a customer can view all the quoted products if they go to the Quote category through that breadcrumb link. It's not a huge deal, as if they click on a product that's not theirs they get a "invalid" error, but I'm wondering if there's something else to ensure total privacy between customers. Thanks again for the great contribution.
  2. I just discovered this issue and I am not aware if anyone else has had this problem. If so, I apologize. If not, here is a description of my issue below. I'd be grateful for any insight. We use Ultimate SEO URL's along with this Google Sitemap contribution. Our googlesitemap output URLs are wrong. The URLs themselves DO work and resolve to a product page, but they aren't the same as if you manually navigated to the page. Example: googlesitemap output: 4hp46-p-30486.html user navigation output: hp46-swivel-union-connector-swivel-p-23703.html Both of these pages take you to the same product. I'm not sure which contribution would be causing this issue. Thanks for your time. I will go back and re-read and reinstall things and see if I can figure it out.
  3. Hi George, Thanks for the quick reply. Aside from product filtering, do you have any input on giving the user a greater ease of use to find their product with Master Products? You mentioned you've done multiple furniture selections, etc and I'd be curious to hear more and how you did that and if you did any customizations or found a way to display the data in a more efficient manner. Any links to examples would be incredible as well. Best, Matt
  4. I'm looking for a better way to list & organize my slave listing to make it easier for the customer to find their product. Has anyone found a way to do custom slave selection instead of a basic list? Let me explain: We sell industrial products on our site and some Masters have over 50+ slaves to them. These slaves usually vary in sizes, say for example a pipe connector will have two ends with two unique sizes. I am trying to figure out a way to sort them easier for the customer, and perhaps even have them enter an initial size to filter the slaves listed. Now here comes the tricky part: We don't just sell products that fit this particular situation. Meaning that some Master & Slaves would require a unique set of circumstances to filter out slaves (size is not an attribute that applies to all of our products). I'm not sure how to go about this. I'm not sure if anything like this exists out there already or if this is remotely possible with how Master Products works. We plan on hiring someone to get this done but would appreciate any input from the "Master Products Guru's" first in regards to feasibility. Much appreciated, Matt
  5. Not a problem :-) Thanks for the heads up on the pop-up contribution you added, I missed that earlier and I will check that out for my site.
  6. I'm pulling my hair out trying to find a way to eliminate the ugly radio-button selection on my site and having no luck. Can anyone point me in the right direction to change it to a drop-down or even a "edit" link? We use three payment types: authorize.net, bank/wire transfer, and paypal. Anything that will get rid of these default radio buttons... yikes. If I'm stupid and overlooking something, I apologize! Thank you.
  7. You DO want to show Masters. I said that the code doesn't show SLAVES on the index.
  8. mraeryceos: I have many places where I have placed the code as well, it's not just one line. But, I also have a lot of other contributions like Separate Pricing Per Customer so can't be specific to your situation without seeing the entire index.php to tell you what to do. I believe that what this code does in index is making sure you are only listing master products and not any slaves, thats why it's adding "and p.products_master = '0', its filtering out the slaves and keeping the masters so they are listed and not the slaves. Slaves should be only seen on the product_info.php page, not on the index. My suggestion is just to do some trial and error and backup before you do. That's how I learned and got through everything (and from a lot of help from the great folks on the forums here.) This is my official non-programmer advice! Good luck.
  9. Hello again, Has anyone had any luck getting MVS to work with a Single Page / One Page checkout contribution? Thanks, Matt
  10. I'm trying to format my slave product descriptions to accept <P> or <br> html formatting. I have quite a bit if information in the slave descriptions and need a way to "clean it up", but I can only get the font color to work... no other html coding seems to work. Any ideas why that is so? In the master product description, <p> and <br> works fine. Thanks. edit: Nevermind, I found the strip_tags in master_listing.php and am making the needed modifications. Carry on!
  11. I was just asked to get Fedex Freight going on our store. We use Multi Vendor Shipping (MVS 1.0) Is there anyone out there who has done this and has it working with the new Fedex API? Best, Matt
  12. Hello again, Always appreciate the quick responses and help here. I have a question regarding MVS and its capabilities: Is there a way to calculate customs duties & additional taxes with MVS so the customer can pay for these fees before purchase? We are attempting to become an international store and looking at ways to do this easily and conveniently and aren't sure what to do. If not MVS, does anyone have any insight on the matter? Thanks again. Matt
  13. Hello, Before I get too further with troubleshooting my problems I want to make sure I am installing the right UPS XML for MVS 1.0. I am running oscommerce 2.2 and have MVS 1.2.3 installed. Works great, with vendor emails, etc. I'm having issues with UPS XML and am not sure which one to install as there seem to be a few out there. Should I be using the UPSXML 1.2.6 for MVS found on the MVS V1.0 contribution page here: http://www.oscommerce.com/community/contributions,4129 dated 30 May 2007. Or, is there something more current that works with MVS 1.2.3? Thank you for your help. Matt
  14. You are the man! :thumbsup: Thank you so much. All fixed.
  15. I discovered the source of my issue, it is in the Security Pro contribution "cleansing" the $HTTP_GET_VARS, conflicting with my Master Products code, which is in my product_info.php as such: $master_query = tep_db_query("select products_id from " . TABLE_PRODUCTS . " where products_master = " . $HTTP_GET_VARS['products_id']); If I load mysite.com/product_info.php I receive the following 1064 error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 select products_id from products where products_master = The end of that is where $HTTP_GET_VARS is located. I will do some research into figuring out a way to fix this. If anyone has any thoughts to this, it'd be appreciated. Thank you for your time.
×
×
  • Create New...