cancel
Showing results for 
Search instead for 
Did you mean: 

How would I install the GDRT Anaraky extension without Magento Connect?

SOLVED

How would I install the GDRT Anaraky extension without Magento Connect?

My Magento Connect has been a little buggy. I would like to install this extension-

 

https://www.magentocommerce.com/magento-connect/anaraky-gdrt-google-dynamic-remarketing-tag-for-mage...

 

It is up on Github here-

 

https://github.com/sreichel/magento-Anaraky-GDRT

 

There is an app folder I thought I could just drag and drop but there is another file in there called mysql4-install-1.0.9.1.php

 

Should I do anything with this file? Or just transfer the app folder?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How would I install the GDRT Anaraky extension without Magento Connect?

It matters, but I'm not sure why are you point to that file when you have to copy whole app/ directory, as I mentioned above.

 

So, this is how it looks when you go to the GitHub link:

https://www.dropbox.com/s/6g248yb82lwv4oy/Screenshot%202017-03-03%2011.44.57.png?dl=0

 

Just copy over app/ over your app/ directory, clear cache, and everything will be alright.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

View solution in original post

4 REPLIES 4

Re: How would I install the GDRT Anaraky extension without Magento Connect?

Just transfer whole app/ directory from https://github.com/sreichel/magento-Anaraky-GDRT to your Magento.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: How would I install the GDRT Anaraky extension without Magento Connect?

So you don't think that other file matters?

 

The code in it looks important

 

<?php

$installer = $this;
$installer->startSetup();

# change config values
$installer->run("
UPDATE {$this->getTable('core_config_data')}
SET path = 'google/gdrt_general/gdrt_enable'
WHERE path = 'gdrt/general/gdrt_enable';
");
$installer->run("
UPDATE {$this->getTable('core_config_data')}
SET path = 'google/gdrt_general/mail_template_ebay'
WHERE path = 'gdrt/general/gdrt_product_id';
");

Re: How would I install the GDRT Anaraky extension without Magento Connect?

It matters, but I'm not sure why are you point to that file when you have to copy whole app/ directory, as I mentioned above.

 

So, this is how it looks when you go to the GitHub link:

https://www.dropbox.com/s/6g248yb82lwv4oy/Screenshot%202017-03-03%2011.44.57.png?dl=0

 

Just copy over app/ over your app/ directory, clear cache, and everything will be alright.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: How would I install the GDRT Anaraky extension without Magento Connect?

When I downloaded the folder from Github it was sitting out side of the app folder, if it was in there I wouldn't have questioned it. I was able to just use M-Connect so all is working now.