R
R
Rurik Rostislavich2014-12-21 23:05:12
PHP
Rurik Rostislavich, 2014-12-21 23:05:12

Where are the Magento delivery type files located?

Hello toaster
Where are these notorious files located, and where is the record of them in the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Gerasimenko, 2014-12-21
@snipeer777

These files are "smeared" over the file structure.
Here are the files responsible for displaying the list of shipping methods:
/app/code/core/Mage/Checkout/Block/Onepage/Shipping
Here are the files of basic shipping methods:
/app/code/core/Mage/Shipping
Here are the files that expand the basic list
/app/code/core/Mage/Usa
In general, delivery methods (third-party) are separate modules/extensions with all the consequences.
About records in a DB. Look for traces in the "sql" folder of the corresponding extension. For example here:
- /app/code/core/Mage/Usa/sql/usa_setup
- /app/code/core/Mage/Shipping/sql/shipping_setup

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question