yeah I think he was under the impression that he could change the url in the textbox and it would work. It won't. That textbox might need to be set disabled so other people don't make the same mistake, or simply output the url as text or something so people don't think they can change it and have it work.Qphoria wrote:Not sure what you mean "set url to something other than..." That is the url you copy and put into your url. You don't change it.remarkimaging wrote:ATM, when I try to set the url to something other than index.php?route=feed/google_sitemap and then visit that URL (for example, domain.com/googlesitemap.xml), I either get a 404 or it just redirects to my home page.Qphoria wrote: They work for me. What doesn't work?
Maybe with some of the stranger characters the base feed could use some additional formatting, but the sitemap should work fine
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Well then the feature works exactly as it should.Qphoria wrote:Not sure what you mean "set url to something other than..." That is the url you copy and put into your url. You don't change it.remarkimaging wrote:ATM, when I try to set the url to something other than index.php?route=feed/google_sitemap and then visit that URL (for example, domain.com/googlesitemap.xml), I either get a 404 or it just redirects to my home page.Qphoria wrote: They work for me. What doesn't work?
Maybe with some of the stranger characters the base feed could use some additional formatting, but the sitemap should work fine

</should have read documentation before complaining>
1.4.8 has down for maintenance unless you are logged in as admin, so all you have to do for you to be able to see it is go to the admin and login then go to the storefront in the same session. no need for ip exceptions.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Hi,
1. In edit order, I change qty and total order, but after saving the order total in both save page and dashboard doesn't change. is there something missing ? i empty the cache folder but seems it has no effect.
2. When adding product in edit order, the product price doesn't show in the textbox. is it incomplete feature yet ? I'm thinking if the product price is stored as html option attribute, so when clicking add, using javascript to read the price attribute and show in the textbox. Using Ajax actually much better.
Regards,
1. In edit order, I change qty and total order, but after saving the order total in both save page and dashboard doesn't change. is there something missing ? i empty the cache folder but seems it has no effect.
2. When adding product in edit order, the product price doesn't show in the textbox. is it incomplete feature yet ? I'm thinking if the product price is stored as html option attribute, so when clicking add, using javascript to read the price attribute and show in the textbox. Using Ajax actually much better.
Regards,
Last edited by Qphoria on Thu Jun 10, 2010 1:03 pm, edited 2 times in total.
Reason: These aren't bugs. just more advanced features for the order edit. Moved to the feature request thread
Reason: These aren't bugs. just more advanced features for the order edit. Moved to the feature request thread
Besides what's mentioned by Ic2a, I also found that the Total Purchase of an order is not updated in the order table(after edit). This will make the Sale Report not accurate.
I have done some quick fix on these 2 parts and it solves the problem. However, I'm not a professional php programmer. It will be glad if opencart team can review my code and do any modification if needed. Hope this can help save some of your time in fixing these parts.
Thanks a lot opencart team for your hardwork!!!
I have done some quick fix on these 2 parts and it solves the problem. However, I'm not a professional php programmer. It will be glad if opencart team can review my code and do any modification if needed. Hope this can help save some of your time in fixing these parts.
Thanks a lot opencart team for your hardwork!!!

Hi,
Could I ask if the Invoice could be re-designed to make it easier to fold and place in Documents Enclosed envelopes, or keep the invoice the same and have a Despatch Note formatted similar to the image below.

Lashman
Could I ask if the Invoice could be re-designed to make it easier to fold and place in Documents Enclosed envelopes, or keep the invoice the same and have a Despatch Note formatted similar to the image below.

Lashman
It would be nice if the "Welcome" header was automatically removed if the welcome message was blank. I use this on my site to post news, so that it doesn't show unless I post something in the welcome message. The change is pretty easy:
IN:
CHANGE:
TO:
IN:
Code: Select all
/catalog/view/theme/YOURTHEME/template/common/home.tpl
Code: Select all
<h1><?php echo $heading_title; ?></h1>
Code: Select all
<?php if ($welcome) { ?>
<h1><?php echo $heading_title; ?></h1>
<?php } ?>
Please?sooskriszta wrote:Please can you include Qphoria's free login sidebox module in 1.4.9?
http://theqdomain.com/ocstore/opencart_ ... in_sidebox
As Q says, customers are stupid. They need this box to remind them...
http://dpDesignz.webs.com Web & Publication Designer
Hey Guys,
First of all. Thx for this great Shop solution. i use it since 2 months and i love it.
Here are my requests for the future Release
1. Have the option to change/add field for registering. Also have the option to choose which fields are required to register succesfull.
2. Have the option to mark Downloadable Products over 18
3. Have the option to make subfolder in the Downloadfolder. Because the structure isn't the best at the moment.
4. Hide the admin login for all persons except the admin
5. Have the option to upload the downloadproduct directly trough an FTP server
Thx Guys
First of all. Thx for this great Shop solution. i use it since 2 months and i love it.
Here are my requests for the future Release
1. Have the option to change/add field for registering. Also have the option to choose which fields are required to register succesfull.
2. Have the option to mark Downloadable Products over 18
3. Have the option to make subfolder in the Downloadfolder. Because the structure isn't the best at the moment.
4. Hide the admin login for all persons except the admin
5. Have the option to upload the downloadproduct directly trough an FTP server
Thx Guys
what exactly does that mean? How do you know if you are the admin till you login?aliiqbal wrote:4. Hide the admin login for all persons except the admin
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Feature Request: Product --> add option --> add option value
It would be really helpful if add option under "option value" we could have an area to
either add an SKU, or a free form 30 chars or so to put in whatever we want
that was hidden from the customer for each option value.
Option Value: [English]
Quantity:
Subtract Stock:
SKU or Option Internal Description [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX]
Price:
Prefix:
Sort Order:
if we had this and it also showed up on the specific order it would be nice.
It would be really helpful if add option under "option value" we could have an area to
either add an SKU, or a free form 30 chars or so to put in whatever we want
that was hidden from the customer for each option value.
Option Value: [English]
Quantity:
Subtract Stock:
SKU or Option Internal Description [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX]
Price:
Prefix:
Sort Order:
if we had this and it also showed up on the specific order it would be nice.
Q, this is brilliant. I think this is a very prevalent use case, and you have solved 70% of the usability issue already.Qphoria wrote:I've added an ajax remove button to the sidebox as well as all totals. I had thought about a view cart option as well
What I'd like to request is:
1. Not just a remove button, but a '-' and '+' button flanking the quantity in the cart module (sidebox)
2. A '-' and '+' button flanking the quantity textbox on the main cart page. (the checkbox with update button for deleting products is confusing for many of my users)
If it's easy to do, please include in 1.4.9 - this will really do a lot to improve usability.
Check www.ocado.com for reference.
(they are Britain's largest online grocery retailer)
(you'll need to log in or register to check out the workings)
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Who is online
Users browsing this forum: No registered users and 7 guests