-
Content count
610 -
Joined
-
Last visited
About Peper
- Birthday 11/28/1975
Profile Information
-
Real Name
Pierre
-
Gender
Male
-
Location
South Africa
- Website
Recent Profile Visitors
26,647 profile views
-
-
-
Support thread for JcM No Stock Header Tags-V1.0
Peper replied to JcMagpie's topic in General Add-Ons Support
No worries, found Certified addon from Raiwa -
Support thread for JcM No Stock Header Tags-V1.0
Peper replied to JcMagpie's topic in General Add-Ons Support
@JcMagpie @Patty I've found something wrong with this. For some products the Out of Stock button shows on products_info page, however my admin shows that qty is in stock, date is empty -
Thanks, got it sorted
-
Anyone familiar with this desktop program? I need to alter a custom report and bit setback on the SQL part SELECT T1.products_id, T2.products_name, T1.products_model, T1.products_barcode, T1.manufacturers_id, T1.products_price, T1.vendors_id FROM /*PREFIX*/products T1 INNER JOIN /*PREFIX*/products_description T2 ON T2.products_id = T1.products_id And T2.language_id = /*CURRENT_LANGUAGE_ID*/ WHERE T1.products_id /*PRODUCTS_ID_LIST*/ Order by vendors_id Above currently working except it is giving the vendors_id for the product ie. 5 I have a table called vendors, this have vendors_id and vendors name in it How to make the products vendors_id show as vendors_name in above query?
-
-
Support thread for JcM No Stock Header Tags-V1.0
Peper replied to JcMagpie's topic in General Add-Ons Support
@Patty Thanks, just what i was looking for Seems there is no out of stock button or message in stock Phoenix. -
Redesign of products_listing module BS3 (Grid/List display)
Peper replied to milerwan's topic in Live Shop Reviews
Whole lot of undefined errors: https://www.infinitydream.com/mobiles-tablets-apple-iphone-3gs-phones-c-127_128_61_62.html Default langauge is English, yet some buttons is french Google wants to translate Compact and clean site -
@Jack_mcs Thanks Jack, that was close enough for me <?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_textarea_field($field['field_name'] . '[' . (int)$field['language_id'] . ']', 'soft', 30, 5, $field['field_value']) . ' ' . $languages[$field['language_id']-1]['name']; ?>
-
@Jack_mcs Old but gold, please help. in categories.php, the input box to text box - how to? tep_draw_input_field($field['field_name'], $field['field_value']); to tep_draw_textarea_field with box size specified Also not to remove html and retain new lines when saving - using table products_description and updated the new field to varchar 512
-
-
Google warnings not going away Error is Mismatched [price] (page crawl) This comes in pricing showing excl Tax on site, the googlefeeder.txt is calculated including Tax Google bot is crawling site excluding Tax Google reports Mismatched [price] Web is setup to show pricing excluding tax in admin with tax rates 0% and 15% What needs to be done?
-
There are 2 x files needed (Image.php and Image_Helper.php) under catalog/includes/modules/kiss_image_thumbnailer/classes/
-
Peper started following [contribution] Tracking Module
-
Anyone got this working on Phoenix? I have updated the deprecated code Fedex installed Using my old admin/order.php file into ce it works perfect no errors These 2 edits seems to be problem <!-- tracking_module form --> <?php $tracking->display_form(); ?> <!-- end tracking_module form --> and <!-- tracking_module noscript --> <?php $tracking->display_no_js(); ?> <!-- end tracking_module noscript --> Any ideas?
-
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Peper replied to auzStar's topic in General Add-Ons Support
Absolutely strange I setup a new phoenix install with the autocomplete search and is working(local pc) Compared page sources and almost a match except well for https and few little things Diffrence found : The working one have '&search_in_description=1' the non working one '&search_in_description=1' In file ht-twitter-typeahead.js.php I changed '&search_in_description=1\' to read '&search_in_description=1\' Now search is working correctly but even so, my working live site = &search_in_description=1 and works perfectly - same server I'm not so sure the problem was corrected this way changing & to & -
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Peper replied to auzStar's topic in General Add-Ons Support
Worth a try -
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Peper replied to auzStar's topic in General Add-Ons Support
@ArtcoInc Still the same -
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Peper replied to auzStar's topic in General Add-Ons Support
Hello @auzStar All working perfectly with Edge version, with new phoenix version not at all so far - search bar only gives "No matches" Tried even to hook js to sitewide\jquery Any recommendations? Thx