You are here: Home
Support site for Tips and Tricks HQ premium products
1. What did you name this new template file?
gallery-wp-eStore-auto-addtocart-3.php
2. What NextGen gallery shortcode are you using? Copy and paste the exact shortcode that you are using for this new template file.
[nggallery id=1 template=wp-eStore-auto-addtocart-3]
3. Post a link to the page where you are using it.
actually I can remove the following whole top section of the template
<?php
$product_id = get_option(‘eStore_ngg_template_product_id’);
global $wpdb;
$products_table_name = WP_ESTORE_PRODUCTS_TABLE_NAME;
$ret_product = $wpdb->get_row(“SELECT * FROM $products_table_name WHERE id = ‘$product_id'”, OBJECT);
$product_price = $ret_product->price;
?>
and the template still brings up the variations set in the setting of the 3rd party integration
Thanks for the fast reply. However, I followed your steps and duplicated the template, renamed it, and changed the product_id to suit, but estore still draws the variations from the template specified in the 3rd party integration. not sure what has gone wrong
thanks
mike