Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Display products

    Hi to all,

    After insert products with eneterd:
    -Products Quantity:
    -Products Model:
    -Products URL:
    -Products Shipping Weight:
    and make Preview, I see mentioned information,

    But when Log as customer, don't see that, just see on screen:
    •TEXT_PRODUCT_MODELed 8218g
    •TEXT_PRODUCT_WEIGHT1kg
    •1000TEXT_PRODUCT_QUANTITY

    TEXT_DATE_ADDED

    TEXT_MORE_INFORMATION

    please help how correct it and diaplay correct .
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screen_001 Sep. 16 10.01.jpg 
Views:	86 
Size:	31.5 KB 
ID:	14520   Click image for larger version. 

Name:	Screen_002 Sep. 16 15.10.jpg 
Views:	81 
Size:	7.3 KB 
ID:	14521  

  2. #2
    Join Date
    Nov 2009
    Location
    Chennai, India
    Posts
    47
    Plugin Contributions
    3

    Default Re: Display products

    You should be missing includes\languages\english\product_info.php
    Please check for this file and uploaded it


    Quote Originally Posted by nebojsa View Post
    Hi to all,

    After insert products with eneterd:
    -Products Quantity:
    -Products Model:
    -Products URL:
    -Products Shipping Weight:
    and make Preview, I see mentioned information,

    But when Log as customer, don't see that, just see on screen:
    •TEXT_PRODUCT_MODELed 8218g
    •TEXT_PRODUCT_WEIGHT1kg
    •1000TEXT_PRODUCT_QUANTITY

    TEXT_DATE_ADDED

    TEXT_MORE_INFORMATION

    please help how correct it and diaplay correct .

  3. #3
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Re: Display products

    Hi,
    You should be missing includes\languages\english\product_info.php
    This file exist. I just backed original version, regarding I changed and translate something. No working with original version too.
    Also I rename Product_info.php file and no existing this name file, start client side, again the same. Can't see who calling product_info.php
    Maybe call is wrong.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,174
    Plugin Contributions
    11

    Default Re: Display products

    Please give some answers to the posting tips. Mods, upgrade, template, link. All will help us to help you.

    Any time you see something in all caps with underline separators, it's an item that was not defined properly. Often by a missing file. Either it didn't get loaded or it's missing for your current template.

  5. #5
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Re: Display products

    I am novice, instaled Zen Cart 4 days ago, and very satisfied. I created a lot features.
    I use everything from original instalation, Version 1.53 mean latest. I use all on my own Appache server, and access by DynDns.
    I just testing and getting expirience. http://eurodata.dyndns.biz/zen-cart/

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,174
    Plugin Contributions
    11

    Default Re: Display products

    Somewhere, you have a language file where you have entered Serbian. That is the file that needs to be fixed. Look for the single quotes around a word or phrase. If one is missing at either end or there is an extra, the define will not work.

  7. #7
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Re: Display products

    Maybe it is in this part of Product_info.php
    I can't see problem. If I temporary remove this file, from folder, situation is the same.

    define('TEXT_PRODUCT_NOT_FOUND', 'Nažalost artikal nije pronađen.');
    define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
    define('TEXT_MORE_INFORMATION', 'Za više informacija posjetite\'s <a href="%s" target="_blank">webpage</a>.');
    define('TEXT_DATE_ADDED', 'Ovaj artikal je dodan u katalog %s.');
    define('TEXT_DATE_AVAILABLE', 'Ovaj artikal stiže %s.');
    define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Kupci koji su kupili ovaj artikal su također kupili...');
    define('TEXT_PRODUCT_OPTIONS', 'Molim odaberite: ');
    define('TEXT_PRODUCT_MANUFACTURER', 'Proizvođač: ');
    define('TEXT_PRODUCT_WEIGHT', 'Težina za dostavu: ');
    define('TEXT_PRODUCT_QUANTITY', ' Komada na zalihi');
    define('TEXT_PRODUCT_MODEL', 'Model: ');

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,174
    Plugin Contributions
    11

    Default Re: Display products

    The characters that require escape slashes are as follows:
    . , $ ^ [ ] ? + ( ) * | And \\
    Note that you have entered . several times without the \
    May be hard to see them below, but I highlighted them in red.
    Each time you do that, it invalidates the string.
    You should have gotten some debug files in your /logs directory.
    Quote Originally Posted by nebojsa View Post
    Maybe it is in this part of Product_info.php
    I can't see problem. If I temporary remove this file, from folder, situation is the same.

    define('TEXT_PRODUCT_NOT_FOUND', 'Nažalost artikal nije pronađen.');
    define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
    define('TEXT_MORE_INFORMATION', 'Za više informacija posjetite\'s <a href="%s" target="_blank">webpage</a>.');
    define('TEXT_DATE_ADDED', 'Ovaj artikal je dodan u katalog %s.');
    define('TEXT_DATE_AVAILABLE', 'Ovaj artikal stiže %s.');
    define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Kupci koji su kupili ovaj artikal su također kupili...');
    define('TEXT_PRODUCT_OPTIONS', 'Molim odaberite: ');
    define('TEXT_PRODUCT_MANUFACTURER', 'Proizvođač: ');
    define('TEXT_PRODUCT_WEIGHT', 'Težina za dostavu: ');
    define('TEXT_PRODUCT_QUANTITY', ' Komada na zalihi');
    define('TEXT_PRODUCT_MODEL', 'Model: ');

  9. #9
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Re: Display products

    Can not understand it is still in original product_info.php

    define('TEXT_PRODUCT_NOT_FOUND', 'Sorry, the product was not found.');
    define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
    define('TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.');
    define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');
    define('TEXT_DATE_AVAILABLE', 'This product will be in stock on %s.');
    define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased...');
    define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');
    define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');
    define('TEXT_PRODUCT_WEIGHT', 'Shipping Weight: ');
    define('TEXT_PRODUCT_QUANTITY', ' Units in Stock');
    define('TEXT_PRODUCT_MODEL', 'Model: ');

  10. #10
    Join Date
    Sep 2014
    Location
    Zagreb
    Posts
    9
    Plugin Contributions
    0

    Default Re: Display products; Why I see that ?

    Click image for larger version. 

Name:	Img_012 Sep. 17 17.22.jpg 
Views:	68 
Size:	64.5 KB 
ID:	14524


    Why I see that, it is variable name (capitalized)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 5 Feb 2013, 10:08 AM
  2. Replies: 2
    Last Post: 22 Feb 2010, 10:35 PM
  3. Old products to display as new products for this month ?
    By avf in forum Customization from the Admin
    Replies: 2
    Last Post: 4 Jan 2010, 06:31 PM
  4. All Products Display to Category Display
    By RobVox in forum General Questions
    Replies: 2
    Last Post: 8 Jun 2007, 10:35 PM
  5. Question about Special Products and Featured Products Display
    By kaleidoscopecards in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 17 Feb 2007, 06:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR