Forum Replies Created
-
AuthorPosts
-
jonnylaris
MemberThanks for the reply.
I know that I can hide the check mark but I actually need an indicator for the customer.
Is there anything I can do to show the customer that they have added the product to their basket?
September 5, 2010 at 11:02 pm in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18611jonnylaris
MemberTracey I dont use that address for actual email, hense why I said to add me on msn messenger.
September 4, 2010 at 7:54 pm in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18607jonnylaris
MemberHey tracey, if you want I can help you get it fixed over msn – octanedesign@live.co.uk
September 3, 2010 at 4:17 pm in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18602jonnylaris
MemberAll working!
I figured it out myself. This is what i was missing:
In eStore_misc_functions.php:
Before:
$output = get_button_code_for_element($ret_product);
After:
$output = get_button_code_for_element($ret_product,”,$image);
You can view the result here: http://www.lawrencemckenzie.com/equestrian
(Click on any gallery to view products/images)
Thanx a lot for your help though darkmatter!
September 3, 2010 at 10:14 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18601jonnylaris
MemberHi darkmatter,
Sorry to bother you again. I got the author to send me 3.4.8. So i uninstalled/reinstalled and did the same as before and its the same again, nothing is showing in the custom field.
There must be something else I’m missing.
Would there be any chance you could upload your files for me?
Would really appreciate this!
Jonny
September 2, 2010 at 1:36 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18600jonnylaris
Memberwill do, thanx for the help anyway mate!
September 2, 2010 at 1:32 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18598jonnylaris
MemberAny ideas where I can get that version from?
September 2, 2010 at 1:27 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18596jonnylaris
MemberVersion v4.1.8, I got it today.
Just to show, I took a screen from the version im working on:
September 2, 2010 at 1:18 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18594jonnylaris
Member<div id=”ngg-image-<?php echo $image->pid ?>” class=”ngg-gallery-thumbnail-box” <?php echo $gallery->imagewidth ?> >
<div class=”ngg-gallery-thumbnail” >
imageURL ?>” title=”” <?php echo $image->thumbcode ?> >
<img title=”<?php echo $image->alttext ?>” alt=”<?php echo $image->alttext ?>” src=”<?php echo $image->thumbnailURL ?>” <?php echo $image->size ?> />
<span class=”prod_detail”>
<?php echo $image->alttext ?>
<?php echo get_button_code_for_product(1,$image); ?>
</span>
</div>
</div>
September 2, 2010 at 1:13 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18592jonnylaris
MemberIm working on localhost at the moment as the website is actually live minus the shop right now.
You can view the site here: http://www.lawrencemckenzie.com
Gallery in question: http://www.lawrencemckenzie.com/equestrian/28th-august-2010
I have placed the shop/buttons under each image alt title.
September 2, 2010 at 1:04 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18590jonnylaris
MemberTried that too, it has the same effect. i.e. displays variations as text and nothing in custom field.
I have tried removing variations all together but still nothing.
September 2, 2010 at 12:58 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18588jonnylaris
MemberI tried removing $button_type=1 but all that does is take away the drop down box and lists the varitions as text and still nothing in the custom field.
hmmmmm!
September 2, 2010 at 12:48 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18586jonnylaris
Member$button_type=1 was there before i touched it. It read:
function get_variation_and_input_code($ret_product,$line_break=true,$button_type=1)
And yea i created my own template file in the nextgen view folder and called it on the gallery page.
September 2, 2010 at 12:13 am in reply to: Why Configure Every Product Separately When Used with NextGen Gallery #18584jonnylaris
MemberHi darkmatter,
I’ve been pulling my hair out trying to get this to work for the past few days.
I have tried to follow this thread as best I can but I can’t for the life of me get anything to display in the custom field.
I have the following:
In template file:
<?php echo get_button_code_for_product(1,$image); ?>
eStore_misc_functions.php:
function get_button_code_for_product($id,$image)
function get_button_code_for_element($ret_product,$line_break=true,$ngg2Image=”)
$var_output = get_variation_and_input_code($ret_product,$line_break,$ngg2Image);
eStore_button_display_helper.php:
function get_variation_and_input_code($ret_product,$line_break=true,$ngg2Image,$button_type=1)
$var_output .= $ret_product->custom_input_label.’: <input type=”text” name=”custom_input” value=”‘.$ngg2Image->alttext.'” class=”eStore_text_input” />’;
Is there any reason why you are using ngg2Image, instead of nggImage? Neither work for me.
Any help would be greatly appreciated!
-
AuthorPosts