catalog Questions
2
2
Solved
I want to compare the hashes for every tag of 2 Security Catalog (.cat) files.
I get all tags with the CryptCATEnumerateMember function and tried to get the hashes with CryptCATEnumerateAttr, but...
Jell asked 12/6, 2019 at 6:35
3
Solved
To give some context, the command is issued inside a task, and many task might issue the same command from multiple workers at the same time.
Each tasks tries to create a postgres schema. I often ...
Tisman asked 27/4, 2015 at 16:11
2
I'm trying to exclude the following device brand/model as this is not compatible with my app:
Brand: Trend
Model: TaintArt for x86
However, though this device appears continuously in my Crashlyt...
Apocarpous asked 9/1, 2020 at 15:19
2
How to validate xml (using libxml) file without specifying the schema file explicitly? xsd file is in the header of the xml file. The corresponding xsd file URL should be located in the local file ...
1
Solved
I would like to select all sequences in the database, get the schema of sequence, dependent table, the schema of a table, dependent column.
I've tried the following query:
SELECT
ns.nspname AS s...
Valerlan asked 21/7, 2020 at 20:15
1
From https://www.postgresql.org/docs/9.5/static/view-pg-user.html under "System Catalogs"
The view pg_user provides access to information about database users. This is simply a publicly readable...
Kab asked 15/6, 2018 at 21:35
4
I want to get the SQL to drop a function in PostgreSQL. I write DROP FUNCTION and a get function name from pg_proc. That is not problem. However if I leave blank parameters it will not drop the fun...
Zane asked 26/8, 2012 at 2:51
8
Does anyone know how I can get a list of products belonging to a specific category from within a view file in Magento?
Crosstie asked 7/11, 2008 at 17:20
4
Solved
As the title says my Catalog URL rewrites indexer is stuck on processing.
I've tried everything and I just can't find a solution to this. Does anyone know a solid fix for this?
I've tried truncat...
2
Solved
I checked a lot of MEF questions here but I can't imagine what my problem is. Here's what's happening:
I have a desktop WPF app that I'm deploying with AdvancedInstaller. I use .NET 4.0 and MEF to...
3
Solved
I have created a new.phtml page in catalog/product/new.phtml.
which contain new/latest products.
i have another .phtml page [product_slider.phtml]. i want to add new.phtml into product_slider.phtml...
3
Solved
First question on stackoverflow...i am excited :)
Currently magento is using the special price if its lower than the applied catalog price rule. If the catalog price rule makes the product cheaper...
4
Solved
How to check if attribute exist in product attribute set?
I need to know if a product has an attribute for its set of attributes.
I get the attribute with:
$attrPricekg = Mage::getModel('catalog...
Triphylite asked 19/1, 2013 at 12:9
2
Solved
For start what I am trying to do i am not even sure that is possible(looks that is)
In the feature of image assets in Xcode you can select for an imageSet to be either Universal or Device Specific....
2
Solved
I used to think schema were the "upper wrapper" object before the database itself.
I mean DB.schema.<what_ever_object_name_under_schema>.
Well, the catalog "wrapper" is now quite confusing. ...
7
Solved
I've got a client database with a large range of stock items, which are being uploaded to Magento as simple products.
Now I need to group them up and assign them to configurable products with the...
4
Solved
I'm developing a script (external to Magento, not a module) which aims to output a text list of all available products, their prices and some other attributes. However, catalog price rules don't se...
Tyson asked 30/12, 2012 at 18:42
1
I need to show the layered navigation filters on the Magento advanced search results page, just like it does on the catalogsearch results page.
I have already moved the XML block as needed into ca...
Arly asked 6/11, 2012 at 9:51
1
Solved
In magento you can create new attributes (which are then added to attribute sets which products inherit) with certain types.
The default options (textfield/area, data, boolean) are fairly limited...
Sisk asked 22/5, 2012 at 9:23
1
Solved
Why are these important, what effect do they have on the database at hand?
Isn't the "schema" already decided at that point, as it exists in the database?
What exactly is a "catalog"? What kind o...
2
I'm using the Apache web service xml rpc library to make requests to an rpc service. Somewhere in that process is a xml document with a DTD reference to http://www.w3.org/TR/xhtml1/DTD/xhtml1-stric...
8
I want to create a page in Magento that shows a visual representation of the categories.. example
CATEGORY
product 1
product 2
ANOTHER CATEGORY
product 3
My problem is, their database is org...
Diarmuid asked 3/3, 2009 at 1:9
3
Solved
In a Java class I have seen the following:
@Table(name="user" , catalog="users"
For what purpose it is used?
2
Solved
I'm building a Magento store using a single catalog over 4 domains: 1 for the US and 3 for Europe (UK, French, and German). There's 1 fulfillment warehouse in Europe, 1 in the US and a sort o...
Oyster asked 8/10, 2010 at 0:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.