

mtriper
Members-
Content count
6 -
Joined
-
Last visited
Everything posted by mtriper
-
Product Listing Enhancements, Thumbnails & Manufacturer Headings
mtriper replied to spooks's topic in General Add-Ons Support
I have this contribution working along w/ the additional images. How do I get it to show the main image on the products listing ? It seems to use the first additional image instead of the main product one. -
Surfalot, I'm having the same problem here. EP_v2_76i_MS2 working nicely w/ Additional Images v2.2.0 but not with qtpro4.6.1 It exports the v_attribute_values_stock field but all empty. My settings: // change this to false, if do not want to download product attributes define ('EP_PRODUCTS_WITH_ATTRIBUTES', true); // default is true // change this to true, if you use QTYpro and want to set attributes stock with EP. define ('EP_PRODUCTS_ATTRIBUTES_STOCK', true); // default is false Please rescue me :)
-
[Contribution] Additional Images Module
mtriper replied to Parikesit's topic in General Add-Ons Support
Has anyone merged this contribution w/ QTpro (Quantity Tracking Professional)? http://www.oscommerce.com/community/contributions,888 I've tried everything but my product_info.php ends up with the tables really messed up. Any help would be much appreciated. -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
mtriper replied to spooks's topic in General Add-Ons Support
I told you I'm stupid! Thanks for the help and the really awesome mod! I'll drop a link here once the site goes up this week. Just a quick FYI, the labels for he drop downs and the "Show All" are hard coded in English. Not a big deal since I'll have the site in only one lang. (Portuguese), but others might find useful to have it in the language file too. Here we go, a very small contribution in the form of the translation to Portuguese: portugues.php define('TEXT_AVERAGE_REVIEW', 'Média de Avaliação : %s'); index.php / advanced_search.php define('TABLE_HEADING_DETAIL', 'Clique para Mais'); define('TEXT_POA', '<span class="list_info">P.O.A<span>Preço na Aplicação</span></span>'); define('IMAGE_BUTTON_DETAILS', 'Detalhes'); define('NUM_ORDER', ', Crescente'); define('APHA_ORDER', ''); define('REVERSE_ALPHA_ORDER', ', Decrescente'); define('REVERSE_NUM_ORDER', ', Decrescente'); define('DATE_ORDER', 'Data Adicionado'); define('LIST_VIEW', 'Lista'); define('THUMB_VIEW', 'Icones'); define('WEIGHT_ABRV', 'Kg'); define('MULTI_ADD_ALT','Adicionar todas quantidades ao carrinho'); define('QUANTITY','Quantidade:'); define('MORE','Mais'); define('LESS','Menos'); products_new.php define('TABLE_HEADING_MANUFACTURER', 'Fabricante'); define('TABLE_HEADING_QUANTITY', 'Quantidade'); define('TABLE_HEADING_PRICE', 'Preço'); define('TABLE_HEADING_WEIGHT', 'Peso'); define('TABLE_HEADING_BUY_NOW', 'Comprar'); define('TEXT_NO_PRODUCTS', 'Não há produtos novos.'); define('MULTI_ADD_ALT','Adicionar todas quantidades a cesta'); define('QUANTITY','Quantidade:'); define('MORE','Mais'); define('LESS','Menos'); specials.php define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Modelo'); define('TABLE_HEADING_PRODUCTS', 'me do Produto'); define('TABLE_HEADING_DETAIL', 'Clique para Mais'); define('TABLE_HEADING_MANUFACTURER', 'Fabricante'); define('TABLE_HEADING_QUANTITY', 'Quantidade'); define('TABLE_HEADING_PRICE', 'Preço'); define('TABLE_HEADING_WEIGHT', 'Peso'); define('TABLE_HEADING_BUY_NOW', 'Compre Agora'); define('IMAGE_BUTTON_DETAILS', 'Detalhes do Produto'); define('NUM_ORDER', ', Crescente'); define('APHA_ORDER', ''); define('REVERSE_ALPHA_ORDER', ', Decrescente'); define('REVERSE_NUM_ORDER', ', Decrescente'); define('DATE_ORDER', 'Data Adiciondado'); define('LIST_VIEW', 'Lista'); define('THUMB_VIEW', 'Icones'); define('WEIGHT_ABRV', 'Kg'); define('MULTI_ADD_ALT','Adicione todas quantidades ao carrinho'); define('QUANTITY','Quantidade:'); define('MORE','Mais'); define('LESS','Menos'); define('TEXT_NO_PRODUCTS', 'Desculpe, no momento não há produtos em promoção'); -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
mtriper replied to spooks's topic in General Add-Ons Support
Thanks Sam, but I think I'm just incapable of RTFM :blink: I looked for it everywhere and could not find how to enable the pagination. Ohh boy, the more time I spend on it, the greater the chances of being something VERY minor that has been right in front of me the whole time. Sorry for the trouble but can't you just slip me a note ??? Please :'( -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
mtriper replied to spooks's topic in General Add-Ons Support
I've installed this GREAT mod and am looking for a way letting the user see ALL the products in a category or search. I know it's in there, I'm just lost here. Thanks in advance!