Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

primaudial

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ski Oakenfull

primaudial's Achievements

  1. Hi there I've got master products working perfectly for my mp3 download shop www.skioakenfull.com/shop as a final touch, I'd like to be able to change the number of items dispayed after each category in brackets to show only the amount of master products rather than every single item. On my page I have changed 'categories' into 'Artists' This would allow me to just count albums & EPs for each artist. I've had a look at the code but can't figure out if there I would need to write something new or just change a value... Can anyone help???? Thanks! Primaudial
  2. FOR USERS OF SUPER DOWNLOAD SHOP WITH THE REGISTER GLOBALS FIX CONTRIBUTION ( http://www.oscommerce.com/community/contributions,2097 ) You need to make sure you have these additional lines of code in your catalog/admin/products_attributes.php // >>> BEGIN REGISTER_GLOBALS // These variables are accessed directly rather than through $HTTP_GET_VARS or $_GET later in this script link_get_variable('option_page'); link_get_variable('value_page'); link_get_variable('attribute_page'); link_get_variable('file_group_page'); link_get_variable('group_file_page'); // <<< END REGISTER_GLOBALS note: I have written these last two lines in addition to the standard reg glob fix contribution... I hope this helps. cheers Primaudial
  3. Hi AlexStudio wow - thanks for such a quick repsonse. I sussed it out!!! It was to do with the register globals fix contribution which added the following code to catalog/admin/products_attributes.php : // >>> BEGIN REGISTER_GLOBALS // These variables are accessed directly rather than through $HTTP_GET_VARS or $_GET later in this script link_get_variable('option_page'); link_get_variable('value_page'); link_get_variable('attribute_page'); // <<< END REGISTER_GLOBALS Now it seems to work perfectly! ...so SDS will solve the echeque paypal pending problem then?? I'm assuming so thanks for the help . this is SUCH a great forum. :rolleyes: cheers primaudial
  4. Hi There I've been up and running with my mp3 download shop for a few weeks now, and today got my first customer! hurray! except that he paid me with an echeque via paypal so that the payment is pending but he was still able to download the file. so i believe that SDS is the answer. I have come across what seems to be a bug which I have confirmed by installing SDS on a 'virgin' install of OSC. Problem: In the 'Products Attributes' page of Admin, I'm only ever able to view 'page 1' of any of the items in each section (ie 'products option' , option values' etc ). I can never move to page 2 either by selecting 2 or the '>' arrow. I hope I'm making sense. I would desperately like to get SDS working, and I'm suprised that no one else has come across this problem after reading through this thread. Please help! Primaudial
  5. Hi there Top Rasta! Thanks for your great help with this post. I'm setting up an mp3 download shop as well ... I've managed to get the second bit working (check boxes for slaves) but not the first one (posting Master Product) I'm confused as to what you mean by 'uncommenting' and also if I actually need to add some code... CAN YOU ENLIGHTEN ME?? - as this is the last piece of the jigsaw for me! many thanks in advance primaudial
  6. Hi There Top Rasta Many thanks for your reply (last year!!) I have got the check boxes to work on slaves but not the first bit (the extra add to cart button which bypasses buying the slaves) is there any way you could make this a bit clearer?? regards Primaudial
  7. Hi Zappo, thanks for the reply & help.. I'm still looking through the 89 posts but so far no luck... <_< I'll let you know when I solve the problem... cheers primaudial
  8. Hi There. I've just set up Master Products for my shop to sell mp3 downloads. I am using the slaves as tracks on an album (which is the master) When choosing quantities for each track, would it be possible to set the default to 0 rather that 1? better still change it to a drop down (like the master) and limit it to 0 or 1? or better still .....sorry.... just turn it into a check box (i'm sure people don't want to download multiple copies of mp3s!) i think i'm asking too many questions here, so i apologise... cheers ski
×
×
  • Create New...