News:

AbanteCart v1.4.3 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CoolSurfer

#16
I installed abante using installatron in both sites. But will try to check the above suggested ... this caputa  issue is on both the sites ...
#17
E-Commerce Laws / Re: Copyright notice removal license
January 06, 2016, 09:02:49 AM
To remove Abantecart from right bottom of pages use the below
stgorefront>controller> common> footer.php
========================================================================
change line
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';

===========================================================================


to remove the same from emails

Storefront>view>default>template>mail>order_confirm.tpl
remove the line after this , low down remove line no 141 - remove below

<?php echo $text_project_label?>

should look like this after the change

<td class="align_center"
    style="font-size: 10px; border-top: 1px solid #069; text-decoration: none; color: #374953;">
<a href="<?php echo $store_url?>"
   style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name?></a>

</td>
</tr>


style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a>
#18
image verification not loading at contact us and reset password page, how do i fix it pl.
#19
I am using ver 1.2.5 latest
#20
My friend also wanted a similar site on bodybuilding products, but he has 0 knowledge of computers n coding,
so i created a sql backup via cpanel sql backup, the one created by abantecart ( inbuilt) created a corrupted empty sql for some reason.

So u imported my sql into my friends abante sql via phpmyadmin, after dropping all tables.

Then i tried to make some changes to suite his site name etc.... but it didnt allow me to login.
the image verification thing didnt load the image hence i couldnt reset the password

i just clicked ok without image verification and the admin panel opened faintly which a regular user would not see or ignore. But i clicked on categories and i got access...

i am actually worried about security of my site also.

Then later i changed the salt key via ftp on my friends site.

#21
Add to manufacturer scroll list -
while creating a manufacturer, if there is an option to add the manufacturer to the scroll bar of manufacturer on front page bottom... would be helpful.
#22
E-Commerce Laws / Re: Copyright notice removal license
January 06, 2016, 04:03:43 AM
 Thanks for the tip to remove powered by, but just noticed in the final invoice which comes in email, there is still powered by abantecart.
Can u guide how to remove that?
#23
where do i enter the google analytic and google and google tag manager codes in pages as this is a dynamic site, it says insert immediately under the <body> tag, but that is not possible here.

#24
Support / Re: How ro remove Contribute and Powered by
January 05, 2016, 09:26:47 AM
Done storefront>controller/common/footer.php

change line
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';



original  name and url crypted in function


function project_base() {
   $base = 'PGEgaHJlZj0iaHR0cDovL3d3dy5hYmFudGVjYXJ0LmNvbSIgb25jbGljaz0id2luZG93Lm9wZW4odGhpcy5ocmVm';
   $base .= 'KTtyZXR1cm4gZmFsc2U7IiB0aXRsZT0iSWRlYWwgT3BlblNvdXJjZSBFLWNvbW1lcmNlIFNvbHV0aW9uIj5BYmFudGVDYXJ0PC9hPg==';
   return base64_decode($base);
}

From <http://forum.abantecart.com/index.php/topic,134.0.html>
#25
E-Commerce Laws / Re: Copyright notice removal license
January 05, 2016, 09:18:22 AM
[quote author=dahili link=topic=134.msg10662#msg10662 date=1405976438]
dear opensource coder friens  Powered by AbanteChart  removal is possible in
file storefront/controller/common/footer.php
at the bottom
change line
$this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
$this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';



original  name and url crypted in function


function project_base() {
$base = 'PGEgaHJlZj0iaHR0cDovL3d3dy5hYmFudGVjYXJ0LmNvbSIgb25jbGljaz0id2luZG93Lm9wZW4odGhpcy5ocmVm';
$base .= 'KTtyZXR1cm4gZmFsc2U7IiB0aXRsZT0iSWRlYWwgT3BlblNvdXJjZSBFLWNvbW1lcmNlIFNvbHV0aW9uIj5BYmFudGVDYXJ0PC9hPg==';
return base64_decode($base);
}



regards
[/quote]


Done finally Thanks :)
Now i have to remove my website name there as it is now duplicated. :D
#26
Support / Re: Abantecart emails not reaching me
January 05, 2016, 07:52:38 AM
I think my admin rebooted the server and now its working. Thank you
#27
so ater payment client can download the album as mp3 files... will it support a zipped folder download also? or redirect to a new download link?
#28
Can we use abante cart for selling mp3 music as well?
#29
did the change but its not sorting according to date modified.


       if(isset($data['sort']) && array_key_exists($data['sort'], $sort_data)){
$sql .= " ORDER BY " . $sort_data[$data['sort']];
} else{
$sql .= " ORDER BY p.date_modified";
}
#30
Security / Got admin access without password- Serious
January 04, 2016, 02:12:53 PM
i imported the sql of site 1 to site 2, the salt key was changed, so when logging into the admin panel, it asked to reset the password.
on doing so, the image verification did not load up , hence could not reset the pwd, however the admin panel loaded fadedly in the bg, on clicking on the category link got access to the admin panel.

i think this should not be allowed.
just wondering....

also the smtp email pwd is not hashed/encrypted .... it should show up as stars...

Forum Rules Code of conduct
AbanteCart.com 2010 -