문제

My site is built on drupal using ubercart. I have two 'add to cart links' on my page but for some reason the second one is hidden. It only shows if i delete the first one. You can see them both in view source of the page. (The second button should be next to 'contact us' button) My site is https://www.thepetwiki.com/mg-testsite.com/ubercart/painting/kaluga-dock any idea why?

도움이 되었습니까?

해결책

You hide it in css.

http://www.thepetwiki.com/mg-testsite.com/ubercart/sites/all/themes/NaiveArtOnlineColorful/style.css

line 2819

#edit-actions--2 {
    display: none;
}

Drupal automatically changes the id if you have multiple form items with the same id.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top