Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

h3rB

Archived
  • Posts

    58
  • Joined

  • Last visited

Profile Information

h3rB's Achievements

  1. Morka can you make it so it doesnt need page editor and in english.
  2. yeah I tryed and no luck. why do you not make the categories section in the code itself instead of using from page editor. this would be better. cheers
  3. morka could you add photo albums i really need it. oh p.s it dont work. 1054 - Unknown column 'g.title_url' in 'field list' select g.id ,g.cID ,g.pID , g.title, g.description, g.title_url, g.taille, g.comment, g.pages_title, g.gallery_status, c.customers_id, c.customers_lastname, c.customers_firstname from gallery g, customers c where g.cID = c.customers_id ORDER BY g.id DESC limit 0, 4 If you can fix and also post in english that would be great.
  4. morka could you add photo albums i really need it.
  5. hey. any news on if this will support different photo albums or anything like that. Also would it be possible to display the latest image on the left column in the info box thats allready there. Also lol any chance it can have a heading for each image well a title.
  6. Nice one mate will let you know how it goes.
  7. Nice one can't wait any chance for a list of features for version 3.
  8. Nice the progress is showing! Come along way from a month ago.
  9. I am no good at the coding but I think what your doing is amazing. Good work and looking forwards to it you deserve a HIGH FIVE in borat terms. Anyway a sugestion: Dont know how do-able these would be but: 1. Have a option in admin for something like "Builder Layout" then 2 options, 1 for radio buttons like here ( http://www.wired2fire.co.uk/build.php ) and the 2nd option for it to be the layout like it is now. 2. How is the skinning going to be done, atm I have got the look I have now from endless about 4 days of trial and error changing different bits of code adding style="asoda;" whatever till it looks right. If there was some sort of skinning in later version that would be good. Just brain storming. 3. Have all the different parts of the builder with the option to enable / disable. Like just a long list of radio buttons in admin with just Yes or No. For each option like, Product description yes no, Small product image yes no, Product price you know just the more freedom atleast its there. Anyway good look with it and 10 * for effort and good luck with the future coding.
  10. just as a rough rough estimate when do you think 3.0 will be out. I am abour 3/4 versions behind and I know once I update its just going to be another update. So how long you rekon for 3.0 full and what are some key features your adding :D
  11. Yeah got that quantity one allready. The shop is coming together gradualy, just want it right for lanuch. Wouldnt have been possible without STS though so thanks! Also if you have any ideas why possibly when I go on catagory it shows subcatagory images like it should. But if I go inside one of them subcatagories it then doesnt show any it just says No products even though there are 2 more subcatagories. thanks a million though!
  12. Nvm again managed to after playing again :D ADD TO BOTTOM OF /includes/modules/sts_inc/product_info.php BEFORE ?> $sts->start_capture(); print '<input type="text" name="quantity" value="1" maxlength="2" size="2">'; $sts->stop_capture ('quantbox'); $template_pinfo['quantbox']= $sts->template['quantbox']; Then in includes\application_top.php FIND: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']); REPLACE WITH: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+(empty($_POST['quantity']) ? 1 : intval($_POST['quantity'])), $HTTP_POST_VARS['id']); Hope it helps.
  13. What would the code be to add a quatity box so I can choose how much to add to cart. So for example: Quatitity [2] Buy Now button Then it adds 2 to your cart.
×
×
  • Create New...