Search:

Type: Posts; User: jgamio

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    The problem look like a configuration problem if you dont have

    navColumnOne navColumnTwo in the second template I think that mean you have a wrong value in the database or you change the...
  2. Replies
    1
    Views
    1,391

    Re: Missing links in more info sidebox

    In the admin go to


    Define Page Status


    then you can change the value of the

    Define Page 3
    Define Page 4
  3. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    bluealice,



    You didnt test the same database, if you dont try you are not to going to find the problem.


    Try these other: change to the default template and check if you can see the...
  4. Thread: Layout problem

    by jgamio
    Replies
    1
    Views
    914

    Re: Layout problem

    I am not a css expert but IE 6 dont work like firefox or IE 7.


    maybe the problem is your div structure.

    look your html
    <DIV class=wrapperAttribsOptions>
    <H4...
  5. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    Try this use the same database in both store in this way you will know if the problem is in the code or in configuration.

    don't use a copy use the same database.
  6. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    Are you using the same database in the two stores ?


    you need to find out what is differents ?

    are you using the same template in both ?
  7. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    bluealice,

    check your tpl_main_page.php

    and look if you have

    $flag_disable_right = true;
  8. Replies
    17
    Views
    1,950

    Re: Right Column not showing up

    Did you change the template before these ?
  9. Re: How to display customer userid on top of pages?

    I dont know about the email but if you check out this

    if (isset($_SESSION['customer_id'])
    {

    echo $_SESSION['customer_first_name'];
    }

    this check if somebody is login then show the first name
  10. Replies
    4
    Views
    801

    Re: Enable 3rd column on certain pages

    :oops:



    First Line put these

    $flag_disable_right = true;

    always disable and cahnge true to false to enable in the pages list
  11. Replies
    4
    Views
    801

    Re: Enable 3rd column on certain pages

    Sorry the mesage didnt show the line


    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
    ...
  12. Replies
    4
    Views
    801

    Re: Enable 3rd column on certain pages

    Go to this file


    includes/templates/YOURTEMPLATE/common/tpl_main_page.php

    and look this code


    if...
  13. Replies
    1
    Views
    1,357

    Re: Diferent Languages use Diferents templates ?

    OK I fixed. :clap:


    The problem was this

    I use images in the template that came from the language files, I didnt fix the new language pack for that reason the the images didnt load and the...
  14. Thread: Admin Time

    by jgamio
    Replies
    1
    Views
    1,171

    Re: Admin Time

    I am not sure but the date and time are from the server where do you host you site.
  15. Replies
    1
    Views
    1,357

    Diferent Languages use Diferents templates ?

    Hi I have this problem:

    I create a custom template and everything work fine but when I use other languages the system look for the default template instead of my custom template.


    Any Idea ??
  16. Replies
    1
    Views
    703

    Re: Use a image from my template

    :oops: I didnt load the image in the server my mistake, that mean when dont find the image us the templatedefault chapter
  17. Replies
    1
    Views
    703

    Use a image from my template

    Hi I am trying to use a image from my template but in the browser always use the templatedefauld directory


    Is Some documentation about how to use the function like zen_image,



    thank you...
  18. Do the payment process after confirm the price in the admin?

    Hi I trying to do these

    1) The customer selected the product
    2) The customer do the checkout without the pay
    3) Confirm the order from the admin
    4) The customer process the payment

    I can...
  19. Replies
    1
    Views
    799

    Re: add to the shopping cart in Code

    ok I did this


    $_SESSION['cart']->add_cart($product_id,1);


    but still is nothig in my shopping cart
  20. Replies
    1
    Views
    799

    add to the shopping cart in Code

    Hi everybody,

    In my store a need add a product to the shopping cart by code. Somebody can give a clue to do this.
  21. Replies
    1
    Views
    1,939

    Re: Change admin page title?

    Check it out this link

    http://www.zen-cart.com/forum/showthread.php?p=237410
  22. Replies
    9
    Views
    9,645

    Re: Designing Page/s in Dreamweaver/Frontpage

    I use to used the next :


    when a want to test a desing open the page from the browser.


    copy the code in a test.html page in my pryect.
    assing the css from the folder and design
    after if I...
  23. Replies
    3
    Views
    1,706

    Re: overrinding modules pages

    :D thank you

    You save me a lot time of testing .
  24. Replies
    3
    Views
    1,706

    overrinding modules pages

    :blink: hi i am confusing about the next


    i override

    ./includes/modules/

    with

    ./includes/modules/MYTEMPLATE
  25. Re: Installed but still looks for the install files

    WHEN THE CONFIG.PHP IS MISSING THE ZENT LOOK FOR THE INSTALL check if you have the config.php
  26. Replies
    5
    Views
    1,216

    Re: Display Product Description New Products Main

    ok i am lose

    what do you want to do exactly?

    if you want to put the description in the news module just put



    $new_products->fields['products_description'] =...
  27. Replies
    2
    Views
    1,134

    Re: Date and Time Problems

    :D thank you

    if somebody else is interenting here is the link
    Time Zone Offset
  28. Replies
    2
    Views
    1,134

    Date and Time Problems

    My hosting have a diferent date and time that my country.
    How can i work with my contry time if the information is register with the server date/time
  29. Replies
    2
    Views
    1,082

    Re: list/column break, name value

    i know you can do it

    but not sure about where is the option

    look in your admin

    configuration->Product Listing

    and play with the options
  30. Thread: logo & header

    by jgamio
    Replies
    2
    Views
    1,890

    Re: logo & header

    you mage is to big you can put small or

    look in your

    .\includes\templates\YOURTEMPLATES\common\tpl_header.php


    searh <!--bof-branding display-->
    ...
  31. Re: Page Title fix with Zen Cart version above 1.25

    :unsure: i dont why you are confusion

    define('TITLE', 'Zen Cart!');

    is just like a const in a language files this is not coding about the functionality of the program just a text wich is a...
  32. Replies
    1
    Views
    861

    Re: Layout price problem

    I think you modify the includes/modules/product_listing.php


    seach in case 'PRODUCT_LIST_PRICE':

    and checkout dont use $lc_price = zen_get_products_display_price

    twice
  33. Replies
    2
    Views
    2,504

    Re: editing in dreamweaver - design mode

    You can but I used to see the souce code from the browser of the page

    1) Paste the code in a testpage.html
    2) edit with the html editor
    3) I search for the piece the code in each module in...
  34. Re: I can't get correct pricing on my product listings

    i am goint to help you
    attach in zip your template folder and send to my email r here what do you like
  35. Re: I can't get correct pricing on my product listings

    i thnk you have to try resolve the problem
    i think we are closer than in the morning

    in fact i didnt thing before but you can check the new_products and comprare looking for diferents in wich...
  36. Re: I can't get correct pricing on my product listings

    Pixxi the problem is used a loop where dont change the id and then use the same product id to get the price
  37. Re: I can't get correct pricing on my product listings

    ok try this dont change the firt go to the second

    and do

    zen_get_products_display_price($product['products_id'])

    but now write after this
    case 'PRODUCT_LIST_NAME':
    ...
  38. Re: I can't get correct pricing on my product listings

    ok it is not resolved but here is the problem let go to check
  39. Re: I can't get correct pricing on my product listings

    ok this is not 100% by try this


    look in the line 166 and search

    zen_get_products_display_price($listing->fields['products_id'])

    change this by
    ...
  40. Re: I can't get correct pricing on my product listings

    ok i think here is the problem. Let me check
  41. Re: I can't get correct pricing on my product listings

    look fine what about the


    /includes/templates/cerberus-120/common/tpl_tabular_display.php
  42. Re: I can't get correct pricing on my product listings

    do you have this file ??


    ./includes/modules/cerberus-120/product_listing.php
  43. Re: I can't get correct pricing on my product listings

    you are right lets go to find out where the problems is
    .

    1) The first prodoct is always right that mean that is not doing the for each to the price fine. ¿ am i right or not ? That is why in...
  44. Replies
    14
    Views
    3,383

    Re: Genius Experts I need help!

    ¿ .htaccess control tha acces to the pages ?


    May I used this to block mi admin module ? or with the login is enought ?
  45. Re: I can't get correct pricing on my product listings

    PD the function is in ./includes/functions/functions_prices.php
  46. Re: I can't get correct pricing on my product listings

    look fine but to make that layout you had modifed something

    maybe the function zen_get_products_display_price wich show the price checkout this function al look for


    $show_sale_discount =...
  47. Replies
    14
    Views
    2,455

    Re: Get rid of the quotation marks

    middle ???


    from the haeder the wole page in middle of what ????
  48. Replies
    14
    Views
    2,455

    Re: Get rid of the quotation marks

    ok the x mean is an image that cant show.

    the site is looking for

    http://www.wonderfultoyz.com/includes/templates/template_default/images/bc_info.gif

    do you have this file
    bc_info.gif
  49. Replies
    14
    Views
    3,383

    Re: Genius Experts I need help!

    :cry: the zen configuration look fine i think you have a problem with your server configuration maybe you need to ask to your hosting.

    Have you look in your error log to find out what is wrong
  50. Replies
    14
    Views
    3,383

    Re: Genius Experts I need help!

    forgot the config and check if you have this chapter and files in


    .includes/templates/
Results 1 to 50 of 114
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR