Archive: php file

 

Posts Tagged ‘php file’


by livetech (Posted Wed, 28 Sep 2011 10:44:41 GMT)I have fond the following article which provides the means to do the different rates via postcode… http://www.magentocommerce.com/wiki/3_- … able_rates But this method seems to be for an earlier version of Magento – I am using 1.5 and the Tablerate.php file is different… Has anyone sorted this [...]



 

The indexes for your Magento site should be refreshed on a regular basis. To help you do this you can put the below code in a PHP file in the root of your web site and setup a scheduled task to call it periodically. PLAIN TEXT PHP: require_once ‘app/Mage.php’; $app = Mage::app(’admin’); umask(0); for ($i [...]



 

I have a module which runs fine in magento 1.4 – 1.5 however, In magento 1.5.1.0, there seems to be some restrictions on running a php file directly located in the root of the server.I get “Page not found error”. Are these normal php restrictions or magento specific ones? How do i get round this? [...]



 

Here is how a command you can use to run a php script from a cron job. This has been done in CPanel php /home/your_username/[public_html/www]/somefolder/somefile.php Run A PHP File from a cron job – CPanel Possibly Related Posts: Magento get configurable product from simple product even if config product is disabled Observer for removed items [...]



 

Hi, When you submit the newsletter subscription form (subscribe.phtml), the form actions aclls a php file. Does anyone know where it is located? EDIT: And how can I send the form action to a custom php which does the mail sending bit? for example, I want the form handling to be done by a file [...]



 

This extension automatically cancel old orders that are not payed. You can define which statuses for which orders should be deleted. You can also choose expiration time (in days). This extension uses Magento cron. So be sure that cron.php file is actually correctly added to your cron tab. Possibly Related Posts: Facebook_All_in_One x_store Ampersand_RichRecsExpress Gala_Charm [...]