buhajus
Members-
Content Count
30 -
Joined
-
Last visited
Everything posted by buhajus
-
Vartotojų užsakymų rikiavimas panelėje
buhajus replied to coolas7 's topic in Lietuviškai [Lithuanian]
adminordercontroller.php -> protected function getProducts($order) prieš return įdėk array_multisort(array_column($products, "price"), SORT_ASC, SORT_NUMERIC, $products); -
Today, discovered bug, that customers can order goods which are out of stock. You ask may, how can they do this? Example: In stock we have 20 pcs of Z product Customer Y ordered 15 pcs of Z product Customer X added 5 pcs of Z product to cart and didn't bought Customer Y asked us to add more 5 pcs of Z products to hes order, so we add manually via BO /order (check img) ps_stock_available table decreased these products, but ps_stock didn't... After while customer X placed order from hes cart where were 5 pcs of Z product. Yes he may saw that product is out of stock (if he refresh page), but system let him confirm order. Of cause he got email that product is out of stock, but Z product quantity goes to -5 pcs Question: How to prevent customers order products which aren't in stock Settings Allow ordering of out-of-stock products set to ** NO Prestashop 1.6.1.x
-
- ps_stock_available
- bug
-
(and 2 more)
Tagged with:
-
Combining specific price rules and catalog price rules
buhajus replied to gasworks 's topic in Configuring and using PrestaShop
You can use custom SQL UPDATE `ps_specific_price` sp LEFT join ps_product p ON sp.id_product = p.id_product LEFT join ps_category c on p.id_category_default = c.id_category SET .... sp.from_quantity = 1 AND c.id_parent not in(x,x,x,) AND c.id_category NOT in (y,y,y,) -
Good day, anyone can help me with ordering products by products reference in AdminOrder in this section? I found in classes/Order.php this function, but when i added ORDER BY... i got blank table of products. public function getProductsDetail() { return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS(' SELECT * FROM `'._DB_PREFIX_.'order_detail` od LEFT JOIN `'._DB_PREFIX_.'product` p ON (p.id_product = od.product_id) LEFT JOIN `'._DB_PREFIX_.'product_shop` ps ON (ps.id_product = p.id_product AND ps.id_shop = od.id_shop) WHERE od.`id_order` = '.(int)$this->id.'ORDER BY od.product_reference ASC'); } Any ideas ?
-
Customer Service message with attachment
buhajus replied to shaun_imakr 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Interesting too- 2 replies
-
- attachment
- customer service
-
(and 3 more)
Tagged with:
-
Permission denied on localhost XAMPP
buhajus replied to kapees 's topic in Configuring and using PrestaShop
same with win8... -
Media Servers added css+js ok but no product images
buhajus replied to FluffyCat 's topic in Configuring and using PrestaShop
FluffyCat, did you solve it? i tried this one guide http://blog.dh42.com/prestashop-and-media-servers/ but still no images... -
Prestashop 1.4: using CCC performance and Media Servers
buhajus replied to justinwpw 's topic in Online sales and SEO
Same problem almost for all There is no good guide how to configure -
How to optimize MySQL queries?
buhajus replied to iAlex 's topic in Configuring and using PrestaShop
Hello, is it possible to check queries in PS 1.4 ? to set up to true ? And where i can find printed queries? I did this but can't see any printed queries Thanks -
Hello, need yours help with contact-form.tpl PS 1.4.11.0 sending mail only .txt format When someone press enter by typing message I receive html tag <br /> I tried change ContactConttroller.php $message = html_entity_decode(Tools::getValue('message'), ENT_COMPAT, 'UTF-8'); same problem tried to add replace function in .tpl {$message|replace:'<br />':' '} same nothing... What i'm receiving to my inbox : Example test <br /> need more test <br /> Any help are welcome Thanks a head of time
-
Combine Compress and Cache CSS BUG
buhajus replied to szym 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Simple user dont know this ! -
Just want to share: Someone leave "_" symbol in shopping-cart.tpl and in shopping-cart-product-line.tpl <a rel="nofollow" class="cart_quantity_delete" id="_{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" just delete it and it works, now you can use delete button in shopping cart
-
[Solved]no message in Customer Service PS 1.4.11.0
buhajus replied to buhajus 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Solved changed correct id in contact-form.tpl <option value="yourID">{l s='-- Choose --'}</option> -
[FREE MODULE] minic slider for PS 1.3.x and 1.4.x
buhajus replied to minic studio 's topic in Free Modules & Themes
module hooked everywhere, but no images... PS 1.4.11.0 -
[SOLVED] Block layered features sort
buhajus replied to outblast 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
I got problem with feature value name sorting... Any got a solution PS 1.4.9.0 blocklayer 1.9.1 -
best way that's re-install
- 10 replies
-
- Prestashop 1.4.6.2
- Manufacturer Filter
-
(and 1 more)
Tagged with:
-
sorting by alphabet and numeric $sql_query['group'] = 'GROUP BY fv.id_feature_value ORDER BY ABS(fvl.value),fvl.value ASC '; you are welcome
- 10 replies
-
- 2
-
-
- Prestashop 1.4.6.2
- Manufacturer Filter
-
(and 1 more)
Tagged with:
-
Customer service messages are shown with html tags
buhajus replied to mirosol 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
same problem.. Sttesr<br />Enter<br />Test where is <br/> - pressed Enter button in keyboard when message was typed -
Where To Put Code For Feedback Widget?
buhajus replied to Pippo3000 's topic in Configuring and using PrestaShop
sorry for shot question yes, support to translate the widget -
Where To Put Code For Feedback Widget?
buhajus replied to Pippo3000 's topic in Configuring and using PrestaShop
support translating ? -
check mailalert module language folder name, is equal to lang iso code ?
-
one more question i need redirect ir create a CNAME ?
-
I can't leave website without images... today followed your guide, but still no images. clicked on link img.saromania.lt/865-home/dasdasdsd.html it redirects to saromania.lt/865-home/dasdasdsd.html, but no image... thanks for sharing yours experience
