Show Posts


Messages - natdroid

Pages: 1 ... 3 4 [5] 6 7 8
61
General Support / Re: How to change image on Facebook posts
« on: January 26, 2016, 03:59:07 AM »
Fix on your website's of things through using something called 'open graph markup'.
https://marketplace.abantecart.com/facebook_meta_tags

62
New Features Discussion / Re: Custom Meta Title
« on: December 07, 2015, 06:27:55 AM »
Would you like to get own custom meta title, and not necessarily use the product title?
http://marketplace.abantecart.com/seo_title

63
Extensions and Add-Ons / Re: Abantecart 1.2.5 all extensions problem
« on: November 20, 2015, 10:10:49 AM »
Hello community, I had a problem, but now I have found a solution:
(for those who have the same problem.)

Quote
$product_id = $this->baseObject->request->get['product_id'];
       if(empty($product_id)){//cart revert
      $product_id = $this->baseObject->request->get['key'];}

64
Extensions and Add-Ons / Abantecart 1.2.5 all extensions problem
« on: November 19, 2015, 12:42:21 PM »
Hello, AbanteCart team. 
Recently we had a customer write in broken extensions with 1.2.5
In what universe product urls from shopping cart differ from standard url?  :(
Why http://localhost/index.php?rt=product/product&product_id=116 reverted to http://localhost/index.php?rt=product/product&key=116:c02e4b65f5afd23e0c568d04b9c85ef5  (SEO 2.0?)
All extensions broken and how to get prod.ids? we're tired of update the code because of 'unnecessary mini changes every month  :'(



65
New Features Discussion / Re: hooks
« on: November 12, 2015, 11:55:09 AM »
of course  :)

66
Support / Re: Image Blurry
« on: November 12, 2015, 11:52:32 AM »
Try to update on your server the GD library because the resize option is entirely based on it.The code uses standard PHP image manipulation GD, so any problem you have with the quality must come from your graphic library. Make sure you use the latest stable of PHP/GD

67
New Features Discussion / Re: hooks
« on: November 12, 2015, 11:23:00 AM »
amazing speed  ;D thank you.

Could you
plz
add few hooks in 1.2.5 [/size][/color]
to the
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl#L48
line 45, line 120, line 25

68
Extensions and Add-Ons / Listing hooks
« on: November 12, 2015, 02:13:27 AM »
How to hook /storefront/view/default/template/pages/product/product_listing.tpl file?

69
New Features Discussion / Re: hooks
« on: November 12, 2015, 01:57:28 AM »
thanks. head.post.tpl method work but got a huge problem. We have 3 extensions where head.post.tpl but work only one of them. How to resolve?


70
New Features Discussion / Re: hooks
« on: September 13, 2015, 09:08:38 AM »
You do not need hook for the head. You can append to head.tpl template with _post.tpl

example Please!



Where do you suggest hooks in /storefront/view/default/template/pages/product/product_listing.tpl  or /storefront/view/default/template/common/footer.tpl  ?

line 48 https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl#L48
line 45, line 120, line 25

71
New Features Discussion / Re: hooks
« on: September 10, 2015, 07:16:20 AM »
admin/view/default/template/pages/sale/order_history.tpl
 hk_order_comment_pre  hook must get triggered somewhere after the foreach loop  :-\

72
Support / Re: where is this code stored ?
« on: September 01, 2015, 01:54:22 AM »
/storefront/view/default/template/common/page.tpl

73
New Features Discussion / Re: hooks
« on: September 01, 2015, 01:52:26 AM »
/storefront/view/default/template/common/page.tpl  hook inside <head> tag

/storefront/view/default/template/pages/product/product_listing.tpl   

/storefront/view/default/template/common/footer.tpl


74
Customization help / Re: Do I Need A Custom CSS File?
« on: August 20, 2015, 10:03:26 AM »
avoid the problem of file modifications during an upgrade. Add Custom CSS to your AbanteCart site without any hassles.
https://marketplace.abantecart.com/custom_css

75
Hi,
I am using INR as default store currency . while check out i want to convert inr to usd as inr is not supported by paypal. I am using paypal Standard

Easy fix the issue https://marketplace.abantecart.com/paypal_usd

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

Powered by SMFPacks Social Login Mod