Re: Hide certain content from product pages until logged in
I bet you could setup a style the is not displayable by default. Wrap your content in a div with that style. Then override the css with an inline style using the above code in your product template. Should be very strait forward.
Jump to post- Tue Feb 04, 2014 12:19 pm
- Replies 12
- Views 5516
Re: Check out without payment module
You may want to look at this module to force logging in before they can add items to their cart: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=5854&filter_search=disable%20add%20to%20cart This article has a mod to skip the shipping: http://forum.opencart.com/v...
Jump to post- Tue Feb 04, 2014 8:30 am
- Replies 3
- Views 1501
Re: Warning: file_get_contents
For any production shop it's best to configure php to hide warnings and errors.
Jump to post- Mon Feb 03, 2014 7:20 am
- Replies 5
- Views 3990
Re: Check out without payment module
You can use a module like this one:
http://www.opencart.com/index.php?route ... n_id=10164
or any of the other 'cash on pickup' modules and change the language file to read however you like.
- Mon Feb 03, 2014 7:17 am
- Replies 3
- Views 1501
Re: Rounding price to prettier value for multi-currency stor
I'm not aware of any mod that does that (ie. round up to nearest euro -1, nearest 100 yen -1, etc.)
Should be reasonably easy to do though by modifying the currency calculation.
- Mon Feb 03, 2014 5:04 am
- Replies 5
- Views 1180
Re: Rounding price to prettier value for multi-currency stor
Yes, you can define how many decimal places you want for each under currency in the System->Localization menu.
Jump to post- Mon Feb 03, 2014 4:00 am
- Replies 5
- Views 1180
Re: Hosting suspended on SHARED hosting due to overload
It's almost impossible to guess from the information above and unfortunately on shared hosts you frequently don't have the ability to see what is actually using all the cpu time in real time. You'll want to examine your log files and see if you are getting any unusual amount of requests. Check your ...
Jump to post- Sat Feb 01, 2014 1:58 pm
- Replies 1
- Views 615
Re: Hide USPS option for international shipping
If you wanted to limit it to certain countries you would have to do it with a geo zone, but simply not allowing it to quote international shipping methods at all is much simpler in this case.
Jump to post- Sat Feb 01, 2014 7:02 am
- Replies 3
- Views 1103
Re: Hide USPS option for international shipping
In the USPS shipping extension you can choose which shipping methods can be used. Simply don't select any of the international shipping options.
Jump to post- Sat Feb 01, 2014 6:37 am
- Replies 3
- Views 1103
Re: Integration with beanstalkd
I'm not sure if beanstalkd would work in your case or not. It would push off the task to a queue to run later so that the interface could return to the user immediately, but the user wouldn't see the updates until after the queue runs the task. A lot of websites do this sort of thing... ie you submi...
Jump to post- Sat Feb 01, 2014 6:21 am
- Replies 4
- Views 1976
Re: USPS small flat rate box always showing up
The USPS shipping module is pretty basic and doesn't use the product dimensions. It assumes that all products can fit in the small, medium and large flat rate boxes regardless of size. You may want to try the USPS Alternate module that does calculate a box size using the product dimensions. It's not...
Jump to post- Fri Jan 31, 2014 10:35 am
- Replies 3
- Views 1283
Re: How to add hidden attributes visible only in admin secti
Even better than editing the template, you can filter the attribute groups in the controller.
The attached vqmod updates both the product and compare and avoids the extra tab showing up when there are no visible attributes. It will hide any attribute group that starts with *
- Fri Jan 31, 2014 3:45 am
- Replies 7
- Views 4894
Re: Not show weight
I believe this is implemented separately for each shipping method. Which shipping extension are you using?
Jump to post- Fri Jan 31, 2014 2:20 am
- Replies 3
- Views 661
Re: Integration with beanstalkd
It depends on how it's affecting the user experience. If the user's interface is starting cron jobs for long running tasks, beanstalkd is probably more efficient (though the task itself won't run faster). If however, you are talking scheduled tasks that are long running and are slowing down the serv...
Jump to post- Thu Jan 30, 2014 6:39 am
- Replies 4
- Views 1976
Re: product volume calculation and summing
The is also a UPS and USPS extention that utilizes volume to estimate a shipping box to better estimate shipping costs for the live rates from UPS and USPS http://www.opencart.com/index.php?route=extension/extension/info&extension_id=15602 http://www.opencart.com/index.php?route=extension/extens...
Jump to post- Thu Jan 30, 2014 4:28 am
- Replies 4
- Views 1159
Re: Price gets added to Option Price - not what I want
This post describes a mod that sounds like exactly what you want:
http://forum.opencart.com/viewtopic.php?f=131&t=51280
- Sat Jan 25, 2014 4:31 am
- Replies 3
- Views 597
Re: Pre Paid Shipping
I can see this being done two ways.... 1. Customer purchases a product 'prepaid shipping' and the shipping module looks for this product purchased within the given time period and offers a 'free shipping/prepaid' option. (sort of a subscription service if you will) or 2. Shipping module that offers ...
Jump to post- Fri Jan 24, 2014 4:14 am
- Replies 3
- Views 1177
Re: UPS Shipping Module
No problem. The built in UPS shipping extension only uses one box size so it's really just a minimum box size. There are other extensions available that will enhance this and will use different box sizes.
Jump to post- Thu Jan 23, 2014 10:28 pm
- Replies 3
- Views 669
[Free] Alternate USPS Shipping
The UPS version seems to be working well so I decided to apply the same logic to USPS Shipping to allow for multiple boxes. As a plus it can estimate if a small, medium or large flat rate box will work for the order (though it won't include a flat rate box when shipping multiple boxes unless all box...
Jump to post- Thu Jan 23, 2014 11:29 am
- Replies 1
- Views 966
Re: USPS changes coming Jan. 26, 2014
Offhand it doesn't look like it should. There are a couple new services and options, but it doesn't look like it will affect the basic USPS module negatively. I'm still crossing my fingers because I've seen their updates break things before or just change subtle things like the more recent '<sup>' t...
Jump to post- Thu Jan 23, 2014 11:15 am
- Replies 2
- Views 974