Search:

Type: Posts; User: hemz

Search: Search took 0.01 seconds.

  1. Replies
    31
    Views
    8,375

    Re: tags customization

    still no answer for this one!

    any response appreciated!!

    thanks! :smile:
  2. Replies
    31
    Views
    8,375

    Re: tags customization

    Ideally the title tags should work

    'category' on category page

    'category' 'subcategory' on subcategory page

    and then

    'category' 'subcategory' 'product' on the product page
  3. Replies
    31
    Views
    8,375

    Re: tags customization

    I would like to know this as well.

    anyone know the code to add the category before the product in the title tag?

    thanks

    :smile:
  4. Replies
    8
    Views
    2,029

    Re: product page as homepage / check out button

    sure...

    it will just say

    "Your Shopping Cart is empty."

    if you dont have anything in it... but if you have things in it you will be able to goto the checkout

    no?
  5. Replies
    0
    Views
    783

    Category name in checkout?

    Hi

    I was wondering if it was possible to have the category name next to the product name when you goto the checkout.

    I have tried adding

    <?php echo $categories->fields['categories_name']...
  6. Replies
    8
    Views
    2,029

    Re: product page as homepage / check out button

    actually its

    <div class="buttonRow" php echo '<a href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>';...
  7. Replies
    8
    Views
    2,029

    Re: product page as homepage / check out button

    looks like you just have to get

    <!--bof checkout button -->
    <div class="buttonRow" style="float:right; margin-right:18px; margin-top:10px;"><?php echo '<a href="' ....
  8. Replies
    8
    Views
    2,029

    Re: product page as homepage / check out button

    I would also like this functionality.

    It certainly would make more sense to have a goto checkout button just below the add the cart button.

    Does any one know how to do this?

    I guess by the...
  9. Replies
    14
    Views
    3,747

    Re: remove radiobutton when just one attribute

    no answer to this then :smile: ?

    Change the radio button to just text for one attribute?

    thanks!!!!!!!!!!!!!!!!

    :smile:
  10. Replies
    1
    Views
    924

    Re: Internal Links Dynamic Urls

    my mistake forgot the id

    <a href="#stuff" id="stuff">stuff</a>

    :yuck:
  11. Replies
    1
    Views
    924

    Internal Links Dynamic Urls

    Hello

    I am wondering how to internal link a link from an ezpage to an internal link on a different ezpage.

    usually with static urls you can just create an internal link with the hash sign:
    ...
  12. Replies
    2
    Views
    1,495

    Re: Hide Attributes Weight in Dropdown

    Coolio! cheers mate! :clap:
  13. Replies
    5
    Views
    1,189

    Re: Change Color of Attribute Price?

    sorry! here is my site -

    http://peterreed.dev.whitehatmedia.com/index.php?main_page=product_info&cPath=1_136&products_id=28

    eg - the price IN the dropdown - to be in red :smile:

    any ideas?...
  14. Replies
    2
    Views
    1,495

    Hide Attributes Weight in Dropdown

    Hello

    My attributes sure are getting long!

    http://peterreed.dev.whitehatmedia.com/index.php?main_page=product_info&cPath=1_171&products_id=322

    Is there anyway to hide the weight of the...
  15. Replies
    5
    Views
    1,189

    Re: Change Color of Attribute Price?

    it, doesnt really matter if it changes red when it is selected... although that would be a nice effect too...:smile:
  16. Replies
    5
    Views
    1,189

    Re: Change Color of Attribute Price?

    Hi Haredo

    I just want the price of the attribute in the box, to be red or bold.

    So it stands out from the rest on the attribute description.

    :smile:
  17. Replies
    5
    Views
    1,189

    Change Color of Attribute Price?

    sounds like a simple question - but does any one know how to change the colour of the attribute price when in a dropdown?

    i have tried adding a span class to

    $products_options_display_price= '...
  18. Replies
    0
    Views
    920

    Attributes Price outside dropdown box?

    Hi

    Wondering if there is anyway to place the price of different attributes outside the box so it shows up after you have chosen all your attributes?

    thanks! :smile:

    at the moment because...
  19. Replies
    5
    Views
    2,767

    Re: Styling The Attribute Dropdown Box

    cant get the code to work - have you missed out a comma or quote in your php?

    :smile:
  20. Replies
    6
    Views
    1,429

    Re: Product list page including attributes?

    ah i see you have to pay to join it....

    np

    http://www.zen-cart.com/forum/payments.php
  21. Replies
    6
    Views
    1,429

    Re: Product list page including attributes?

    is there a link to commerical help - i cant find it anywhere!

    thanks
  22. Replies
    6
    Views
    1,429

    Re: Product list page including attributes?

    Would be possible to get a price / quote for this work?

    Basically a description of the work:

    http://peterreed.dev.whitehatmedia.com/index.php

    this website sells luxury linens, pillowcases,...
  23. Re: How to different prices for single purchase or case

    #mistake - meant to write:

    but the king costs £60 for 180 thickness
    and the king costs £86 for 220 thickness

    :-)

    so it looks like im asking for conditional attributes here - is this...
  24. Replies
    6
    Views
    1,429

    Product list page including attributes?

    Hi

    I'm making this site

    http://peterreed.dev.whitehatmedia.com/

    and due to the bespoke nature of the products - we wanted to have the attributes select placed on the product list page,...
  25. Re: How to different prices for single purchase or case

    Hi, I think im asking a similar question here.

    any help on this would be very much appreciated!

    re multiple attribute prices.
    ...
  26. Replies
    15
    Views
    4,899

    Re: Removing Quantity Discount.. again, sorry

    silly me - it was set up through the currency exchange rate!
  27. Replies
    15
    Views
    4,899

    Re: Removing Quantity Discount.. again, sorry

    Hi

    I'm trying to remove the quantity discount - i believe this is what it is - from my attributes.
    ...
  28. Replies
    5
    Views
    1,598

    Re: Tick box attribute

    Hi,

    re radio button for just one attribute - it would be nice if it was just echoed out onto the page - as with a radio button - intuitively you want to click it - because radio buttons usually...
  29. Re: Remove Display of Category Image on Product Page?

    I have found the answer!


    //document.write is commented out on tpl_modules_main_product_image.php

    im quite suprised that this hasnt come up as an issue before- so i am guessing i am doing...
  30. Re: Remove Display of Category Image on Product Page?

    hi haredo!

    yeh that creates a product image on the product list page - but it doesnt create one on the actual product page - all i get is the categories image on the product page...

    :huh:
    ...
  31. Re: Remove Display of Category Image on Product Page?

    Hi,

    thats for the help here - is there anyway to put the product image instead of the category image on the product page?

    seems like a simple question - but i have hunted and cant find the...
  32. Replies
    14
    Views
    3,747

    Re: remove radiobutton when just one attribute

    did anyone come up with an answer to this one?

    I too would like just the one attribute to be displayed without a radio button...

    and without a dropdown - just so the text is echoed out on the...
  33. Replies
    13
    Views
    7,147

    Re: Category Sidebox Shows Category Main Image

    Hi that piece of code is very handy!

    I'm new to zen and was wondering whether there is anyway to just use the top level categories image like this but dont have a sub category image for each of...
  34. Replies
    2,266
    Views
    476,252

    Re: Categories Dressing

    no worries - found it

    http://www.zen-cart.com/forum/showthread.php?t=46337

    :-)
  35. Replies
    2,266
    Views
    476,252

    Re: Categories Dressing

    Hi Glenn

    That would be great! I have had a look around and can't find the code for this - if you could point us in the right direction that would be cool!

    Cheers ! Happy Easter :smile:
  36. Replies
    2,266
    Views
    476,252

    Re: Categories Dressing

    Hello

    I am a very new zenner and I have just installed categories dressing and I would like some help please! I want images next to each of my categories:
    ...
  37. Replies
    7
    Views
    1,100

    Re: where on earth is the shopping cart?

    ah problem solved. was to do with the mod rewrites

    thanks for the help. :clap:
  38. Replies
    7
    Views
    1,100

    Re: where on earth is the shopping cart?

    yeh have created a dummy product and clicked add to cart but my shopping cart doesnt appear ...
  39. Replies
    7
    Views
    1,100

    Re: where on earth is the shopping cart?

    sorry here ya go

    http://82.148.61.211/peterreed/
  40. Replies
    7
    Views
    1,100

    where on earth is the shopping cart?

    Hi im a very new zenner but am having GREAT difficulty finding the shopping cart..

    I have created a category and product, but along the top all I get is home and login where as i have looked at...
Results 1 to 40 of 40
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR