Show Posts


Messages - GottaRun

Pages: 1 [2] 3
16
Extensions and Add-Ons / Re: Connecting to Marketplace error
« on: January 20, 2015, 06:52:31 AM »
Problem is I used to log in from within Abantecart and Marketplace now doesn't recognise my log in.

As a result I can not longer access my download history and get updates that are badly needed.

17
Extensions and Add-Ons / Connecting to Marketplace error
« on: January 20, 2015, 05:28:43 AM »
Normally I would connect to the Marketplace from within my admin area of Abantecart but in the past few days I am getting error messages.

Is anyone else experiencing the same problem and have any advice on how to fix it?

18
Any update on this?

Updating through Softaculous would make the whole process much much easier. Please make this happen if possible.

19
Extension Support / Re: Gift Certificate and PayPal
« on: January 19, 2015, 08:09:50 AM »
Something else has popped up using this extension.

When you apply the gift certificat in your cart, the correct adjusted subtotal is shown but when you go to the external Paypal to make payment the value of the Gift Certificate is added onto the total.

So if your cart was €200 and you apply €100 Certificate Paypal looks for you to pay €300.

Anyone else experience this?

20
General Support / Re: Final Page After Order Completed
« on: January 07, 2015, 10:39:39 AM »
Similar question.

In the public_html/storefront/view/default_html5/template/common/success.tpl file I have included a Facebook Conversion Tracking pixel as below

Quote
<!-- Facebook Conversion Code for Converted Sales -->
<script>(function() {
  var _fbq = window._fbq || (window._fbq = []);
  if (!_fbq.loaded) {
    var fbds = document.createElement('script');
    fbds.async = true;
    fbds.src = '//connect.facebook.net/en_US/fbds.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fbds, s);
    _fbq.loaded = true;
  }
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', '6017277759566', {'value':'0.00','currency':'EUR'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6017277759566&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript>

I would like to ask for confirmation if this is 'simply' copied and pasted into the file like this:

Quote
<h1 class="heading1">
  <span class="maintext"><i class="icon-thumbs-up"></i> <?php echo $heading_title; ?></span>
  <span class="subtext"></span>
</h1>

<div class="container-fluid">

<section class="mb40">
   <p><?php echo $text_message; ?></p>
   
   <a href="<?php echo $continue; ?>" class="btn mr10" title="<?php echo $continue_button->text ?>">
       <i class="icon-arrow-right"></i>
       <?php echo $continue_button->text ?>
   </a>
</section>

<!-- Facebook Conversion Code for FB ad tracker -->
<script>(function() {
  var _fbq = window._fbq || (window._fbq = []);
  if (!_fbq.loaded) {
    var fbds = document.createElement('script');
    fbds.async = true;
    fbds.src = '//connect.facebook.net/en_US/fbds.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fbds, s);
    _fbq.loaded = true;
  }
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', '6013584453966', {'value':'0.00','currency':'EUR'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6013584453966&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript>

</div>

Or should it be placed elsewhere or after the "</div>" in a section of it's own?

Thanks.

BTW flyn how are you getting on with your insert? Is the code working?

21
Extension Support / Re: Gift Certificate and PayPal
« on: December 18, 2014, 12:41:33 PM »
solution in attachment. Please check and let me know.
Just replace file public_html/extensions/default_pp_standart/storefront/controller/responses/extension/default_pp_standart.php

Thanks for that fix, I installed Gift Cert extension just this week and needed this fix. Would be great if these bugs were being fixed in the extensions as updates.

Thankfully a customer I know brought it to my attention.

22
Support / Re: Gift Cards?
« on: December 15, 2014, 11:20:52 AM »
I'm trying to figure out how to offer gift cards on my site.  Has anyone done this?

I bought the Reward Points extension so thought it would be good to offer points as gifts.  For example someone can buy say $100 worth of points to use.  But I can't see anyway to do this or any other way to offer gift vouchers.

Any ideas?  Coming up to xmas it might be a good seller.

Edit:  I just noticed in the extension store there is a Gift Certificates extension for sale.  Has anyone used this?

I've just installed the extension and it works like a dream.

Just happened that the mother of a friend called me looking for a voucher for her son so I got to see the resulting email too. This Gift Voucher extension is well worth the investment.

23
Fantastic Lee, thanks for that link. Installed and all first thing this morning :)

24
Then go to the generator here -  you can use the html and simply paste it with your description area placing it where you wish
You must be on the SOURCE side of the editor to place the html code.

I presume by this you mean in the code editor via cpanel for the website and directly editting in the template?

Which file in particular would you recomend editting to have the 'Share to' appear on all product pages and if you have time, where in the file would you place the HTML code?

Thanks

EDIT:

Figured it out. Simply create a new HTML block and copy both the Function script and the action script into the 'Source'. Exactly as you outlined!! Sometimes I over think things :/

25
General Extensions / My Wishlist
« on: October 23, 2014, 07:07:31 AM »
I was very glad to see an update to My Wishlist recently which changes how the extension performs on the website.

The text displays properly under the products on one line and the share to element has cleaned up nicely.

One problem though 'My Wishlist' has now become the defacto heading for New Arrivals and the Featured products sections of the webshop. I've played around with the languag definitions and had a look in the block/latest.tpl areas of the filemanager but see nothing obvious (to my eyes).

Is there an easy way to change the heading for blocks? In the screenshot I would like the left hand column to be New Arrivals rather than My Wishlist (the content products are correct, heading wrong).

Thanks.


26
Built-in Features / Re: Issue with Banner Manager?
« on: October 21, 2014, 06:50:16 AM »
Hi.

Check your browser plugins http://forum.abantecart.com/index.php/topic,2643.msg11297.html#msg11297

Yep that was it 'Adblock Plus' was stopping the banner manager. Such a simple issue, thanks.

27
New Features Discussion / Re: Product cloning
« on: October 20, 2014, 08:38:06 AM »
Good point. Thank you.

I have implemented this feature for v 1.2.
You can see changes that you can apply in the github.

NOTE: Do not copy file completely as they might conflict

Awesome thankyou!!

Wait for 1.2 or should we go ahead and edit these files ourselves?

28
New Features Discussion / Re: Payment Option
« on: October 20, 2014, 06:53:58 AM »
Has there been any developments on this integration?

I have been referring AbanteCart Cart to many different people and the lack of integration with Stripe as an option is turning them off using AbanteCart even though it is an awesome cart system.

If you need any beta testers I would be happy to volunteer to work with you via my site.

29
Built-in Features / Issue with Banner Manager?
« on: October 17, 2014, 08:41:59 AM »
Anyone else having a problem with Banner Manager at the moment?

I can no longer edit existing Graphic Banner (or Text Banner) as the image is no longer visible in the dialog. Is there some way of working around this or have I found a little bug?

Thanks.

30
New Features Discussion / Product cloning
« on: October 17, 2014, 08:33:46 AM »
If possible when you clone a product rather than having to go back to the full product listing and re-searching for your new clone, would it be possible to have the cloned product open in a new window for editing?

Pages: 1 [2] 3

Powered by SMFPacks Social Login Mod