Show Posts


Messages - digitalt

Pages: 1 ... 3 4 [5] 6 7 8
61
General Support / Scheduled Tasks
« on: October 05, 2016, 07:10:49 AM »
Is there a way to set Cache Clear in Scheduled Tasks?  I'd like to do this a couple times a day.  I've looked over the documentation and am totally lost on how to implement this.

62
General Support / Screen Resolution or User Agent
« on: October 05, 2016, 06:23:23 AM »
I was setting up a laptop yesterday and visited my site before loading the video drivers.  I got something between desktop and mobile. Does the responsive template load by resolution or user agent?  I thought it was user agent.

63
Customization help / Re: How can I edit the link in my store's logo?
« on: October 04, 2016, 06:36:12 AM »
Take a look at header.tpl.  Check out starting about line 12 for this:

      <a class="logo" href="<?php echo $homepage; ?>">
         <img src="resources/<?php echo $logo; ?>" width="<?php echo $logo_width; ?>" height="<?php echo $logo_height; ?>" title="<?php echo $store; ?>" alt="<?php echo $store; ?>"/>
      </a>
      <?php } else if (!empty($logo)) { ?>
          <a class="logo" href="<?php echo $homepage; ?>"><?php echo $logo; ?></a>
       <?php } ?>

I think you can hard code the URL you want there.  I would suggest installing dev_tools and clone your template and then make the changes to your cloned theme.

If I missed the mark here, someone else can correct me, but it looks like that is where you need to make the change. $homepage calls the URL in settings.

64
General Support / Re: Contact us does not respect the user entered email.
« on: October 03, 2016, 07:02:21 AM »
Hi

Reply to show the email id I had configured in the system but with the user name entered by the user.

I hope I am making myself clear. Let me put it this way..

In System > Settings > store details, I have included the email id say (mail @ abc.com). Now mail @ abc.com is forwarding thru cPanel to my gmail.
Under System > Settings > Mail 'Alert Mail' is ON but other options are left blank.

Now when I select the Store > Contact Us and fill the details like say
name: John
email: john @ gmail.com

Then I get the mail in my gmail inbox with name John but the email id of John would be mail @ abc.com.
So if I reply to the mail, I would get the mail back to myself.

What am I doing wrong

regards

Thahir

This is because it's forwarded. Emails have to have an origin and the email address you have in Abantecart is the origin email even though it comes for example from me with an email address of 123@456.com.

My suggestion is use the email address in your store and set this up in an email client. It looks more professional with communication with your customers.  I actually have 7 email addresses. 2 for my Abantecart store(1 for customer inquires and 1 for Paypal transactions), 2 for eBay sales(same as Abantecart different domain), 1 for a forum I have-different domain, and 1 personal.  EACH set has it's own domain.

65
Call Godaddy support and ask them. They have the best CS around. They should be able to get you fixed up. It's php config somewhere but not sure where.

I have Godaddy too and they are tops with their help.

66
Support / Re: seo url in menu and home page
« on: October 01, 2016, 05:30:19 PM »
There's not a simple solution to this without doing a rewrite.  The URL for login for example is a function of multiple files working together located in different folders and sub folders, not a path to a specific folder that contains all the files and functions to make that particular page work. That is why the function is called as it is. 

Google will index it just fine and people doing a search will be looking at the page title and meta description, not the link. If they want to bookmark the login link for example, they can go to that page and bookmark it.

67
Take a look at your global php settings. Problem could be there as set by your server.

68
Customization help / Re: Mobile Menu 3 Bars Removal(Solved)
« on: October 01, 2016, 10:37:36 AM »
Figured it out finally.

Remove from custom.js:


 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
         <span class="sr-only"></span>
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>

Clear cache and no more hamburg button. I forgot to clear cache in A-cart.

69
Customization help / Mobile Menu 3 Bars Removal(Solved)
« on: September 30, 2016, 08:26:01 AM »
I have searched and can't find this anywhere. I know it's in core template files, but give me a hint.

I want to remove the 3 Bar Menu button in mobile view. The rest of my mobile works great, but the 3 bar menu at this point does nothing.  Google recognizes the site as mobile so no worry there.

Firebug returns this:

<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only"></span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>

In header.tpl I commented out this, but still get it.

 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
         <span class="sr-only"></span>
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>


Am I close?

70
Opinions / Funding Abantecart Projects
« on: September 30, 2016, 07:29:54 AM »
There is a lot of discussion about features we would like to see in Abantecart and the dev team tells us that funding is needed.  Here is a simple solution. I use it on a small forum I have to help offset the cost of hosting and it works well.

There is an extension for this forum(SMF Forum) to setup a funding account. It's called Treasury 2.12 and can be found here. http://custom.simplemachines.org/mods/index.php?mod=916

It is extensive in it's capabilities.  Dev team can set an amount and we can contribute till the goal is reached.

I'd like to see a funding account setup for ERP integration out of the box with Odoo.

JMHO


Maybe kick this to the Idea Polls?

71
What error do you get when trying to upload?   File size?

72
How-to questions / Re: multi Product options and products variations
« on: September 29, 2016, 06:43:09 AM »
Someone else jump in but I think that would have to be a core code change.

I have some products that have color options and for the main picture in the product listing, I have a pic of all product colors, then on the product page they can choose what color they want.

73
General Support / Re: Error with manufacturer.php
« on: September 27, 2016, 05:06:44 PM »
So far the mod works great.

Thanks

74
General Support / Re: Search full-site doesn't search content page
« on: September 27, 2016, 05:02:36 PM »
I think Abantecart needs a search similar to this forum which is SMF. I've used SMF for 15 years and the search works great.

Dev, take a look at the forum search and maybe you can incorporate it into the site. Works great.

75
Idea Polls / Re: Option type Date, Date & Time
« on: September 27, 2016, 04:55:11 PM »
Good idea for time sensitive items but overall not needed. Can be done with promotions and newsletter subs. Newsletter subs is one of the most powerful tools we have. For now I use it to join Chuck's Fishing Fleet----I sell tackle. Join the fleet and get a special deal.

Will it go to everyone? Yes, but joining a simple rewards program incites customers to get a better deal.

Pages: 1 ... 3 4 [5] 6 7 8

Powered by SMFPacks Social Login Mod