Zen Cart Logo
Forums / Addon Templates / An Upscale Boutique Support Thread

An Upscale Boutique Support Thread

Views: 59,573

Results 21 to 40 of 302
24 Feb 2010, 7:05 PM
#21
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

An Upscale Boutique Support Thread

Thanks, Misty. I also realized that the tagline was coming directly after the logo (the -150 left threw me off). I inserted a break after the logo, and the results are a little more understandable now (though still not what I want; more tweaking to follow).

All of this relative positioning is kind of new to me, and seems kind of complicated at first glance. What's the benefit over static positioning?

24 Feb 2010, 9:59 PM
#22
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Thanks for pointing out the validation error! I have fixed it and the updated download file should be approved soon :smile:

24 Feb 2010, 10:01 PM
#23
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

All of this relative positioning is kind of new to me, and seems kind of complicated at first glance. What's the benefit over static positioning?

Here is a good explanation of the different types of positioning in CSS:

http://webdesign.about.com/od/advancedcss/a/aa061307.htm

27 Feb 2010, 2:44 AM
#24
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

I see that you have a new release that fixes the XHTML validation issues. I've already done some customization to the template. What's the best way for me to pick up this fix without risking overlaying any of my existing work?

27 Feb 2010, 3:27 AM
#25
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Also, in includes/templates/template_default/templates/tpl_index_categories.php, there's reference to a class="greeting" but I can't find any definition of this class. Can someone explain this?

27 Feb 2010, 6:53 AM
#26
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: An Upscale Boutique Support Thread

Lots of classes and ids are created in PHP files but not used in the default stylesheet; they are there so when somebody needs them, they can be used in the stylesheet without having to go into the code.

28 Feb 2010, 12:18 AM
#27
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

I see that you have a new release that fixes the XHTML validation issues. I've already done some customization to the template. What's the best way for me to pick up this fix without risking overlaying any of my existing work?

The changes were made in 3 files:

includes/languages/english/html_includes/an_upscale_boutique/define_main_page.php

includes/templates/an_upscale_boutique/css/stylesheet.css

includes/templates/an_upscale_boutique/css/stylesheet_css_buttons.css

You can use your favorite file comparison program to find all of the changes in the css files. The only change to the xhtml was the removal of the final </div> tag in the define_main_page.php file.

28 Feb 2010, 12:44 AM
#28
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Got them. Thanks. Out of curiosity, what was the motivation for the very minor color tweaks?

28 Feb 2010, 2:16 PM
#29
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

These were made to get rid of the warnings in the css validator.

12 Mar 2010, 3:42 PM
#30
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Hi, Anne –

I'm having an odd problem with my site. The "update" buttons in the shopping cart line items are "dead;" that is, they're not linked to an action. Any idea why that might be? I don't think it has to do with your template, but I need to rule out all possibilities.

14 Mar 2010, 1:05 AM
#31
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

I doubt that this is a template problem. I would definitely have heard about it by now. Post a link to your site and I will take a look. What modules have you added? What customizations have you made? Have you used all override files, or have you changed any core files?

14 Mar 2010, 2:12 AM
#32
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Hi, Anne –

I don't think it's your template either. I discovered a change I'd made to includes/modules/pages/shopping_cart/header_php.php back when I was struggling with a couple references to button images in the images/icons directory instead of the buttons directory. I've restored that file back to original, and the button is now "live." So, it's working, but the button reads "update cart" instead of just "update."

I don't know whether this is a template issue, either, or if it's even worth making a big deal out of, but...if I wanted to make that button read "update" instead how would I go about doing that?

Thanks.

14 Mar 2010, 5:11 PM
#33
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

if I wanted to make that button read "update" instead how would I go about doing that?

Copy the:

includes/templates/an_upscale_boutique/buttons/english/button_update.gif

to:

includes/templates/an_upscale_boutique/buttons/english/button_update_cart.gif

14 Mar 2010, 5:22 PM
#34
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

But that will change both the line-item update, and the shopping cart update, won't it?

Perhaps I'm mistaken, but I get the impression that in the item line, the button should say "update," and in the cart summary, the button should say "update cart." If this is not the case, please correct me.

16 Mar 2010, 8:42 PM
#35
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Both of these buttons are drawn from the image button_update_cart.gif.

If you want to change this, you need to edit the php file includes/templates/an_upscale_boutique/templates/tpl_shopping_cart_default.php.

16 Mar 2010, 10:08 PM
#36
mzimmers avatar

mzimmers

Zen Follower

Join Date:
May 2008
Posts:
453
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Here's the relevant (I think) code in tpl_shopping_cart_default.php:

<?php
  if ($product['buttonUpdate'] == '') {
    echo '' ;
  } else {
    echo $product['buttonUpdate'];
  }
?>

Maybe I'm dense, but I don't see how to go about changing that to do what I want.

Again, I don't want to make too big a deal out of this; I'm just trying to learn here.

Thanks.

4 Jul 2010, 8:52 PM
#37
chartkor avatar

chartkor

New Zenner

Join Date:
Jun 2010
Posts:
27
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Hi Anne!
I hope you will be able to help me.
I don't know how to change names of the links under Extra in left column. They say Page 2, Page 3, and Page 4. I want to change those for my own names, but have no idea how. I've tried everything in the last few days but with no effects unfortunatelly. :(
I beg for help, big thanks in advance.
chartkor

7 Jul 2010, 5:20 AM
#39
chartkor avatar

chartkor

New Zenner

Join Date:
Jun 2010
Posts:
27
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Thank you ;)

12 Jul 2010, 1:43 AM
#40
chartkor avatar

chartkor

New Zenner

Join Date:
Jun 2010
Posts:
27
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Hello!
I have antoher problem with your template.
I post this on forum

Hello!
To better explain my problem, I will provide the address of my store
https://www.jfkw-weddings.com

Problems are as follows. I have Paypal Express Checkout set up for my store, but the problem is that PayPal express checkout button covered my store checkout button, because of that clients are unable to provide their information, and they also don't have a chance to select shipping method (which is not calculated because of this too :/) They can't use their discount codes if they have any.
If you did not understand something, just visit my store and add something to cart and you will see what I mean.

The second thing I would like to ask about is; How to make ZenCart use shipping rates profile from my PayPal account?

Thanks in advance.

But nobody was able to help, so I wrote to PayPal hoping that they will be able to solve my problem, this is the answet I receive from them:

We can't help you with the design of your website. If activating Express Checkout covered the other checkout button, you will need to contact the person that created the website or the third party that provided you with the shopping cart software.

From what I could see of the HTML code, your website has very strict CSS that is preventing the images from being laid out properly. I went through the website for a bit and found other graphical problems where pictures were over lapping each other, banners were covering text and other buttons. That isn't a problem with your PayPal integration its a problem with how the shopping cart module and website layout are interacting with each other.

If you have any further questions or concerns about integrating PayPal with your web site, please feel free to contact us again at: 888-221-1161, reply to this ticket, or go to https://paypal.com/integration

Thank you for choosing PayPal, I wish you the best with your future transactions.

So it seems that there is something wrong with the code.
Can you please help, I don't know what to do, because this seems complicated.