Author Topic: Not show all product info  (Read 11221 times)

Offline DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Not show all product info
« on: April 28, 2014, 02:58:50 PM »
Hmm.... why not show page product all info like

Length:    
Width:    
Height:    
Length Class:    
Weight:    
Weight Class:

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: Not show all product info
« Reply #1 on: April 28, 2014, 03:40:35 PM »
This informtation in optional. Not every store needs it.
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Not show all product info
« Reply #2 on: April 28, 2014, 03:49:36 PM »
Additionally, as I understand those fields they are actually used for calculating shipping costs in some configurations.

Lee







Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Not show all product info
« Reply #3 on: April 28, 2014, 06:23:59 PM »
Additionally, as I understand those fields they are actually used for calculating shipping costs in some configurations.
Absolutely right.
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 DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Re: Not show all product info
« Reply #4 on: April 29, 2014, 06:16:24 AM »
but i need this so where that can enable?
« Last Edit: April 29, 2014, 06:18:26 AM by DarkWarder »

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Not show all product info
« Reply #5 on: April 29, 2014, 12:00:03 PM »
If you wish the information in those fields to be shown somewhere, perhaps on your product description,  you will need to edit the template to pull in those fields from the database.

There is no switch setting within the cart to display those fields anywhere.

If you wish additional information - you will need to provide more details as to where you want it to show and what you want to show.  Then someone may be able to get you to the correct area to alter your code.

Lee




Offline DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Re: Not show all product info
« Reply #6 on: April 29, 2014, 12:29:42 PM »
If you wish the information in those fields to be shown somewhere, perhaps on your product description,  you will need to edit the template to pull in those fields from the database.

There is no switch setting within the cart to display those fields anywhere.

If you wish additional information - you will need to provide more details as to where you want it to show and what you want to show.  Then someone may be able to get you to the correct area to alter your code.

Lee

I want to get this information to appear in the product multiplied
I thought that they will automatically appear like everyone else
like price and others there that is same place what price and others
and in general the products which are described

gordontaylor

  • Guest
Re: Not show all product info
« Reply #7 on: April 30, 2014, 08:37:31 AM »
As Lee said, to display that info, you'll need to modify the php in the product.tpl page.

If you wish the information in those fields to be shown somewhere, perhaps on your product description,  you will need to edit the template to pull in those fields from the database.

There is no switch setting within the cart to display those fields anywhere.

If you wish additional information - you will need to provide more details as to where you want it to show and what you want to show.  Then someone may be able to get you to the correct area to alter your code.

Lee

I want to get this information to appear in the product multiplied
I thought that they will automatically appear like everyone else
like price and others there that is same place what price and others
and in general the products which are described

Offline DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Re: Not show all product info
« Reply #8 on: April 30, 2014, 05:46:10 PM »
As Lee said, to display that info, you'll need to modify the php in the product.tpl page.

If you wish the information in those fields to be shown somewhere, perhaps on your product description,  you will need to edit the template to pull in those fields from the database.

There is no switch setting within the cart to display those fields anywhere.

If you wish additional information - you will need to provide more details as to where you want it to show and what you want to show.  Then someone may be able to get you to the correct area to alter your code.

Lee

I want to get this information to appear in the product multiplied
I thought that they will automatically appear like everyone else
like price and others there that is same place what price and others
and in general the products which are described

Okay and what is that right code then?

gordontaylor

  • Guest
Re: Not show all product info
« Reply #9 on: April 30, 2014, 08:06:17 PM »
You are going to need to pay someone to do it for you if you don't know how. PM abantecart and ask how much of a donation it will take to get that page modified.

Offline DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Re: Not show all product info
« Reply #10 on: May 01, 2014, 07:23:17 AM »
You are going to need to pay someone to do it for you if you don't know how. PM abantecart and ask how much of a donation it will take to get that page modified.

i dont understand why there admin panel Product/insert new product is that, if that not can use and that not show product info?
Length:    
Width:    
Height:    
Length Class:    
Weight:    
Weight Class:

gordontaylor

  • Guest
Re: Not show all product info
« Reply #11 on: May 01, 2014, 07:43:46 AM »
Those fields are used to calculate shipping charges and are not designed to show on the product page.

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Not show all product info
« Reply #12 on: May 01, 2014, 07:48:13 AM »
In the same way that the cost of your product on the page doesn't show to your customer only the price you sell for is shown or the rather the tax box is checked or unchecked etc.

Not everything on the product edit page is for the customer to see directly.  Some information is for you the seller,  and for handling various functions for your customer.

Lee

Offline DarkWarder

  • Jr. Member
  • **
  • Posts: 65
  • Karma: +1/-1
    • View Profile
    • MyyntiNurkka, MeetingMeToday
Re: Not show all product info
« Reply #13 on: May 01, 2014, 09:00:30 AM »
In the same way that the cost of your product on the page doesn't show to your customer only the price you sell for is shown or the rather the tax box is checked or unchecked etc.

Not everything on the product edit page is for the customer to see directly.  Some information is for you the seller,  and for handling various functions for your customer.

Lee

okay thanks

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Not show all product info
« Reply #14 on: May 01, 2014, 09:40:20 AM »
just to be sure you understand -  that information is in the database and if you or some one you hire wants to change the coding on the style sheet  to show those additional fields you can do that.  But it is not a cart function switch currently.

Do remember that any code changes you make may be overwritten when you update with new versions.  So if you change a code,  know where and what you did and then check on the new version and see if you need to make it again.

Lee


 

Powered by SMFPacks Social Login Mod