Gynecology

אתר רגיל

גניקולוגיה

Gynecology and obstetrics

get(\Magento\Catalog\Model\Layer\Resolver::class); $layer = $layerResolver->get(); $currentCategory = $layer->getCurrentCategory()->getId(); if ($currentCategory == $fixedCategory) { return; } $collectionFactory = $objectManager->get(\Magento\Catalog\Model\ResourceModel\Product\CollectionFactory::class); $collection = $collectionFactory->create(); $collection->addAttributeToSelect('*'); // ✅ כאן עושים פילטר נכון של שתי קטגוריות (AND) $collection->joinField( 'category_id_1', 'catalog_category_product', 'category_id', 'product_id=entity_id', null, 'left' ); $collection->getSelect()->where('category_id_1 = ?', $currentCategory); $collection->joinField( 'category_id_2', 'catalog_category_product', 'category_id', 'product_id=entity_id', null, 'left' ); $collection->getSelect()->where('category_id_2 = ?', $fixedCategory); // ✅ רק מוצרים פעילים $collection->addAttributeToFilter('status', 1); $collection->addAttributeToFilter('visibility', ['neq' => 1]); $collection->setPageSize(20); ?>

ספרי חובה

 

 במלאי 

(חמישה ימי עסקים אספקה)

למתמחה

 

סיעוד

מהדורות ישנות (לא ניתן להחזיר לאחר שהזומן)

 

עוד ספרים בגניקולוגיה