Author Topic: Help Please  (Read 7141 times)

Offline Prince Of Dhump

  • Newbie
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
    • Prince Of Dhump
Help Please
« on: May 14, 2014, 01:32:46 PM »
i want to show sku code on product's page can any one help me that how can i ..

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Help Please
« Reply #1 on: May 14, 2014, 02:39:09 PM »
to file below:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl

add code below in the place you like:

Code: [Select]
<?php echo $product_info['sku']; ?>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Prince Of Dhump

  • Newbie
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
    • Prince Of Dhump
Re: Help Please
« Reply #2 on: May 15, 2014, 02:53:44 PM »
And please tell me what code for facebook share button and where to put it..thanks

Old Fossil

  • Guest
Re: Help Please
« Reply #3 on: May 15, 2014, 04:35:32 PM »
And please tell me what code for facebook share button and where to put it..thanks

The code would be from facebook not AbanteCart

As for placement that would depend where you want it to show.

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Help Please
« Reply #4 on: May 15, 2014, 04:48:26 PM »
Hey Prince :  two things.

First try to make a new post for a new question.  It makes it better for everyone and probably will get you answers faster and more accurately.

Next -  are you asking where to change your links for the social Icons that are part of the default_html5 template.   If so,  fastest way is go to Design >Layout
then hover mouse over the block that says html_social icons   that will open up the block where you can add your specific links and will allow you to remove any that you don't want to use.

Other way is like Old Fossil says,  you get the widget from Facebook and make a block for it and place it anywhere on your page(s) that you wish.

Lee


Offline Prince Of Dhump

  • Newbie
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
    • Prince Of Dhump
Re: Help Please
« Reply #5 on: May 17, 2014, 03:17:08 AM »
Okay thanks for reply i will do that from next any new post..

widgets from facebook developers are not beign shown..

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Help Please
« Reply #6 on: May 17, 2014, 09:15:47 AM »
Please explain better about the widgets from Facebook developers not being shown?  not being shown where? 
Did you find the way WITHIN Facebook to get your widget code?   
If so,  where did you place your widget code in the cart? 
Are you  using the social icons block that is already in the default_html5 template?

Lee



Offline Prince Of Dhump

  • Newbie
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
    • Prince Of Dhump
Re: Help Please
« Reply #7 on: May 17, 2014, 12:28:08 PM »
No basically i have used the addthis social icons. they re getting shown when i put the code of them in the products.tpl links mentioned above.. but when i am putting widget button from facebook developers so in that case nuthing is shown there on the products page..

Offline Prince Of Dhump

  • Newbie
  • *
  • Posts: 22
  • Karma: +1/-0
    • View Profile
    • Prince Of Dhump
Re: Help Please
« Reply #8 on: May 17, 2014, 03:10:03 PM »
Well Solved that problem :)..
jst the problem was that, i have not implented the code after <head> tag

 

Powered by SMFPacks Social Login Mod