Search:

Type: Posts; User: borillion_star

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,723

    Jquery, JCarousel and ZenCart

    Im trying to implement JCarousel in my site and have some confusion about what to do, I have two files, one called similar_products_stack which contains the query from my database and passes it onto...
  2. Disable breadcrumb links on last item

    I was looking through the code but cant seem to find the option on the admin side that corresponds to DISABLE_BREADCRUMB_LINKS_ON_LAST_ITEM and where it can be switched on or off?

    Has anyone seen...
  3. Replies
    4
    Views
    835

    Re: Random loading of Over-rides

    I forgot about this thread lol :blink: Turns out that AT&T and some other ISP's cache your pages on their servers in order to provide faster and better service.

    I was getting hit or miss...
  4. Replies
    2
    Views
    691

    Re: Google's mod_pagespeed and ZenCart

    Ill take that into account :P I was in the process of setting up a server with this installed and a copy of live very well used and module filled store to see how it behaves.

    I had this switched...
  5. Re: Display products in same category at bottom of product_info

    Here is the final working code if it helps anyone, I still have some confusion about how the LIMIT part works and why I have to loop the query as I was under the impression it would get 4 and return...
  6. Replies
    2
    Views
    691

    Google's mod_pagespeed and ZenCart

    Does anyone know about Google's mod_pagespeed and has anyone used it in conjunction with their cart?

    http://code.google.com/speed/page-speed/docs/module.html

    I would like to hear some thoughts...
  7. Re: Display products in same category at bottom of product_info

    Somehow you are supposed to add in ORDER BY RAND() limit 4:frusty:
  8. Re: Display products in same category at bottom of product_info

    YAY now Im getting somewhere, The code works and gets the correct info, this however only gets one product.... I would like to get four of them randomly. How would I loop it?


    $category_in_now...
  9. Re: will zen cart have an embeddable shopping cart in the near future?

    You dont have to change your site, you could always make zen-cart fit your site the way you want it to through a template, and present it in a frame on your sites page.
  10. Re: Display products in same category at bottom of product_info

    I believe the last line


    AND p.master_categories_id == " . $category_in_now;

    is not correct, and am not sure how to do it correctly.
  11. Re: Display products in same category at bottom of product_info

    So far I have this but Im not entirely sure this is right:



    $category_in_now = zen_get_products_category_id($_GET['products_id']);

    $similar_products = "SELECT p.products_type, p.products_id,...
  12. Display products in same category at bottom of product_info

    I was wondering if anyone knows a way to select 4 items from a product_page. While viewing product A for example, I would like to
    display in the center of the page Product B - F randomly selected...
  13. Re: Changing Product Info Manufacturer Images

    In case people do not read the code before they just apply it there was a small error :ohmy:

    I forgot to handle the alt text and as a result one of them was being used in the alt field, I added...
  14. Re: Changing Product Info Manufacturer Images

    Well I solved my own issue :flex:

    Using code from the above reverenced link but with a small change:


    INSERT INTO configuration (`configuration_title`, `configuration_key`,...
  15. Changing Product Info Manufacturer Images

    I would like to do something similar as done here http://www.zen-cart.com/forum/showthreadp?t=119585 but on my product_info page for the output of manufacturer image.

    I see that...
  16. Re: Need CSS Help- Where's My Css Friend?? :)

    This one is somewhat easy

    You need to put these elements inside a div
    <div id=tighten>
    </div>

    and then in your css add

    #tighten
    { line-height:1em; }
  17. Replies
    6
    Views
    642

    Re: Override popup_image,

    Heheh, It was because I forgot the body tag :oops:

    Im still stuck on getting access to parts of the template from here,
    from under templates/gloss_black/popup_image/tpl_main_page.php if I use...
  18. Replies
    6
    Views
    642

    Re: Override popup_image,

    No body else knows whats wrong?
  19. Replies
    6
    Views
    642

    Re: Override popup_image,

    Yes it is working, but I do not have the ability to add or access any the functions needed to display anything on the page relating to the store, for example pasting in

    require(DIR_WS_MODULES ....
  20. Replies
    6
    Views
    642

    Re: Override popup_image,

    http://www.star-tronics.com/index.php?main_page=popup_image&pID=2

    Im trying to get it to show more images, but at the moment Im just echoing out a text string.
    Here...
  21. Replies
    6
    Views
    642

    Override popup_image,

    Im trying to over ride the popup_image, and popup_image_additional within my template.

    So far I have copied to my template:
    /includes/templates/template_default/popup_image...
  22. Replies
    0
    Views
    459

    Help on Div overlap

    Hello I was wondering if someone more proficient in divs could take a look at my products page at http://www.star-tronics.com/index.php?main_page=product_info&cPath=1&products_id=2 I can not keep ...
  23. Replies
    4
    Views
    835

    Re: Random loading of Over-rides

    Its quite annoying LOL, reconsidering removing the store and staring over. Hopefully is a corrupted module or something ROFL.
  24. Replies
    4
    Views
    835

    Random loading of Over-rides

    Hey Guys,

    I have a strange problem where Im getting hit or miss loading of over-ridden pages. Sometimes they will load the way I have set them up. Other times they will load from the standard base...
  25. Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Im having a problem where the code is loading into my source, but the tabs are not showing up, Im not sure if the script is broken or what does someone mind to look? :blink:
    ...
  26. Re: CSS Dropdown menu for your header- With Categories!

    I have a question that someone might be able to answer, I only want my Categories to only show the first submenu and not drill deeper than the main categories.
    ...
  27. Re: Issues with search button and text box

    I fixed it by defining a div around the php statement and forcing it explicitly defining it as text-align:left :yuck:
  28. Re: Issues with search button and text box

    Im not sure what you mean, but the table that Im using I coded myslef, its just using search module that comes default with zen cart

    <td rowspan="2" id="haQuickSearchTextbox"><?php...
  29. Re: Issues with search button and text box

    HEHE, good to know Im not the only stumped one lol.
  30. Re: Issues with search button and text box

    Ok haredo, I sent you the PM thank you for your help!:clap:
  31. Issues with search button and text box

    Im having an alignment issue with my search button and box and can not get it to align in the header. I dont see how it would change in the code because Im just calling the search sidebox.
    ...
  32. Re: Selecting a header when when main_page=product_info

    Something is broken here:
    I created a file /products_info/stylesheet.css
    put inside it:


    #logo{
    float:left;
    }

    and......
  33. Re: Selecting a header when when main_page=product_info

    Was naming it stylesheet.CSS and putting it in with the header in /product_info/
    Posted via Mobile Device
  34. Re: Selecting a header when when main_page=product_info

    When create and add a new css style it overrides everything on the page, and everything gets un-styled. Is there way to tell it to inherit un-defined styles?

    #logo {
    float:left;
    }
  35. Re: Selecting a header when when main_page=product_info

    Do I put the CSS for this new header in along with it?
    Its not going to over ride the main page correct?
  36. Re: Selecting a different footer.php depending on loaded page?

    solved it thanks to glenn:clap:

    Just put your custom copy of tpl_header.php or tpl_footer.php in /includes/templates/your_template/product_info/, and Zen Cart will automatically use it when in the...
  37. Re: Selecting a header when when main_page=product_info

    Thank you Glennn!!
  38. Selecting a different footer.php depending on loaded page?

    I would like to use a second footer called product_footer.php when customers are viewing a product, I know I have to change tpl_main_page.php, Im having trouble with the if statement.

    if...
  39. Selecting a header when when main_page=product_info

    Im trying to select change the header of the store when the browser in a product's info page, but it does not seem to be working the way I have it coded... I think there is something wrong with the...
  40. Where are Product Page Titles Generated?

    I would like to change the order that product pages titles show and meta tags are not enough, though I can not locate where the function that controls the order these are written out is defined.
    ...
  41. Re: Changing the page title on the Products page(s)

    This is an old thread but I am also looking for this!!!
  42. Re: Can I add the category name to my Title meta tag?

    On the Admin side you can turn on/off price and such by going to Configuration > Product Info > Meta Tags - Include Product Model in Title and choosing on or off, some of the others will have to be...
  43. Replies
    88
    Views
    27,075

    Re: mmmm...Meta Tags - help/guidance needed

    Sorry to steal the spotlight from bikeforce, how would you in his example move Bike Force the store name before the product name for all products with and without meta tags?

    ie.

    Bike Force -...
  44. Replies
    88
    Views
    27,075

    Re: mmmm...Meta Tags - help/guidance needed

    Hi Linda,

    is html_header.php the correct place to change the order of the individual product titles and the tag line? I was wanting the store name to come first before the product name, price,...
  45. Replies
    8
    Views
    1,734

    Re: Item# Store Receipt

    I think the reason behind it that people have reasons of:

    Avoid having to use PayPal's built in shipping
    Authorize.net and other payment modules


    DrByte no disrespect meant, but isnt it...
  46. Replies
    5
    Views
    3,368

    Re: AVS Mismatch Credit Hold issued.

    mmeheh grumble :P I guess well have to set it to look for the CVV number.
  47. Replies
    5
    Views
    3,368

    Re: AVS Mismatch Credit Hold issued.

    Looks like the reason for about 90% they are getting rejected is:
    Declined (Authorization with the card issuer was successful but the transaction was declined due to an address or ZIP code...
  48. Replies
    5
    Views
    3,368

    Re: AVS Mismatch Credit Hold issued.

    Its not everyone who this happens to, its just that occasional one here and there that does it.
    The bank is upset about it. The bank says the customers are complaining that they have
    been charged...
  49. Replies
    5
    Views
    3,368

    AVS Mismatch Credit Hold issued.

    Our customers are trying multiple times to purchase an item when their card gets an avs mismatch, and are having holds placed multiple times on their cards as a result, :shocking: and the orders...
  50. Data Entry Accounts w/o Accsess profits

    Is there a module or some modification that exists which allows for users that can enter data, but can not see how much we made in from the store?

    Thanks
    Bor
Results 1 to 50 of 73
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR