Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

timmle

Pioneers
  • Posts

    139
  • Joined

  • Last visited

Profile Information

timmle's Achievements

  1. You say the customer has to login first? This defeats the whole point of purchasing without account doesn't it? I want my customer not to have to login at all. Otherwise installing the purchase without account is a waste of time. Could you just verify to combine the one page checkout, with purchase without account, the customer has to create an account first? hmmmm.
  2. Can the One Page Checkout contribution be mixed with the Purchase Without Account contribution? I think that Purchasing Without Account is almost unavoidable with an online business, people just sometimes do not want to register with places. Hope someone can help me.
  3. Installed this contributions, and it looks amazing from what i have seen but can't seem to get mine correct. I get this error when looking at a product image. I followed the instructions down to a tee and everything seemed to feel perfect until i got to this step in the doc file: - I couldn't find that exact entry in the categories.php, there was things similar but lots of other things inbetween. Here is a sample of my code from that area... Also, when importing SQL everything seemed perfect but i think i imported both SQL files by mistake. Can anyone offer any guidance?
  4. With the nature of the products i am selling on my business website i need a specific layout for Product Attributes. Here is what i need... Lens Type - Standard 1.6 1.67 1.74 Tints - Grey #0 Grey #1 Grey #2 etc Lens Treatment - Anti Scratch Anti-Glare Uv Treatment Now all the above seems like it could be achieved by the admin page, and it does, but there a few options that need modification. When certain choices are made from previous menus i need to make sure that it doesn't display certain options in the next choice menus. For instance if in Lens Type they select 1.6 i need Anti-Glare to disappear or be greyed out from the Lens Treatment DropDown. The same goes for if they select Grey#2 in the Tints DropDown, i need UV Treatment to be greyed out or disappear from the Lens Treament DropDown. And so fourth. With all these wonderful and complicated contributions i was wondering if there was any contribution out there which would solve this problem of mine, as i have been searching for over a year now for a solution for oscommerce to do this. I can't see any other way, making it simple for the customer, to achieve this result. I hope someone can help.
  5. I have seen contributions to add numerous amounts of extra fields but none that do what i would like specifically. I need a contribution like - Customer Extra Fields' that adds a panel if possible to the admin area which lets you input drop down menus with various selections several times all over the create account page. So that it all shows up on your edit account, and order email, invoice, etc etc. I would like to add a few drop downs in the customer personal detail section, the address, and then also create a whole new section on that page named ' PRESCRIPTION' where i would then input about 10 seperate fields. 4 side by side on a line, then underneath 4 side by side which all have titles above them as a description. Can anyone help me with this???
  6. This contribution is brilliant, but i was wondering if someone could help me with a few things, i hope that someone is still using this contribution and still knows a bit about it. It is the contribution created by WEB4PRO It puts extra fields into your customer account creation page, and lets you select wether they are radio buttons, drop down menus etc. I chose drop down menus, but i am adding a few extra fields into different areas, and was wondering how to do that with this contribution. I wanted to add a few extra fields to the address section, and i want to add about 10-12 fields in my own area called Prescription, and a few others somewhere else down the page. But as it stands now by the looks of it is that it just clumps them all together in a list, i would also prefer some of them side by side. Can anyone help me atall. Thankyou.
  7. On installation it says at this part - check_password_new("password_current", "password_new", "password_confirmation", <?php echo ENTRY_PASSWORD_MIN_LENGTH; ?>, "<?php echo ENTRY_PASSWORD_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING; ?>"); enter this part <?php $extra_fields_query = tep_db_query("select ce.fields_id, ce.fields_input_type, ce.fields_required_status, cei.fields_name, ce.fields_status, ce.fields_input_type, ce.fields_size from " . TABLE_EXTRA_FIELDS . " ce, " . TABLE_EXTRA_FIELDS_INFO . " cei where ce.fields_status=1 and ce.fields_required_status=1 and cei.fields_id=ce.fields_id and cei.languages_id =" . $languages_id); while($extra_fields = tep_db_fetch_array($extra_fields_query)){ $string_error=sprintf(ENTRY_EXTRA_FIELDS_ERROR,$extra_fields['fields_name'],$extra_fields['fields_size']);?> check_input("<?php echo 'fields_' . $extra_fields['fields_id']?>", <?php echo $extra_fields['fields_id']-1;?>, "<?php echo $string_error; ?>"); <? }?> Once i put this in and it looks like this... check_password("password", "confirmation", <?php echo ENTRY_PASSWORD_MIN_LENGTH; ?>, "<?php echo ENTRY_PASSWORD_ERROR; ?>", "<?php echo ENTRY_PASSWORD_ERROR_NOT_MATCHING; ?>"); check_password_new("password_current", "password_new", "password_confirmation", <?php echo ENTRY_PASSWORD_MIN_LENGTH; ?>, "<?php echo ENTRY_PASSWORD_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING; ?>"); <?php $extra_fields_query = tep_db_query("select ce.fields_id, ce.fields_input_type, ce.fields_required_status, cei.fields_name, ce.fields_status, ce.fields_input_type, ce.fields_size from " . TABLE_EXTRA_FIELDS . " ce, " . TABLE_EXTRA_FIELDS_INFO . " cei where ce.fields_status=1 and ce.fields_required_status=1 and cei.fields_id=ce.fields_id and cei.languages_id =" . $languages_id); while($extra_fields = tep_db_fetch_array($extra_fields_query)){ $string_error=sprintf(ENTRY_EXTRA_FIELDS_ERROR,$extra_fields['fields_name'],$extra_fields['fields_size']);?> check_input("<?php echo 'fields_' . $extra_fields['fields_id']?>", <?php echo $extra_fields['fields_id']-1;?>, "<?php echo $string_error; ?>"); <? }?> I get this error when loading up the create account Screen - Parse error: syntax error, unexpected $end in C:\wamp\www\fresh2\catalog\includes\form_check.js.php on line 143 Can anyoe help?
  8. Regarding This Contirbution - http://addons.oscommerce.com/info/160 I wanted to have a bit more flexibility on my product attributes. I wasn't sure if this was possible, and then i found this contribution but wasn't sure if it will do this for me, What i would like to do is this... Three drop down menus 1)Option 1 2)Option 2 3)Option 3 If one of the items in Option 2 is included as standard in one of the Option 1 drop down's i was wondering if it could be either 'greyd' out or not included in someway. I hope i have supplied enough information for someone to help...If you need a little more insight i will be more than happy to elaborate on it. Thankyou.
  9. I am wanting 2 for 1 discounts on all my products. I have four ranges (Categories) which have 2 for 1 in all of them, i want the 2 for one to apply over all the categories so that say they choose an item at £99 and an item at £54. They only pay for the most expensive product. I have tried installing Easy Discount contribution but there is no help on how to actually apply the discounts after the installation and no one in this community seems to know how to help me with it so i thought i would ask if there was any other way to do this. So just 2 for 1 offer on all products, pay for the most expensive. Thankyou.
  10. I have followed the installation of easy discount contribution, but have no clue whatsoever of how to actually apply the discounts to the products themseleves. The installation doesn't make it very clear on how to do this atall. Can anyone assist me in this? Thankyou.
  11. Does no one know how to apply a buy one get one free discount to the products? Hope someone can help.
  12. I have followed the instructions to isntall Easy Discount, which seem to have gone pretty well, except from the last step where it says 'and then install the order total module' which i guess was the module already installed by default by oscommerce. But now i have the module installed and its activated in my admin control panel, i haven't got a clue how to actually add the discounts now, and can't find any threads on it atall. All i wanted to do is with certain items, of a certain price to put Buy One Get One Free on there. Can anyone help atall? Thankyou in advance.
  13. Well it was a compltely new php file called product_listing_tpl.php file, which was rather a lot of code, so it was a bit too much to post. Since then i have changed the contribution option to columns. 3 columns and for some reason it fits in perfectly with the page so i am no longer complaining. 1)How would i go about, next to the add to cart button, adding a Button which linked to that specific product's details? 2) How do i change the colour of the back of the product listing table from white? I tried in the stylesheet where it was listed 'product listing background' and it just changed the border colour inbetween the individual tables, does anyone know either how to make the product listing background either transparent or a different colour? Any help for the above two questions would be greatly appreciated. Thankyou in advance.
  14. Can anyone help me with the contribution "Product Listing Column" for my above problem?
  15. Downloaded the above contribution this morning and followed instructions to install it, and when i now view the page everything looks out of place, and there's nothing in the installation files that tells you how to modify what i need to do. I need to reduce the overall table width - it says this in the installation files - $this->table_width = '50%'; // an actual pixel value might be better but when i input say 200px between the inverted commas, nothing changes whatsoever. The other thing, is the IMAGE_BUTTON_DETAILS, obviously i need a button image there, but which file do i modify to input the image in it's place and what do i put. Thankyou
×
×
  • Create New...