';
parentContainer.find('.stl_action-panel').append(html);
} else {
var product = {};
if (currentPage == 'product.php') {
// This would be if regular popup is used with shopthelook module
if (thisButton.hasClass('shopthelook_button')) {
var parentContainer = thisButton.closest('.stl_product');
product.title = parentContainer.find('.data_title').text();
product.image = parentContainer.find('.data_image').attr('src');
product.price = parentContainer.find('.data_price').text();
parentContainer.attr('asdf', 'asdf');
var attributes_array = [];
parentContainer.find('.attrbutedropdown').each(function(i) {
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('
' + title + ': ' + value + '
');
});
product.attributes = attributes_array;
} else {
product.title = $('#add2cart .title h1').text();
product.image = $('.gallery_image img:first-child').attr('src');
product.price = $('#add2cart .product-price').text();
var attributes_array = [];
$('.attrbutedropdown').each(function(i) {
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('