Show Posts


Messages - maxter

Pages: 1 ... 13 14 [15]
211
Development Help Needed / Re: Subcategories level 2
« on: February 24, 2017, 12:13:08 PM »
I never heard this expression "little coder"  ;)

Why do you call this an issue? You need to change the behavior right?
This is something you need to change in bootstrap
Look at this help:
http://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover


212
Customization help / Re: Parts & Labour
« on: February 24, 2017, 11:56:02 AM »
This sound like a proposal feature that I used to create for os commerce in the past.

Anything is possible, it just needs to be developed and setup. There is no solution out of the box.

213
Are you sure? You can not change the order I think.

214
Development Help Needed / Re: Have a product made from other products
« on: February 24, 2017, 11:50:47 AM »
Welcome to the forum Herbalist,

This sounds like product bundles with custom selection option. Interesting project quite honestly.
Are you looking for free solution or you have a budget?

Please PM if you need help with development.

215
Development Help Needed / Re: One store - multiple sellers
« on: February 24, 2017, 11:46:57 AM »
Welcome to the forum,

Are you looking for Multivendor or Marketplace solution? I can help you. 

216
General Support / Re: Error messages
« on: January 28, 2017, 04:54:52 PM »
I wonder what browser do you use then this error is triggered? Is this error triggered by you or you just see this error in the log?


217
Customization help / Re: Adding new fields on checkout pages
« on: January 28, 2017, 04:51:20 PM »
For correct display for the fields you need to use right HTML structure of the bootstrap v3.

Try something like this:

Code: [Select]
<div class="form-group <?php if (${'error_'.$field_name}) echo 'has-error'?>">
<label class="control-label col-md-5"><?php echo ${'entry_'.$field_name}; ?></label>
<div class="input-group col-md-7">
    <?php echo $form[$field_id]; ?>
</div>
<span class="help-block"><?php echo ${'error_'.$field_name}; ?></span>
</div>

The rest of your steps are correct.

If you do not see data saved in the order, please double check that your fields are located between <form></form> tags.
Check what data is posted into the controller on the submit.

Thank you for sharing these in details

218
Installation and Configuration / Re: Adjusting Multistore theme colours
« on: January 24, 2017, 10:36:31 PM »
You need to inspect CSS in the browser and see what you need to edit
Check this guide.
https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector

AbanteCart CSS file for storefront template is here: /storefront/view/default/stylesheet/style.css

219
Fresh Installation / Re: Best version to start
« on: January 24, 2017, 08:04:16 PM »
Hello Heinz and welcome to AbanteCart.

I think 1.2.9 is pretty stable.

220
You cannot change this in the admin aside from basic store URL setting.

221
Support / Re: Unexpected AbanteCart failure or error check list
« on: January 24, 2017, 07:52:03 PM »
Good check list. Thank you.

Pages: 1 ... 13 14 [15]

Powered by SMFPacks Social Login Mod