

stl314
Member-
Posts
51 -
Joined
-
Last visited
Everything posted by stl314
-
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
-
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?
-
I cannot find a support email for them
-
How to change cart icon color on front page (top)
stl314 replied to stl314's topic in Customising Look & Feel
Yep that is what I tried, the icon remains white, and i have a white background so it doesnt show at all -
How to change cart icon color on front page (top)
stl314 replied to stl314's topic in Customising Look & Feel
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> -
How to change cart icon color on front page (top)
stl314 replied to stl314's topic in Customising Look & Feel
That turns the price red but not the icon -
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
-
Latest Items remove add to basket button
stl314 replied to stl314's topic in Customising Look & Feel
Thanks!!! -
How do you change the color of the cart icon on the front page at the top of the page?
-
Thanks!
-
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.
-
How do I change the text on the Add to Basket button to Add to Cart
-
Thank you! That worked perfectly
-
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
-
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
-
When I go the responsive version of my site, the menu is not there at all and no way to view the cart
-
Noodleman, where can I contact you?
-
Is there a way to make the coupon/discounts not apply to sale items?
-
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
-
No payment method defined when checkout button clicked
stl314 replied to stl314's topic in Technical Help
This is what I have installed: https://www.cubecart.com/extensions/plugins/paypal-pro-express-checkout -
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
-
Click PayPal Express Checkout gives me a Blank Page
stl314 replied to stl314's topic in Technical Help
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 -
When I click on the PayPal Website Payments Pro & Express Checkout integration link to edit it, all i get is a blank white page.