Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Dec 2008
    Posts
    14
    Plugin Contributions
    0

    Default Going crazy Pleae help SQL Query- Attribs Stock

    Hey guys,

    This is my second project and i have done quite good with the FAQ's and other posts but this one i am pulling my hair out.

    Please i will be so greatful if someone can help me.

    I have installed the module "stock by attribute"

    My site is clothes shop and i have created different attributes like

    Small
    Medium
    Large
    Extra Large

    Now i need to assign quantity to each attribute i am able to do that with the module but i need for the product info page to display the quantities which i assing to the above attributes.

    Till now i have tried to do this :

    In "tpl_modules_attributes.php"

    <div class="wrapperAttribsOptions">
    <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
    <div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
    <br class="clearBoth" />
    </div>
    I have added this query .

    $quan_query = "SELECT quantity From products_with_attributes_stock where stock_id = '" . (int)$_GET['stock_id'] . "'";

    $quan = $db->Execute($quan_query);
    and then changed the above code to the below

    <div class="back"><?php echo "\n" . $options_menu[$i] . $quan; ?></div>
    I dunno what i am doing wrong but its not working i am just pulling my hair out now. Please need some help

    I have attached a screen shot as well.

    I am not even sure if this is the right thing to do or if there is any other way of doing this.

    Easier way i mean :-)

    Will really appreciate all your help.

    Regards

    Harmeet
    Attached Images Attached Images  

 

 

Similar Threads

  1. v154 Help with a SQL Query for Query Builder
    By lindasdd in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 Mar 2016, 01:18 PM
  2. v153 Please Help Im Going Crazy!!
    By NinerFaithful in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Nov 2015, 03:23 AM
  3. v150 Going crazy need help With option manger function!!
    By Darion in forum General Questions
    Replies: 5
    Last Post: 3 Oct 2012, 12:57 AM
  4. Going Crazy - Please Help!
    By mkmcgrath23 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Dec 2007, 12:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg