Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter keybo

    (@keybo)

    Thanks for getting back to me but are you sure this plugin was never built with this in mind??

    The only reason I ask is because in the db-settings.php file that comes with the plugin is the following

    $sql = "CREATE TABLE " . $wpc_product_table . " (
                  <code>id</code> INT( 9 ) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    			  <code>list_order</code> INT( 9 ) NOT NULL,
                  <code>product_title</code> TEXT NOT NULL,
    			  <code>product_desc</code> TEXT NOT NULL,
    			  <code>product_summary</code> TEXT NOT NULL,
    			  <code>product_featured</code> TEXT NOT NULL,
    			  <code>product_cats</code> TEXT NOT NULL,
    			  <code>product_img1</code> TEXT NOT NULL,
    			  <code>product_img2</code> TEXT NOT NULL,
    			  <code>product_img3</code> TEXT NOT NULL,
    			  <code>product_price</code> TEXT NOT NULL,
    			  <code>product_date</code> TEXT NOT NULL,
                  UNIQUE KEY id (id)
                );";

    And also in the file ‘wpc-catalogue.php’ is the line

    $price = get_post_meta(get_the_id(),'product_price',true);

    Or did you amend another plugin to achieve the result we have here?

    In either case I can make the adjustments necessary to store a price for each product I was just confused because it seemed as though I should already be able to, would you like me to post my code when I’ve done it?

    Thanks again for this plugin by the way if the business i’m incorporating it into does any business i’ll be sure to donate 😉

Viewing 1 replies (of 1 total)