Search found 37 matches

Search found 37 matches

Re: [vQmod] Remove Add to Compare

Haowdy all, and especially @virgojewelry, Here's the simplest blanket-one-file solution I could fashion in under an hour: ALL vQmod, no changing the stylesheet. Insure that you do have vQmod and Manager installed, latest versions recommended. At least 2.3.0 for this solution. In the case of class= a...

Jump to post
  • Fri Mar 29, 2013 12:20 am
  • Replies 41
  • Views 32243
Re: Wish List Disable Option

Working on this also gives the opportunity to solve the original problem in 20 lines of code instead of 60 AND work on the incomplete css code. It lead to doing it another way! Two part repair, firstly add the code into an xml file and save it in the place, <modification> <id><![CDATA[fix wishlist -...

Jump to post
  • Mon Mar 11, 2013 2:28 pm
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

Streamlined the vQmod v2.3.0, making it about half the size using the new routes to things. <?xml version="1.0"?> <modification> <id><![CDATA[remove WishList Links - frontend to start]]></id> <version><![CDATA[3.0 for typical OpenCart since opencart]]></version> <vqmver><![CDATA[2.3.0 - us...

Jump to post
  • Mon Mar 11, 2013 2:04 pm
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

ok, so that will take the links, for the Wish List, from display on the default Theme and other Themes, by one vQmod, in an hour or less, conceived, devised, created, tested, implemented. No changes to core files, simply ON or OFF by Uninstall, completely portable.

Jump to post
  • Mon Mar 11, 2013 12:12 pm
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

take it off of special: <file name="catalog/view/theme/*/template/product/special.tpl"> <operation error="log" info="remove WishList from Mfr Info View make div disappear - same as category.tpl,mfr_info.tpl"> <search position="replace" trim ="true"><...

Jump to post
  • Mon Mar 11, 2013 12:04 pm
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

then take a break, stretch and drink some water ... then get it off of Manufacturer Info pages <file name="catalog/view/theme/*/template/product/manufacturer_info.tpl"> <operation error="log" info="remove WishList from Mfr Info View make div disappear - same as category.tpl&...

Jump to post
  • Mon Mar 11, 2013 12:02 pm
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

take it out from product view <file name="catalog/view/theme/*/template/product/product.tpl"> <operation error="log" info="remove WishList from Product View make it disappear in the div, leave compare"> <search position="replace" trim ="true"><![CDAT...

Jump to post
  • Mon Mar 11, 2013 11:50 am
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

then take it out of category display, patterns are emerging <file name="catalog/view/theme/*/template/product/category.tpl"> <operation error="log" info="remove WishList from Category View make div disappear"> <search position="replace" trim ="true">...

Jump to post
  • Mon Mar 11, 2013 11:44 am
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

now go and remove it from search results: <file name="catalog/view/theme/*/template/product/search.tpl"> <operation error="log" info="remove WishList from Search Results make div disappear"> <search position="replace" trim ="true"><![CDATA[<div class...

Jump to post
  • Mon Mar 11, 2013 11:40 am
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

Add this to the file for removing from the accounts page <file name="catalog/view/theme/*/template/module/account.tpl"> <operation error="log" info="remove WishList from Account Menu"> <search position="replace" trim ="true"><![CDATA[<li><a href=&quo...

Jump to post
  • Mon Mar 11, 2013 11:30 am
  • Replies 13
  • Views 18182
Re: Wish List Disable Option

Here's the way to take it off the main page, easily. Save this in root/vqmod/xml/as_RemoveWishListLinks.xml <modification> <id><![CDATA[remove WishList Links - frontend to start]]></id> <version><![CDATA[1.0 for typical OpenCart since opencart]]></version> <vqmver><![CDATA[2.1 - uses wildcard * path...

Jump to post
  • Mon Mar 11, 2013 11:22 am
  • Replies 13
  • Views 18182
Re: Short term (config/theming/config)+ ongoing support (dev

Nice and crisp looking, good features, looks quite presentable. Thanks for the rant about oDesk, coming here was a godd idea for sure. There are some great people working on OpenCart, all over. It's an interesting inventory as well, and that makes a site more fun to work with, so that's a why ... PM...

Jump to post
  • Sun Mar 10, 2013 8:05 am
  • Replies 3
  • Views 1005
Re: internal error or misconfiguration

hello. actually i dont know if this is a bug or server problem, but i try to post it here just to know if there's someone had same problem with me.. there's a chance about 30% when i access my website it appear this message and need to refresh the page to load the page normally.. here the message.....

Jump to post
  • Tue Jul 10, 2012 6:51 pm
  • Replies 3
  • Views 2473
Re: [MOD/vQmod] - Only Generate Single Temp Order Id

1. If the native order id keeps changing before order completion, what stays the same for the cart to track? Is it just the session id? 2. If it's just the session id, does the cart ever use session_regenerate_id? (didn't find it in 1.5.2.1) Trying to nail down how the cart keeps track of cart cont...

Jump to post
  • Sat Jun 30, 2012 9:25 pm
  • Replies 123
  • Views 148960
Re: OpenCart 1.5.3 Bug Thread

However I have found that you do not have to accumulate sufficient points. After your first purchase you are able to use any number of points to obtain a fractional discount. This is a surprise as Reward Points are designed to be traded, to reward patronage by giving something for loyalty rather th...

Jump to post
  • Mon Jun 04, 2012 12:25 pm
  • Replies 200
  • Views 174291
Re: OpenCart 1.5.3 Bug Thread

On the Shopping Cart page, if you go to pay for an item using reward points, and enter a negative number, you end up owing more money. eg) Entering -10000 points on my site, results in $5.00 being ADDED to the bill. This is quite logical - add points = less money, subtract points = more money ( + &...

Jump to post
  • Mon Jun 04, 2012 9:42 am
  • Replies 200
  • Views 174291
Re: Sun Fashion Store - Jewelry

Ah, well that explains it then, nice looking site.

Jump to post
  • Tue May 29, 2012 9:23 am
  • Replies 9
  • Views 2892
Re: Customer Cant Check Out Step 3 Wont Load

It's a good practice to always let us know which version of OpenCart you are using - eg: v1.4.9 or v1.5.2 because the appropriate answer will be related to that version, even if the answer isn't always related to your original question! It sounds like your settings are almost set-up but the script i...

Jump to post
  • Mon May 28, 2012 6:21 am
  • Replies 4
  • Views 811
Re: [vQmod] Remove Add to Compare

terrynshed wrote:Thanks twigg. Worked great.

Anyone figure out how to remove the Product Compare (0) just above the list of items.

Thanks again.
in your styleshhet - - - search for .product-compare
.product-compare {
display:none;
}

Jump to post
  • Mon May 28, 2012 5:17 am
  • Replies 41
  • Views 32243

Search found 37 matches