Jump to content

stl314

Member
  • Posts

    51
  • Joined

  • Last visited

Everything posted by stl314

  1. Is there a way to add a field to the order form? I would like to add a question asking where they heard about us
  2. I have a category lets call "Shop by Type" and under that I have 5 children categories, when I click on Shop by Type it takes me to shop-by-type.html and list all of my children categories with thumbnail images. I would rather it just be a list with no thumbnails. How do I remove them?
  3. Yep that is what I tried, the icon remains white, and i have a white background so it doesnt show at all
  4. My code in that file looks like this: box.basket.php <div id="mini-basket"> <div class="show-for-medium-up"> <div class="text-right"><a href="#" id="basket-summary" class="button white small"><svg class="icon icon-basket"><use xlink:href="#icon- basket"></use></svg> {$CART_TOTAL}</a></div> <div class="basket-detail-container hide" id="basket-detail"> <div class="mini-basket-arrow"></div> {include file='templates/box.basket.content.php'} </div> </div> <div class="show-for-small-only"> <div class="show-for-small-only"><a class="right-off-canvas-toggle button white tiny" href="#"><svg class="icon icon-basket icon-x2"><use xlink:href="#icon-basket" ></use></svg></a></div> <div class="hide panel radius small-basket-detail-container js_fadeOut" id="small-basket-detail"><svg class="icon"><use xlink:href="#icon-check"></use></svg> {$LANG.catalogue.added_to_basket}</div> </div> </div>
  5. I am trying to set the order of my latest items on the front page, but when I hit save they all revert back to zero's and the display order that I selected does not reflect on the front page
  6. How do you change the color of the cart icon on the front page at the top of the page?
  7. How do I remove the Add to Basket button from latest, popular, and from main category layouts, etc? I want my users to click on the item to view it because it has several options to choose from.
  8. How do I change the text on the Add to Basket button to Add to Cart
  9. I have my latest products listed on the front page but it doesnt show enough of the description, how can I make more show? It is currently only showing about 30 characters
  10. The latest version of CC, foundation skin, and I am just now building the store so I dont know if the mobile menu ever worked. The only thing that shows up when I click menu is Login/Register. None of my categories and no way to view my cart
  11. When I go the responsive version of my site, the menu is not there at all and no way to view the cart
  12. Is there a way to make the coupon/discounts not apply to sale items?
  13. Where can I change the wording of the form labels of my checkout form? There is a label underneath of COUNTRY that says County and it shows the shipping options in a drop down, has nothing to do with county
  14. This is what I have installed: https://www.cubecart.com/extensions/plugins/paypal-pro-express-checkout
  15. How do I remove the checkout option on my site and only use paypal? When I click on the Checkout button it tells me that there is no payment method defined, but when I click on the paypal button it goes through.... so how do I remove the "Checkout" option
  16. Here is the error log, as you can see I am having issues with the paypal express and it is telling me that shipping isn't set up error_log.txt
  17. When I click on the PayPal Website Payments Pro & Express Checkout integration link to edit it, all i get is a blank white page.
×
×
  • Create New...